Haruspex
Get stock score (e.g. /score NVDA)
haruspex-skills
Anthropic Skills for stock traders, powered by Haruspex.
This repository packages a small, focused set of Anthropic Agent Skills that turn Claude into a stock-intelligence assistant. The skills wrap the Haruspex multi-dimension scoring system and ship the analysis workflows traders actually use day-to-day — single-ticker reads, watchlist scans, thesis checks, and a Japanese-language flagship variant.
The skills depend on @haruspex-guru/mcp-server for live data. Without the MCP
server installed, the skills will detect that, output install instructions,
and stop — they will never fabricate analysis.
What's in this repo
| Skill | Purpose |
|---|---|
haruspex-stock-analyst | Single-ticker fundamental + signals analysis. The default for any "what about [TICKER]?" question. |
haruspex-watchlist-review | Batched review of a multi-ticker watchlist. Ranked tables, biggest movers, dimensional flags. |
haruspex-thesis-tracker | Maps a stated investment thesis to the relevant Haruspex dimensions and reports whether the data still aligns. |
haruspex-stock-analyst-ja | 日本語版 of the flagship analyst, for traders working in Japanese on US-listed equities (NYSE/NASDAQ). |
Each skill is a folder containing a SKILL.md with YAML frontmatter, a
reference.md for deeper docs, and an examples.md with full example
dialogues using real captured data.
Surface support matrix
| Surface | Skills | MCP | Status |
|---|---|---|---|
| Claude Code (terminal CLI) | ✅ filesystem ~/.claude/skills/ | ✅ claude mcp add-json | Fully tested |
| Claude.ai web (browser) | ✅ ZIP upload via Settings → Customize → Skills | ✅ via Connectors | Supported |
| Claude API (SDK) | ✅ bundle in request | ✅ pass server config | See Anthropic docs |
| Claude Desktop app | ❌ user-installable skills not supported as of v0.1.0 | ✅ claude_desktop_config.json | MCP works; skills don't (use Claude Code instead) |
| Cursor / Windsurf | ❌ Anthropic Agent Skills not natively supported | ✅ MCP works | MCP-only; no skills runtime |
Quickstart — Claude Code (recommended)
This is the path we test against.
- Install skills. From this repo:
git clone https://github.com/Haruspex-guru/haruspex-skills.git mkdir -p ~/.claude/skills cp -r haruspex-skills/skills/* ~/.claude/skills/ - Register the MCP server at user scope (works in any project):
Replaceclaude mcp add-json --scope user haruspex '{ "command": "npx", "args": ["-y", "@haruspex-guru/mcp-server"], "env": { "HARUSPEX_API_KEY": "hrspx_demo_public_REPLACE_ME" } }'hrspx_demo_public_REPLACE_MEwith your real key from https://haruspex.guru. - Verify:
Then in a Claude Code session:claude mcp list # haruspex should show ✓ Connected/mcp # browse Haruspex tools /skills # see all 4 haruspex skills (✔ on) - Try a query:
TheWhat do you think about NVDA?haruspex-stock-analystskill auto-triggers, calls the MCP tools, and returns structured analysis with a verifiable share URL.
Quickstart — Claude.ai (web)
- Enable code execution in Claude.ai if you haven't already (Settings → Capabilities).
- Package each skill as a ZIP. From this repo:
Produces 4 ZIPs in thecd skills for d in */; do (cd "$d" && zip -r "../${d%/}.zip" .); doneskills/directory. - Upload each ZIP: claude.ai → Settings → Customize → Skills → "+" → Upload a skill. Repeat for all four.
- Configure
@haruspex-guru/mcp-servervia Connectors (the Connectors UI is separate from local Desktop config). Use your Haruspex API key. - Try a query in any chat: "What do you think about NVDA?"
Heads-up: skills uploaded to claude.ai are subject to Anthropic's review guidelines for third-party content. "Only install skills from trusted sources" applies — Haruspex skills do not execute arbitrary code, but users should still review the SKILL.md files before installing.
Quickstart — Claude API / SDK
The Claude API supports Agent Skills programmatically. Bundle the skill directories with your request and pass the MCP server configuration alongside. See Anthropic's official Skills API docs for current syntax.
Claude Desktop — current limitation
The native Claude Desktop app does not load user-installable filesystem skills as of v0.1.0 of this repo (April 2026). Desktop's skills runtime currently only surfaces a built-in set (docx, pdf, pptx, etc.).
The MCP server side does work in Claude Desktop — see
shared/MCP_SETUP.md for claude_desktop_config.json
setup. But without a skills runtime, you'd be left calling MCP tools
freeform rather than getting the structured workflow these skills enforce.
For Desktop users today: install Claude Code and use it from your terminal, or use claude.ai web with the ZIP upload flow above. Anthropic may add filesystem-skills support to Desktop later; this repo will update when that ships.
Prerequisites
- A Haruspex API key — sign up at https://haruspex.guru. Never commit your API key to a repository.
- One of: Claude Code, Claude.ai web, or the Claude API.
- Node.js 18+ if you're running
@haruspex-guru/mcp-servervianpx.
Full per-surface MCP setup details live in
shared/MCP_SETUP.md.
Compliance & disclaimer
These skills produce analysis, not advice. Every skill is hard-coded with compliance rules that prohibit direct buy/sell/hold recommendations, price predictions, position sizing, and stop-loss/take-profit specifics. Every skill output includes the canonical disclaimer footer.
The full disclaimer language and the rationale behind each compliance rule
are in shared/DISCLAIMER.md. Treat that file and
the "Compliance rules (NEVER VIOLATE)" sections of each SKILL.md as
load-bearing.
Nothing in this repository is investment advice. Haruspex scores are quantitative signals derived from public data, provided for informational purposes only.
Topic dimensions
The Haruspex score is a composite of topic dimensions (e.g. competitors,
earnings, supplychain, us_china_official). Plain-English descriptions of
all 16 are in shared/DIMENSIONS.md. The scoring
methodology itself is proprietary and intentionally not documented here.
Contributing
See CONTRIBUTING.md. The short version:
- Open an issue before opening a PR for non-trivial changes.
- Run
bash scripts/validate-skills.shbefore submitting. - Examples must use real captured data from the live API. Fabrication will be rejected.
- Compliance language is non-negotiable.
Eval queries
eval/queries/ contains ~20 trigger-test queries per skill
(half should-trigger, half should-not, with cross-skill ambiguity cases). Use
them when revising any skill's description field. See
eval/README.md for the manual evaluation procedure.
License
MIT. The skills (instructions and examples in this repository) are MIT-licensed. The Haruspex scoring algorithm and underlying data are proprietary; access is governed by the Haruspex API Terms of Service.
Where this came from
Built for the Haruspex community, inspired by patterns we've seen work in
real trader workflows. Submissions to the official
anthropics/skills catalog will
follow once the skills have a stable shape here.
相关服务器
Superlines MCP server
Analyze and optimize for AI search (AIO)
AgentBazaar
A2A marketplace with 1800+ AI agents. Search, invoke, trade capabilities, datasets, prompts.
Runframe
Incident management MCP server. Acknowledge, escalate, page, and resolve incidents, check on-call, manage services, postmortems, and teams from any MCP client.
mcp-server-inject-bender
Security through absurdity: transforms SQL injection and XSS attempts into harmless comedy responses using AI-powered humor defense.
Zen7-Payment-Agent
Zen7 Payment Agent is the first implementation project of DePA (Decentralized Payment Agent), pioneers next-generation intelligent payment infrastructure.
CRA Compliance MCP
Cyber Resilience Act compliance checker — vulnerability handling, software bill of materials, CE marking requirements for digital products
mcp-fns-check
MCP-сервер для проверки российских контрагентов (юридические лица и ИП) через публичные данные ФНС: ЕГРЮЛ/ЕГРИП, ЕФРСБ, «Прозрачный бизнес», ФССП, КАД.
Phrases MCP Server
An MCP server for managing inspirational phrases, designed for integration with clients like Claude for Desktop.
Cycling Coach AI
AI-powered cycling training coach: personalized training plans, daily workouts, nutrition, strength training, fitness metrics (FTP, VO2Max), and Strava, Garmin, Wahoo, MyWhoosh, and Rouvy integrations.
Weather Edge MCP
Calibrated weather probability signals for Kalshi prediction markets. Dual-model: NWS forecast + GFS 31-member ensemble. Real-time METAR from settlement stations.