# Send Code Docs Search by Exa to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "code-docs-search-exa",
    "name": "Code Docs Search by Exa",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/theishangoswami/code-docs-search-exa",
    "canonicalUrl": "https://clawhub.ai/theishangoswami/code-docs-search-exa",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/code-docs-search-exa",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-docs-search-exa",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILLS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "code-docs-search-exa",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:12:20.613Z",
      "expiresAt": "2026-05-06T12:12:20.613Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-docs-search-exa",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=code-docs-search-exa",
        "contentDisposition": "attachment; filename=\"code-docs-search-exa-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "code-docs-search-exa"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/code-docs-search-exa"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/code-docs-search-exa",
    "downloadUrl": "https://openagent3.xyz/downloads/code-docs-search-exa",
    "agentUrl": "https://openagent3.xyz/skills/code-docs-search-exa/agent",
    "manifestUrl": "https://openagent3.xyz/skills/code-docs-search-exa/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/code-docs-search-exa/agent.md"
  }
}
```
## Documentation

### 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

Exa MCP: https://exa.ai/docs/reference/exa-mcp
Exa Code (Context API): https://docs.exa.ai/reference/context
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: theishangoswami
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:12:20.613Z
- Expires at: 2026-05-06T12:12:20.613Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/code-docs-search-exa)
- [Send to Agent page](https://openagent3.xyz/skills/code-docs-search-exa/agent)
- [JSON manifest](https://openagent3.xyz/skills/code-docs-search-exa/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/code-docs-search-exa/agent.md)
- [Download page](https://openagent3.xyz/downloads/code-docs-search-exa)