
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
Simple agent-first CLI wrapper around the [Exa Search API](https://docs.exa.ai/reference/getting-started) (not to be confused with the [exa](https://github.com/ogham/exa) terminal replacement for `ls`).
Simple agent-first CLI wrapper around the Exa Search API (not to be confused with the exa terminal replacement for ls).
npx exa-cli --help
# Install globally
npm install -g exa-cli
exa search "DigiKey link for Noridc NRF54L15" # Outputs JSON
search - semantic search (optionally return contents)contents - fetch page contents for URLsfind-similar - find similar links to a URLanswer - Q&A grounded by search resultsThis repo includes an Agent Skill for Claude Code and similar environments:
skills/exa-search/SKILL.mdSearch:
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 (stable lines for agents):
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 (prints request JSON):
exa search "openai" --num-results 1 --dry-run
exa contents https://openai.com --text --dry-run
Set your API key in the environment:
export EXA_API_KEY=...
bun install
bun run build
bun run dev -- --help
bun run lint
bun run format
--plain emits stable, line-based output--plain)FAQs
Simple agent-first CLI wrapper around the [Exa Search API](https://docs.exa.ai/reference/getting-started) (not to be confused with the [exa](https://github.com/ogham/exa) terminal replacement for `ls`).
The npm package exa-cli receives a total of 12 weekly downloads. As such, exa-cli popularity was classified as not popular.
We found that exa-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.