ghost-proxy
ghost proxy
What it does
- --domains: Suffix match. example.com matches example.com, api.example.com, sub.api.example.com
- --hosts: Exact match. api.example.com matches only api.example.com
- Traffic outside scope passes through transparently without logging
- reaper.db - SQLite database with captured entries
- reaper.sock - Unix socket for CLI-to-daemon IPC
- reaper.pid - Daemon process ID
Requirements & configuration
- When used with the validate skill (may need to collaborate with the user to setup the test environment):
Configuration: PATHMETHODHOSTSTATUS
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
ghost-proxy FAQ
What does the ghost-proxy skill do?
Starts and controls the reaper MITM proxy to capture, inspect, search, and replay HTTP/HTTPS traffic between clients and servers. Capabilities include starting/stopping the proxy scoped to specific domains, viewing captured request/response logs, searching traffic by method/path/status/host, and inspecting full raw HTTP entries for security analysis. Use when the user asks to "start the proxy", "capture traffic", "intercept requests", "inspect HTTP traffic", "search captured requests", or "view request/response". --domains: Suffix match. example.com matches example.com, api.example.com, sub.api.example.com --hosts: Exact match. api.example.com matches only api.example.com
What does ghost-proxy require?
When used with the validate skill (may need to collaborate with the user to setup the test environment): Configuration keys: PATH, METHOD, HOST, STATUS.
How do I install ghost-proxy?
Run: npx -y skills add https://github.com/ghostsecurity/skills --skill ghost-proxy --agent claude-code — the source lives at github.com/ghostsecurity/skills.
Maintain ghost-proxy?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[ghost-proxy on getagentictools](https://getagentictools.com/skills/ghostsecurity-skills-ghost-proxy?ref=badge) npx agentictools info skills/ghostsecurity-skills-ghost-proxy The second line is the CLI lookup for this page — handy in READMEs and docs.