public/SKILLS/Development & Code Tools/charles-proxy-extract/SKILL.md
Extracts HTTP/HTTPS request and response data from Charles Proxy session files (.chlsj format), including URLs, methods, status codes, headers, request bodies, and response bodies. Use when analyzing captured network traffic from Charles Proxy debug sessions, inspecting API calls, debugging HTTP requests, or examining proxy logs.
npx skillsauth add eric861129/skills_all-in-one charles-proxy-extractInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Parses and extracts structured data from Charles Proxy session files (.chlsj format).
Use this skill when the user:
When the user asks to extract, analyze, or inspect Charles Proxy session files, run the Python script using the Bash tool:
python3 ./extract_responses.py <file.chlsj> <pattern> [options]
<file.chlsj> - Path to the Charles Proxy session file (use exact path provided by user)<pattern> - URL path pattern to match (e.g., "/today", "/logs", "/" for all)-m, --method METHOD - Filter by HTTP method (GET, POST, PUT, PATCH, DELETE)-f, --first-only - Show only first matching request (for quick inspection)-s, --summary-only - Show statistics without response bodies-o, --output FILE - Save responses to JSON file--no-pretty - Disable JSON pretty-printingExtract all /today responses:
python3 ./extract_responses.py session.chlsj "/today"
Filter by POST method (automatically shows request bodies):
python3 ./extract_responses.py session.chlsj "/logs" --method POST
Quick peek (first result only):
python3 ./extract_responses.py session.chlsj "/users" --first-only
Summary without bodies:
python3 ./extract_responses.py session.chlsj "/" --summary-only
Export to file:
python3 ./extract_responses.py session.chlsj "/items" --output items_data.json
When users say things like:
--method flag (request bodies auto-shown)--first-only flag--summary-only flag--output flag"/" as pattern to match all requestsExtracts HTTP/HTTPS request and response data from Charles Proxy session files, allowing you to:
Required:
Optional:
Summary mode:
Full mode:
Export mode:
{
"pattern": "/api/endpoint",
"total_requests": 10,
"extracted_at": "ISO8601 timestamp",
"requests": [...]
}
"Extract all /today responses from session.chlsj" → Shows all requests matching /today pattern
"Show POST requests to /logs with request bodies" → Filters by POST method and displays request bodies
"Export all /items responses to items.json" → Saves filtered responses to JSON file
"Summarize requests in the Charles session" → Shows statistics without response bodies
The skill handles:
"File not found" error:
"Invalid JSON" error:
No results found:
Python not found:
python instead of python3 or vice versadevelopment
Run structured What-If scenario analysis with multi-branch possibility exploration. Use this skill when the user asks speculative questions like "what if...", "what would happen if...", "what are the possibilities", "explore scenarios", "scenario analysis", "possibility space", "what could go wrong", "best case / worst case", "risk analysis", "contingency planning", "strategic options", or any question about uncertain futures. Also trigger when the user faces a fork-in-the-road decision, wants to stress-test an idea, or needs to think through consequences before committing.
development
Access comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
development
Use when challenging ideas, plans, decisions, or proposals using structured critical reasoning. Invoke to play devil's advocate, run a pre-mortem, red team, or audit evidence and assumptions.
tools
Core skill for the deep research and writing tool. Write scientific manuscripts in full paragraphs (never bullet points). Use two-stage process with (1) section outlines with key points using research-lookup then (2) convert to flowing prose. IMRAD structure, citations (APA/AMA/Vancouver), figures/tables, reporting guidelines (CONSORT/STROBE/PRISMA), for research papers and journal submissions.