Charles Proxy Extract
Description
A Claude Code skill that extracts and analyzes HTTP/HTTPS request and response data from Charles Proxy session files (`.chlsj` format).
Installation
claude install-skill https://github.com/wannabehero/charles-proxy-extract-skill README
Charles Proxy Session Extractor
A Claude Code skill that extracts and analyzes HTTP/HTTPS request and response data from Charles Proxy session files (`.chlsj` format).
When debugging API integrations or analyzing network traffic, simply mention a `.chlsj` file and Claude will automatically use this skill to parse and present the data.
**Zero dependencies** - uses Python standard library only.
Features
- undefined
How It Works
- undefined
Prerequisites
- undefined
Installation
For Claude Code Users
Clone this repository into your skills directory:
# User-level (available in all projects)
git clone https://github.com/yourusername/charles-proxy-extract ~/.claude/skills/charles-proxy-extract
# Project-level (available in specific project)
git clone https://github.com/yourusername/charles-proxy-extract .claude/skills/charles-proxy-extract
That's it! No additional dependencies to install.
Standalone Usage
If you want to use the script without Claude Code, just ensure Python 3.x is installed:
which python3
Using with Claude Code
Once installed, Claude will automatically suggest this skill when you mention Charles Proxy files. Try phrases like:
...
Related Skills
next.js
| The React Framework | 138360 | 1503 | 1 |
Development community sharing-skills
skill for guidance.
Development community root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger.
Development community Template Skill
Minimal skeleton for a new skill project structure.
Development community Third-party Notices
THE FOLLOWING SETS FORTH ATTRIBUTION NOTICES FOR THIRD PARTY SOFTWARE THAT MAY BE CONTAINED IN PORTIONS OF THIS PRODUCT. ---
Development official Claude API
When code imports anthropic/@anthropic-ai/sdk/claude_agent_sdk, or user asks to use Claude APIBuild apps with the Claude API or Anthropic SDK
Development official