exa-search/SKILL.md
Neural search via Exa MCP for web, code, and company research.
npx skillsauth add lidge-jun/cli-jaw-skills exa-searchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Neural search for web content, code, companies, and people via the Exa MCP server.
Exa MCP server must be configured. Example MCP config:
"exa-web-search": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "${EXA_API_KEY}" }
}
Get an API key at exa.ai. Verify the exact tool names your Exa server exposes before depending on them.
General web search for current information, news, or facts.
web_search_exa(query: "latest AI developments 2026", numResults: 5)
| Param | Type | Default | Notes |
|-------|------|---------|-------|
| query | string | required | Search query |
| numResults | number | 8 | Number of results |
| type | string | auto | Search mode |
| livecrawl | string | fallback | Prefer live crawling when needed |
| category | string | none | Optional: company, research paper, etc. |
Find code examples and documentation from GitHub, Stack Overflow, and docs sites.
get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000)
| Param | Type | Default | Notes |
|-------|------|---------|-------|
| query | string | required | Code or API search query |
| tokensNum | number | 5000 | Content tokens (1000–50000) |
web_search_exa(query: "Node.js 22 new features", numResults: 3)
get_code_context_exa(query: "Rust error handling patterns Result type", tokensNum: 3000)
web_search_exa(query: "Vercel funding valuation 2026", numResults: 3, category: "company")
web_search_exa(query: "site:linkedin.com/in AI safety researchers Anthropic", numResults: 5)
web_search_exa for current information, company lookups, and broad discoverysite:, quoted phrases, and intitle: to narrow resultstokensNum (1000–2000) for focused code snippets, higher (5000+) for comprehensive contextget_code_context_exa for API usage or code examples rather than general web pagesdeep-research — full research workflow using firecrawl + exa togetherdevelopment
Goal execution guidelines with PABCD integration, verification tiers, documentation workflow, and AI-driven planning
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Use this skill any time a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv). This includes: creating, reading, editing, analyzing, or formatting spreadsheets; cleaning messy tabular data; converting between formats; and data visualization with charts. Also use for pandas-based data analysis when the deliverable is a spreadsheet. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration.
tools
Use this skill when the user wants to build a financial model, 3-statement model, DCF valuation, cap table, scenario analysis, or financial projections in Excel. Trigger on: 'financial model', '3-statement model', 'DCF', 'cap table', 'pro forma', 'projections', 'sensitivity analysis', 'waterfall', 'debt schedule', 'break-even', 'discounted cash flow', 'capitalization table', 'fundraising model', 'WACC calculation', 'scenario analysis model'. Input is a text prompt with assumptions. Output is a single .xlsx file with formula-driven, interconnected statement sheets.