| name | search |
| description | [WHAT] AI-powered web search, answer generation, and content extraction
[WHEN] Search the web, get AI answers with citations, find similar pages, extract URL contents
[IMPORTANT] Always include current date/year in search queries for time-sensitive topics, and use --start-date to filter fresh results
[TRIGGERS] search, web search, find similar, answer, research, extract content, get contents
|
| license | MIT |
| compatibility | ["claude-code","cursor"] |
| dependencies | {"skills":["core/auth","core/config"],"python":["composio>=0.11.0"]} |
| metadata | {"author":"zhangxiaohao","version":"1.0","tags":["search","research","web","ai","analytics"]} |
Search Integration
Provides AI-powered web search, answer generation, similar page discovery, and content extraction through Composio.
Quick Reference
| Want to... | Script |
|---|
| Search the web | exa_search.py |
| Get an answer (with citations) | exa_answer.py |
| Find similar pages to a URL | exa_find_similar.py |
| Extract contents from URL(s) | exa_get_contents.py |
| Check auth | auth_check.py |