用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill exa-search命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | exa-search |
| description | > Use when this capability is needed. |
Agent-first, non-interactive CLI wrapper for Exa Search API. Default output is JSON.
EXA_API_KEY is set.exa --help to see all commands and examples.exa search, exa contents, exa find-similar, or exa answer.--plain for stable, line-based output when needed.exa search <query>: semantic search; supports filters and content options.exa contents <url...>: fetch contents for URLs.exa find-similar <url>: find similar links to a URL.exa answer <query>: grounded Q&A; supports --stream.--plain: stable, line-based output.--plain).Available on search, contents, and find-similar:
--text, --text-max-characters, --text-include-html-tags--highlights, --highlights-num-sentences, --highlights-per-url, --highlights-query--summary, --summary-query, --summary-schema <json|@file>--context, --context-max-characters--livecrawl <never|fallback|preferred|always>, --livecrawl-timeout <ms>--subpages, --subpage-target--extras-links, --extras-image-linksSearch:
exa search "latest developments in quantum computing"
exa search "AI chips roadmap" --type deep --additional-query "GPU roadmap" --num-results 25
exa search "LLM hallucinations" --include-domain arxiv.org --text --text-max-characters 2000
Find similar:
exa find-similar https://arxiv.org/abs/2307.06435 --num-results 5 --text
exa find-similar https://example.com --exclude-domain example.com --summary
Contents:
exa contents https://arxiv.org/abs/2307.06435 --text --summary --summary-query "key findings"
exa contents https://example.com --highlights --highlights-per-url 2 --highlights-num-sentences 2
Answer:
exa answer "What is the population of New York City?"
exa answer "state of solid-state batteries" --stream
Plain output:
exa search "openai" --num-results 3 --plain
exa find-similar https://openai.com --num-results 3 --plain
exa contents https://openai.com --plain
exa answer "What is the capital of France?" --plain
Dry run:
exa search "openai" --num-results 1 --dry-run
exa contents https://openai.com --text --dry-run
Converted and distributed by TomeVault — claim your Tome and manage your conversions.