From agent-finance
Parses the latest earnings release and conference-call transcript. Extracts beat/miss vs consensus, management guidance, tone, and the Q&A signal. Use for the most recent quarter and the prior three quarters to detect trend changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-finance:earnings-analysisThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Single-responsibility skill: turn a quarterly earnings event into a
Single-responsibility skill: turn a quarterly earnings event into a
structured signal. The output feeds news-intelligence, bull-bear-thesis,
and report-composer.
ticker (required).quarter (e.g. Q1-FY26). Defaults to the latest reported.financial-datasets MCP if
available; otherwise via WebFetch of the IR site or a major transcript
provider.financial-datasets MCP (analyst estimates
endpoint).actual - consensus and as a
percentage.confident / measured / cautious / defensive scale.
Cite the exact quote.company-profile (segment list to map guidance correctly).financial-datasets (analyst estimates, transcripts where available).WebFetch for the 8-K and IR-site artefacts as fallback.JSON at ${CLAUDE_PLUGIN_DATA}/companies/<TICKER>/earnings/<QUARTER>.json:
{
"quarter": "Q1-FY26",
"reported_on": "2026-04-30",
"beats_misses": {"revenue": {"actual_usd_m": ..., "consensus_usd_m": ..., "delta_pct": ..., "source": "..."}},
"guidance": [{"line": "revenue", "value": "...", "vs_prior": "raised|maintained|lowered", "quote": "...", "source": "..."}],
"tone": [{"topic": "...", "label": "confident|measured|cautious|defensive", "quote": "...", "source": "..."}],
"qa_pressure_points": [{"topic": "...", "analysts": ["..."], "deflection": true, "source": "..."}]
}
Every quote carries a source: pointing to the transcript URL + speaker +
approximate timestamp or paragraph. Every consensus figure cites the MCP
endpoint and as-of date.
npx claudepluginhub macroman5/agent-finance --plugin agent-financeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.