Charles Proxy Extract banner
wannabehero wannabehero

Charles Proxy Extract

Development community intermediate

Description

A Claude Code skill that extracts and analyzes HTTP/HTTPS request and response data from Charles Proxy session files (`.chlsj` format).

Installation

Terminal
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:

...