Agent skill · Content & Marketing

exa

Search the web and extract content using Exa AI. Use when searching for current information, researching topics, fetching content from URLs, or finding code examples. Also use for competitive research, finding similar pages, or extracting structured content.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill exa-neversight-skills-feed --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/analysis/exa-neversight-skills-feed/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Exa Web Search & Content Extraction Real-time web search and content extraction powered by Exa AI. ## Usage Use the Python script at `scripts/exa.py`. Requires `EXA_API_KEY` environment variable. ### Web Search ```bash # Basic search python scripts/exa.py search --query "latest AI research" # Fast search for simple queries python scripts/exa.py search --query "node.js version" --type fast # Deep search for comprehensive results python scripts/exa.py search --query "React server components" --type deep --num-results 10 # With full text content python scripts/exa.py search --query "GraphQL best practices" --text # Filter by domain python scripts/exa.py search --query "LLM research" --include-domains "arxiv.org,paperswithcode.com" # Filter by date python scripts/exa.py search --query "AI news" --start-date "2025-01-01T00:00:00.000Z" ``` ### Extract URL Content ```bash # Extract from documentation python scripts/exa.py contents --urls "https://docs.python.org/3/tutorial/classes.html" # Multiple URLs python scripts/exa.py contents --urls "https://example.com/page1,https://example.com/page2" # Prefer live content python scripts/exa.py contents --urls "https://example.com/page" --livecr

What's inside
Steps it walks through
  1. Usage
  2. Web Search
  3. Extract URL Content
  4. Code Examples
  5. Search Types
  6. When to Use Each Command
  7. Query Tips
  8. Rules
Ships with 1 file
  • metadata.json
Commands it runs
Basic search
python scripts/exa.py search --query "latest AI research"
Fast search for simple queries
python scripts/exa.py search --query "node.js version" --type fast
Deep search for comprehensive results
python scripts/exa.py search --query "React server components" --type deep --num-results 10
With full text content
python scripts/exa.py search --query "GraphQL best practices" --text
Filter by domain
python scripts/exa.py search --query "LLM research" --include-domains "arxiv.org,paperswithcode.com"
More from claude-skill-registry
All skills →
About this skill
What does the exa skill do?

Search the web and extract content using Exa AI. Use when searching for current information, researching topics, fetching content from URLs, or finding code examples. Also use for competitive research, finding similar pages, or extracting structured content.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill exa-neversight-skills-feed --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going