CtrlK
BlogDocsLog inGet started
Tessl Logo

funda-data

Query Funda AI financial data via two surfaces: the MCP server at https://funda.ai/api/mcp for analyst-grade research synthesis (DCF, comps, earnings previews/recaps, sector deep-dives, SEC filings, transcripts, supply-chain mapping, ownership flow, macro framing) via the agent_chat tool — OR the REST API at https://api.funda.ai/v1 with FUNDA_API_KEY for raw data (real-time quotes, intraday candles, EOD prices, financial statements, options chains/greeks/GEX, supply-chain KG, social sentiment, news, calendars, FRED, ESG, congressional trades, AI hiring signals). Triggers: "funda", "funda.ai", real-time quote, stock price, intraday, balance sheet, income statement, options chain, DCF, comps, earnings preview/recap, analyst estimates, 10-K/10-Q/8-K, transcript, ownership flow, gamma exposure, supply chain, sector deep-dive, congressional trades, FRED. Prefer MCP for synthesis/analysis questions; use REST for raw structured data the MCP declines.

76

Quality

94%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

92%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

A well-architected skill body: executable commands, explicit error-handling feedback loops, and a clean split between overview logic and twelve one-level reference files. The only minor gap is a couple of large routing tables that lean slightly verbose.

DimensionReasoningScore

Conciseness

The body is dense and mostly earned — decision tables, real shell snippets, and curl examples with no padding about concepts Claude already knows — but the eight-row MCP question-shape table and the large endpoint routing table could be trimmed slightly without losing clarity.

4 / 5

Actionability

Guidance is copy-paste ready throughout: the MCP check one-liner, the `mcp__funda__agent_chat(question: "…")` call syntax, the multi-source `FUNDA_API_KEY` resolution script, and `curl -s -H "Authorization: Bearer $FUNDA_API_KEY" … | python3 -m json.tool` cover the common cases concretely.

5 / 5

Workflow Clarity

A clear four-step sequence (decide surface → MCP flow → REST flow → respond) with substeps and explicit feedback loops: verify MCP connected / install if not, handle 403 `subscription_required`, handle `KEY_NOT_SET`, and offer retry on `timed_out`.

5 / 5

Progressive Disclosure

SKILL.md is an overview that routes each data category to one of twelve real, one-level-deep reference files (all present in ./references/), and a dedicated Reference Files section signals them clearly with no nested-reference chains.

5 / 5

Total

19

/

20

Passed

Description

96%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

A dense, well-constructed description that explicitly covers what the skill does, when to use it, and the natural trigger terms a user would say, anchored to a distinct brand. Its only weakness is that a minority of trigger terms are generic financial phrases that could overlap with sibling skills.

DimensionReasoningScore

Specificity

Names both surfaces and enumerates many concrete capabilities — "DCF, comps, earnings previews/recaps, sector deep-dives, SEC filings, transcripts, supply-chain mapping" plus "real-time quotes, intraday candles, EOD prices, financial statements, options chains/greeks/GEX" — giving comprehensive coverage of specific actions.

5 / 5

Completeness

It states the "what" ("Query Funda AI financial data via two surfaces…") and an explicit "when" via the Triggers list plus "Prefer MCP for synthesis/analysis questions; use REST for raw structured data the MCP declines", satisfying both halves with concrete trigger guidance.

5 / 5

Trigger Term Quality

An explicit "Triggers:" list pairs the brand terms ("funda", "funda.ai") with natural user phrases ("stock price", "balance sheet", "options chain", "earnings preview/recap", "10-K/10-Q/8-K", "congressional trades", "FRED") — broad coverage including synonyms and filing codes.

5 / 5

Distinctiveness Conflict Risk

The branded triggers ("funda", "funda.ai") and advanced terms (GEX, supply-chain KG, AI hiring signals) carve a clear niche, but several listed triggers ("stock price", "intraday", "balance sheet", "income statement") are generic financial terms with minor overlap risk against other financial-data skills.

4 / 5

Total

19

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
himself65/finance-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.