fable-agent/SKILLS/exa-research/SKILL.md

40 lines
1.3 KiB
Markdown

# Skill: Exa Research
> Web search and company research via Exa AI API.
> Use for researching topics, finding documentation, and company intelligence.
---
## Interface
- **Search**: `exa-search` tool — general web search with keyword/neural/auto modes
- **Company**: `exa-company` tool — structured company research (employees, funding, competitors, news)
- **API Key**: Injected via environment or config
## Search Parameters
| Param | Type | Default | Description |
|-------|------|---------|-------------|
| `query` | string | required | Search query |
| `numResults` | int | 5 | Number of results |
| `type` | string | auto | keyword, neural, or auto |
| `includeDomains` | string[] | — | Only search these domains |
| `excludeDomains` | string[] | — | Exclude these domains |
## Usage
```bash
fable-agent exa search "your query here"
fable-agent exa company "Company Name"
```
## Known Failure Modes (accumulated)
- **Rate limiting**: Exa has credit-based pricing. Monitor costCredits in responses.
- **Empty results**: Very specific or niche queries may return 0 results. Broaden the query.
- **Stale data**: Company research data may be months old. Cross-reference with recent news.
## Version History
- v1 — initial (2026-06-13): basic search + company research