用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/lidge-jun/cli-jaw-skills --skill exa-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | exa-search |
| description | Neural search via Exa MCP for web, code, and company research. |
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 together基于 SOC 职业分类