@spectre-ai/docs
v1.0.0
Published
Spectre AI documentation bundle — agent-readable docs for crypto market intelligence
Maintainers
Readme
@spectre-ai/docs
Offline documentation bundle for Spectre AI — agent-readable docs for crypto market intelligence.
What's inside
llms.txt— compact agent-facing summary of the Spectre APIllms-full.txt— full reference (~6k lines: every endpoint, every parameter, every example)agent-prompt-examples.md— copy-pasteable prompts for Claude / Cursor / Codex / Gemini CLIrecipes/*.yaml— 8 starter recipes (apc-supply-anomaly, brain-daily-digest, cross-chain-momentum, derivatives-divergence, mindshare-leaderboard, narrative-scan, unlock-risk-scan, whale-flow-spike)
Install
npx @spectre-ai/docsDrops everything into ./.spectre-docs/ in the current working directory. Point your agent at ./.spectre-docs/llms.txt and you're set.
Or install globally:
npm i -g @spectre-ai/docs
spectre-docsWhy offline?
- Air-gapped agent runs (no outbound HTTP from the agent).
- Pinned doc versions for reproducible runs.
- One install command, zero auth needed to read docs.
For a live, always-current copy, see https://api.spectreai.io/llms.txt.
Companion packages
@spectre-ai/cli— terminal access to Spectre data@spectre-ai/skills— Claude Code / Cursor skill bundle
License
MIT
