exa-search
Installation
SKILL.md
Exa Search
Use this skill for Exa MCP web retrieval.
When to Use
- Current web search
- Web research that needs clean LLM-ready results
- Domain, date, and category filtered search
- Company or people lookup through search filters
- Read full page content from known URLs as markdown
Preferred Tools
web_search_exa: default search toolweb_fetch_exa: fetch one or more URLs as markdownweb_search_advanced_exa: use only when filters or advanced options are needed
Workflow
- Run
list_toolsto confirm what the current server exposes. - For most tasks, start with
web_search_exa. - If the user already has URLs, or search results need full content, use
web_fetch_exa. - Use
web_search_advanced_exaonly when the task needs filters such as domains, categories, dates, highlights, summaries, or subpage crawling. - Prefer the current tools above as the main operating path.
Commands
# Inspect current MCP tools
python3 /var/minis/skills/exa-search/scripts/query.py list_tools
# General search
python3 /var/minis/skills/exa-search/scripts/query.py call_tool web_search_exa '{"query":"latest changes in Exa MCP docs","numResults":5}'
# Fetch page content
python3 /var/minis/skills/exa-search/scripts/query.py call_tool web_fetch_exa '{"urls":["https://exa.ai/docs/reference/exa-mcp"]}'
# Advanced search with filters
python3 /var/minis/skills/exa-search/scripts/query.py call_tool web_search_advanced_exa '{"query":"Exa MCP documentation","includeDomains":["exa.ai"],"numResults":5,"enableHighlights":true}'
Notes
- Base MCP URL:
https://mcp.exa.ai/mcp - Do not assume optional tools are enabled in every deployment; verify with
list_tools. - If the server exposes only the default tools, use
web_search_exa+web_fetch_exaas the primary path.
Environment Variables
EXA_API_KEY: optional for basic use, recommended for higher limits and better reliability.- If missing when needed, prompt the user to Set EXA_API_KEY.
Related skills
More from openminis/minisskills
douyin-downloader
Download Douyin (抖音) videos from share links. Parse Douyin share text/links, download watermark-free videos, and transcribe audio to text using Volcano Engine ASR (Doubao Speech). Uses Python for iSH compatibility.
11web-search
>
7twitter-x-hub
>
7doubao-tts
使用豆包语音合成(Volcengine TTS)将文本转为语音文件。当用户提到"豆包TTS"、"豆包语音合成"、"doubao tts"、"火山引擎TTS"、"volcengine tts"、"语音合成"、"文字转语音"、"TTS"、"生成音频"、"朗读文字",或任何需要调用豆包/火山引擎语音合成 API 的场景,必须触发本技能。
6bilibili-hub
>
6twitter-downloader
Download text, images, GIFs, and videos from Twitter/X posts via fxtwitter API. Trigger when users share any twitter.com or x.com link, or ask to download or see media from a tweet (e.g., '下载推特视频', '把这条推文的图存下来', 'what's in this tweet').
5