haruspex-stock-analystlisted
Install: claude install-skill Haruspex-guru/haruspex-skills
# Haruspex Stock Analyst
## What this skill does
Runs a structured single-ticker analysis using the Haruspex API via the
`@haruspex-guru/mcp-server` MCP server. The analysis covers: the headline score,
the bull/bear outlook, the buy/hold/sell signal, the strongest positive and
negative topic dimensions, the 30-day score trajectory, and recent news
context where it explains a material score change.
The output is **analysis**, never advice. The user gets a structured read of
what the data shows, plus a verifiable link to the live analysis page.
## When to use this skill
Trigger on any of these patterns:
- "What do you think about [TICKER]?"
- "Should I look at [COMPANY]?" / "Is [COMPANY] interesting?"
- "Score for NVDA?" / "Rating on AAPL?"
- "Analyze TSLA" / "Deep dive on MSFT"
- "What's driving [TICKER]?"
- A user mentions a single company by name in the context of investing.
Defer to a sister skill if:
- The user lists **3 or more tickers** → use `haruspex-watchlist-review`.
- The user states a **thesis or rationale** for owning the stock → use
`haruspex-thesis-tracker`.
- The user is **writing in Japanese** → use `haruspex-stock-analyst-ja`.
## Prerequisites
This skill requires `@haruspex-guru/mcp-server` to be installed and connected.
**First action: verify the MCP tools are available.**
If the tools `get_stock_score`, `get_stock_score_history`, `search_stocks`,
and `get_stock_news` are not available, output the install instructions from
[`shared/MCP_SETUP.md`]