Agent Plugins Marketplace
All plugins

exa-search

v6.3.1

Web, code, and URL search plus deep research via Exa (skill + REST wrapper). Standalone, no dependencies.

CodexClaude Code1 Skill

By Falconiere BarbosaLicense: MIT0 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install exa-search for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Falconiere/toolu
codex plugin marketplace upgrade toolu
codex plugin add exa-search@toolu

Paste and run these commands in a terminal with Codex. They add and refresh the toolu catalog, then install this plugin.

Compatibility: the page URL and API slug “exa-search” remain stable.

  • Codex: exa-search@agent-plugin-marketplaceexa-search@toolu

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Falconiere/toolu

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/exa-search/.

Plugin files

plugins/exa-search/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/exa-search/SKILL.md

Included Skills1

exa-searchskills/exa-search/SKILL.md

ALWAYS ACTIVE — Web search/crawl protocol. You MUST use the exa-search CLI (search / crawl / similar) instead of host-native web tools for web searches, code-example hunts, URL crawling, and topic research whenever EXA_API_KEY is set; native tools are a fallback only. Triggers when searching for external information, looking up docs/APIs, researching technologies, investigating topics, or crawling URLs.

Plugin manifests2

plugins/exa-search/.codex-plugin/plugin.json
{
  "name": "exa-search",
  "version": "6.3.1",
  "description": "Web, code, and URL search plus deep research via Exa (skill + REST wrapper). Standalone, no dependencies.",
  "skills": "./skills/",
  "hooks": "./hooks/hooks.json"
}
plugins/exa-search/.claude-plugin/plugin.json
{
  "name": "exa-search",
  "version": "6.3.1",
  "description": "Web, code, and URL search plus deep research via Exa (skill + REST wrapper). Standalone, no dependencies.",
  "author": {
    "name": "Falconiere Barbosa",
    "email": "[email protected]"
  },
  "homepage": "https://github.com/falconiere/toolu",
  "repository": "https://github.com/falconiere/toolu.git",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "exa",
    "web-search",
    "skills"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[exa-search on Agent Plugins Marketplace](https://pluginsmp.com/plugins/exa-search)