exa

Search the web and extract content using Exa AI.

3|Updated Jan 6, 2026
One-click install
npx skills add https://github.com/trancong12102/ccc --skill exa-trancong12102
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exa
Source: https://github.com/trancong12102/ccc/tree/main/core/skills/exa
Command: npx skills add https://github.com/trancong12102/ccc --skill exa-trancong12102

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Real-time web search and content extraction to streamline research, code discovery, and knowledge gathering.

Core Features & Use Cases

  • Web search and content extraction using Exa AI
  • Retrieve code examples and programming context
  • Competitive research and finding related pages

Quick Start

Ask Exa to search the web with a query and, if needed, extract content from URLs using the contents command.

Frequently Asked Questions about exa

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract content from URLs for LLM context?

Extract content from URLs for LLM context by using the contents subcommand to fetch and structure raw text directly from specified web pages.

Do I need an API key to search the web?

Yes, you need an API key to search the web. The tool requires the EXA_API_KEY environment variable to be configured before executing any search, contents, or code subcommands.

What is the best way to find code examples for programming context?

The best way to find code examples for programming context is using the code subcommand, which queries specialized sources to retrieve relevant snippets and technical implementations.

Can I filter web search results by specific domains?

Yes, you can filter web search results by specific domains. The search subcommand accepts configurable type and domains parameters to narrow down the retrieved content.

Does web search support competitive research and finding related pages?

Web search supports competitive research and finding related pages through the search subcommand, which discovers and retrieves content matching specific research queries and topics.

Why is my web search returning empty results?

Your web search may return empty results if the EXA_API_KEY environment variable is missing or invalid. Ensure the API key is properly set and the query parameters are valid.