Crypto market intelligence skill for Claude Code, Cursor, Codex, and Gemini CLI. Routes the agent to Spectre's CLI, MCP, and REST surfaces — Brain synthesis (pulse / wave / tide / ocean), grounded fact-checked alpha, derivatives + on-chain + social fused.
Once published to npm:
npx @spectre-ai/skills install
# or with a non-default target:
npx @spectre-ai/skills install --target cursor # claude | cursor | codex | gemini
npx @spectre-ai/skills install --dest ./my-appUntil then, install directly from this GitHub repo:
git clone https://github.com/Spectre-AI-Bot/skills.git /tmp/spectre-skills
node /tmp/spectre-skills/bin/install.jsThe installer drops SKILL.md into <project>/.claude/skills/spectre/SKILL.md (or the equivalent for cursor/codex/gemini) so the agent picks it up automatically.
- Surface routing (CLI > MCP > REST) so the agent picks the fastest path.
- The full Spectre MCP tool catalog (110+ tools across Brain, derivatives, on-chain, social, smart-money, options, macro).
- Query patterns for research, asset deep-dives, divergence hunts, whale flow, and macro context.
- Heuristics for interpreting multi-source synthesis.
- API: https://api.spectreai.io/v1
- MCP: https://api.spectreai.io/mcp
- llms-full: https://api.spectreai.io/llms-full.txt
MIT