Agent skill · Business & Finance

web-search-advanced-financial-report

Search for financial reports using Exa advanced search. Near-full filter support for finding SEC filings, earnings reports, and financial documents.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill financial-report-search --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/financial-report-search/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Web Search Advanced - Financial Report Category ## Tool Restriction (Critical) ONLY use `web_search_advanced_exa` with `category: "financial report"`. Do NOT use other categories or tools. ## Filter Restrictions (Critical) The `financial report` category has one known restriction: - `excludeText` - NOT SUPPORTED (causes 400 error) ## Supported Parameters ### Core - `query` (required) - `numResults` - `type` ("auto", "fast", "deep", "neural") ### Domain filtering - `includeDomains` (e.g., ["sec.gov", "investor.apple.com"]) - `excludeDomains` ### Date filtering (ISO 8601) - Very useful for financial reports! - `startPublishedDate` / `endPublishedDate` - `startCrawlDate` / `endCrawlDate` ### Text filtering - `includeText` (must contain ALL) - **single-item arrays only**; multi-item causes 400 - ~~`excludeText`~~ - NOT SUPPORTED ### Content extraction - `textMaxCharacters` / `contextMaxCharacters` - `enableSummary` / `summaryQuery` - `enableHighlights` / `highlightsNumSentences` / `highlightsPerUrl` / `highlightsQuery` ### Additional - `additionalQueries` - `livecrawl` / `livecrawlTimeout` - `subpages` / `subpageTarget` ## Token Isolation (Critical) Never run Exa searches in main con

What's inside
Steps it walks through
  1. Tool Restriction (Critical)
  2. Filter Restrictions (Critical)
  3. Supported Parameters
  4. Core
  5. Domain filtering
  6. Date filtering (ISO 8601) - Very useful for financial reports!
  7. Text filtering
  8. Content extraction
  9. Additional
  10. Token Isolation (Critical)
  11. When to Use
  12. Examples
  13. Output Format
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the web-search-advanced-financial-report skill do?

Search for financial reports using Exa advanced search. Near-full filter support for finding SEC filings, earnings reports, and financial documents.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill financial-report-search --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going