Skills for teaching agents how to use Exa's API and platform.
Caution
This skills directory is not an official extension from the Exa team. It is not maintained, affiliated with or contributed to by them and it's use comes at your own discretion.
These skills work with any agent that supports the Agent Skills standard, including Claude Code, OpenCode, OpenAI Codex, and Pi.
Install using the npx skills CLI:
npx skills add https://github.com/RowanAldean/exa-skills
Clone this repo and copy the skill folders into the appropriate directory for your agent:
| Agent | Skill Directory | Docs |
|---|---|---|
| Claude Code | ~/.claude/skills/ |
docs |
| Cursor | ~/.cursor/skills/ |
docs |
| OpenCode | ~/.config/opencode/skills/ |
docs |
| OpenAI Codex | ~/.codex/skills/ |
docs |
| Pi | ~/.pi/agent/skills/ |
docs |
Commands are user-invocable slash commands that you explicitly call.
| Command | Description |
|---|---|
/exa:events |
Find events, hackathons, and event organizers using targeted domain and people searches |
/exa:crm-prospector |
Orchestrate high-volume lead generation and compile deduplicated JSON/CSV files ready for CRM injection |
/exa:market-research |
Run a comprehensive market research and competitor analysis workflow |
/exa:search |
Perform a token-efficient web search, company lookup, or people discovery |
/exa:get-contents |
Extract clean, LLM-ready content, summaries, or highlights from known URLs |
/exa:websets |
Run large-scale asynchronous searches with verification and data enrichment |
Skills are contextual and auto-loaded based on your conversation. When a request matches a skill's triggers, the agent loads and applies the relevant skill to provide accurate, up-to-date guidance.
| Skill | Useful for |
|---|---|
exa-events |
Discovering events, meetups, hackathons, and their organizers via targeted platforms (Luma, Devpost) |
exa-crm-prospector |
Orchestrating high-volume lead generation using sub-agents to fetch and deduplicate data perfectly mapped for CRM CLIs (like twenty-cli) |
exa-market-research |
Conducting comprehensive market research, competitor analysis, and building company/people lists using a multi-agent workflow |
exa-search |
Performing general web searches, company lookups, and people discovery while strictly minimizing token usage |
exa-get-contents |
Extracting clean content, summaries, or highlights from known URLs without searching the web |
exa-websets |
Performing large-scale asynchronous searches with verification (criteria) and structured data extraction (enrichments) |