スキル一覧に戻る
advait

exa-search

by advait

0🍴 0📅 2026年1月3日
GitHubで見るManusで実行

SKILL.md


Exa Search CLI

Agent-first, non-interactive CLI wrapper for Exa Search API. Default output is JSON.

Quick start

  1. Ensure EXA_API_KEY is set.
  2. Run exa --help to see all commands and examples.
  3. Use exa search, exa contents, exa find-similar, or exa answer.
  4. Use --plain for stable, line-based output when needed.

Commands

  • 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.

Output modes

  • Default: JSON to stdout.
  • --plain: stable, line-based output.
  • Errors: stderr (JSON unless --plain).

Shared content options

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-links

Examples

Search:

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

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です