Watch for errors streaming from ghosttrap.io
Project description
ghosttrap-cli
The developer-side listener for ghosttrap. Connects errors from remote servers to Claude Code in real time.
Works with any Python app. Django and Celery get deep integration (middleware, app config, task failure hooks). Flask and other frameworks work via Python's logging and excepthook.
Setup
Requires the GitHub CLI (gh) and Claude Code.
pip install ghosttrap-cli
cd ~/your-project
ghosttrap setup
Then in Claude Code:
/ghosttrap
That's it. setup authenticates via gh, claims the repo, and installs a Claude Code skill. The /ghosttrap skill handles everything else — it installs the SDK into your app, wires in the error hooks, and starts monitoring.
What happens next
The skill file tells Claude Code to run ghosttrap peek in the background. Peek opens a WebSocket to ghosttrap.io and waits. When a production error arrives, Claude sees the full traceback — exception type, message, file, line, function — and starts fixing.
After fixing, Claude restarts peek and waits for the next one. Errors become a real-time stream that your AI agent dispatches automatically.
The SDK
Your app needs ghosttrap-sdk to report errors. The Claude Code skill handles the integration automatically — it installs the SDK, wires it into your app, and adds Django/Celery hooks if applicable. You shouldn't need to touch the SDK manually.
Commands
| Command | What it does |
|---|---|
ghosttrap setup |
Claim a repo, install the Claude Code skill |
ghosttrap peek |
Wait for the next error, print it, exit |
ghosttrap peek --clear |
Skip outstanding errors, then wait for the next one |
ghosttrap last |
Fetch the most recent error and exit (no waiting) |
ghosttrap last --clear |
Fetch the most recent error and skip everything older |
ghosttrap watch |
Stream all errors continuously |
ghosttrap clear |
Skip all outstanding errors |
How it works
- Setup authenticates with GitHub to prove you own the repo, then saves a token locally
- Peek and watch connect to ghosttrap.io using that token — no GitHub auth needed after setup
- Errors that arrive while you're offline are replayed on next connect (cursor-based, no duplicates)
- Local state is stored in
~/.ghosttrap/config.json
Requirements
- Python 3.10+
- GitHub CLI (
gh) — used for authentication during setup - Claude Code — the AI agent that fixes your errors
- macOS or Linux (Windows is untested)
Privacy
Error data (tracebacks, exception messages, file paths) is routed through ghosttrap.io. The server is not open source yet — if there's demand for self-hosting, we'll open it up. Your GitHub token is used only during setup to verify repo ownership; it's never stored on the server. After setup, all communication uses a repo-specific token that grants access only to that repo's error stream — it cannot access your GitHub account.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ghosttrap_cli-0.3.10.tar.gz.
File metadata
- Download URL: ghosttrap_cli-0.3.10.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed59bba2def3e404989026a3aa586332954fcd646d906f81e004256a7c0cd3fc
|
|
| MD5 |
ad194753e31f3e512121e1442a87a862
|
|
| BLAKE2b-256 |
c92a24fa2f88c7bcba62915099f1600817ede9ad64f3b5339d63f449ceacb215
|
File details
Details for the file ghosttrap_cli-0.3.10-py3-none-any.whl.
File metadata
- Download URL: ghosttrap_cli-0.3.10-py3-none-any.whl
- Upload date:
- Size: 8.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cdb656bdc0ccf502017daeda27af848c202c0efa2a60530aa08d67a333653bdb
|
|
| MD5 |
b7000dc0bd689710162a019847a90f96
|
|
| BLAKE2b-256 |
7cdc8c692888b097c11cb2665a5a6e2d86b5ab0ec5d24002da153a65856fbcd3
|