用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/mturac/everything-openai-codex --skill exa-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use this skill to monitor and verify a deployed URL or public OSS launch surface after releases — checks HTTP endpoints, SSE streams, static assets, console errors, performance regressions, PR queue health, maintainer feedback, and listing-review blockers after deploys, merges, submissions, or dependency upgrades. Smoke / canary / post-deploy / PR-watch verification.
Build reputation-safe open-source marketing from verifiable project evidence, not hype, spam, or repeated public pings. Use for launch copy, directory targeting, community posts, proof packets, and maintainer-facing positioning.
Turn public launch, directory, community, or list rejections into repo fixes and better proof without arguing, spamming, or resubmitting blindly. Use after Hacker News, Product Hunt, GitHub list PR, marketplace, or community rejection.
基于 SOC 职业分类
正在显示 SKILL.md
| name | exa-search |
| description | 通过Exa MCP进行神经搜索,适用于网络、代码和公司研究。当用户需要网络搜索、代码示例、公司情报、人员查找,或使用Exa神经搜索引擎进行AI驱动的深度研究时使用。 |
| origin | ecc |
通过 Exa MCP 服务器实现网页内容、代码、公司和人物的神经搜索。
必须配置 Exa MCP 服务器。添加到 ~/.codex.json:
"exa-web-search": {
"command": "npx",
"args": ["-y", "exa-mcp-server"],
"env": { "EXA_API_KEY": "YOUR_EXA_API_KEY_HERE" }
}
在 exa.ai 获取 API 密钥。
此仓库当前的 Exa 设置记录了此处公开的工具接口:web_search_exa 和 get_code_context_exa。
如果你的 Exa 服务器公开了其他工具,请在文档或提示中依赖它们之前,先核实其确切名称。
用于当前信息、新闻或事实的通用网页搜索。
web_search_exa(query: "2026年最新人工智能发展", numResults: 5)
参数:
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
query | 字符串 | 必填 | 搜索查询 |
numResults | 数字 | 8 | 结果数量 |
type | 字符串 | auto | 搜索模式 |
livecrawl | 字符串 | fallback | 需要时优先使用实时爬取 |
category | 字符串 | 无 | 可选焦点,例如 company 或 research paper |
从 GitHub、Stack Overflow 和文档站点查找代码示例和文档。
get_code_context_exa(query: "Python asyncio patterns", tokensNum: 3000)
参数:
| 参数 | 类型 | 默认值 | 说明 |
|---|---|---|---|
query | string | 必需 | 代码或 API 搜索查询 |
tokensNum | number | 5000 | 内容令牌数(1000-50000) |
web_search_exa(query: "Node.js 22 新功能", numResults: 3)
get_code_context_exa(query: "Rust错误处理模式Result类型", tokensNum: 3000)
web_search_exa(query: "Vercel 2026年融资估值", numResults: 3, category: "company")
web_search_exa(query: "site:linkedin.com/in OpenAI AI安全研究员", numResults: 5)
web_search_exa(query: "WebAssembly 组件模型状态与采用情况", numResults: 5)
get_code_context_exa(query: "WebAssembly 组件模型示例", tokensNum: 4000)
web_search_exa 获取最新信息、公司查询和广泛发现site:、引号内的短语和 intitle: 等搜索运算符来缩小结果范围tokensNum (1000-2000);对于全面的上下文,使用较高的值 (5000+)get_code_context_exadeep-research — 使用 firecrawl + exa 的完整研究工作流market-research — 带有决策框架的业务导向研究