← 返回 Skills 市场
theishangoswami

Code Docs Search by Exa

作者 Ishan Goswami · GitHub ↗ · v1.0.0
cross-platform ⚠ pending
2080
总下载
2
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install code-docs-search-exa
功能描述
Search real code snippets and documentation from GitHub, docs sites, and Stack Overflow for accurate syntax and usage examples.
使用说明 (SKILL.md)

Code Docs Search by Exa

Up-to-date code docs and examples for AI, powered by Exa. Finds real code snippets and docs from GitHub, docs sites, and Stack Overflow.

Setup

Connect MCP server: https://mcp.exa.ai/mcp

No API key needed.

Tool

get_code_context_exa

What it does

Finds real code snippets and docs from GitHub, docs sites, and Stack Overflow. Great for correct syntax, setup guides, and usage examples.

Inputs

  • query (string, required): What code or doc you want to find.
  • tokensNum (string or int, optional): How much context to return. Use dynamic for auto length, or a number like 10000. dynamic is recommended.

Examples

Basic:

get_code_context_exa { "query": "React useState example" }

More context:

get_code_context_exa {
  "query": "Current Next.js app router with TypeScript setup",
  "tokensNum": 8000
}

Shorter output:

get_code_context_exa {
  "query": "pandas groupby examples",
  "tokensNum": 2000
}

When to Use

  • Finding correct syntax for a library or SDK
  • Getting real code examples for a feature
  • Reviewing setup steps or best practices

Notes

  • Ask for specific versions to improve accuracy.
  • Larger tokensNum returns more context but costs more.

References

安全使用建议
This skill appears to be a straightforward connector to Exa's code/docs API. Before installing, consider whether you will ever send proprietary or sensitive code in queries — those queries go to https://mcp.exa.ai/mcp and will be processed by Exa. Verify that the integration is an official Exa endpoint (confirm publisher/source) if you need assurance about data handling. Test with non-sensitive example queries first and consult your org's data-sharing policies if in doubt.
能力评估
Purpose & Capability
Name and SKILL.md describe searching code docs and returning code snippets; the instructions reference an Exa MCP endpoint and a single tool (get_code_context_exa). There are no unrelated env vars, binaries, or installs requested — this is proportionate to the described purpose.
Instruction Scope
Instructions are narrowly scoped to calling Exa's context API with a query and optional token limit. They do not request reading local files or other system state. Note: the skill directs queries to an external endpoint (https://mcp.exa.ai/mcp) — this is expected for a remote docs search but means query content will leave the agent environment.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing is written to disk or fetched during install. This is low-risk and coherent with the skill's behavior.
Credentials
The skill requires no environment variables, credentials, or config paths. That matches the SKILL.md claim of 'No API key needed.' There is an implicit requirement that the agent/platform provide the get_code_context_exa tool or integration.
Persistence & Privilege
always is false and there is no indication the skill will modify other skills or system-wide settings. The skill can be invoked autonomously by the agent (default behavior), which is normal for skills of this type.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install code-docs-search-exa
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /code-docs-search-exa 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Code Docs Search by Exa. - Search real code snippets and documentation from GitHub, docs sites, and Stack Overflow. - Supports detailed context queries with flexible output length via the tokensNum parameter. - No API key required; connect to Exa MCP server for setup. Super easy setup. - Useful for finding syntax, setup guides, and library usage examples.
元数据
Slug code-docs-search-exa
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Code Docs Search by Exa 是什么?

Search real code snippets and documentation from GitHub, docs sites, and Stack Overflow for accurate syntax and usage examples. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 2080 次。

如何安装 Code Docs Search by Exa?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install code-docs-search-exa」即可一键安装,无需额外配置。

Code Docs Search by Exa 是免费的吗?

是的,Code Docs Search by Exa 完全免费(开源免费),可自由下载、安装和使用。

Code Docs Search by Exa 支持哪些平台?

Code Docs Search by Exa 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Code Docs Search by Exa?

由 Ishan Goswami(@theishangoswami)开发并维护,当前版本 v1.0.0。

💬 留言讨论