amp-api-awareness
Installation
SKILL.md
Amp API Awareness
Discover Amp's undocumented API by mining local thread storage.
Data Sources
| Source | Path | Format |
|---|---|---|
| Threads | ~/.local/share/amp/threads/*.json |
JSON per thread |
| History | ~/.claude/history.jsonl |
JSONL sessions |
| Projects | ~/.claude/projects/*/*.jsonl |
JSONL per project |
Quick Extraction
Count all threads
ls ~/.local/share/amp/threads/*.json | wc -l