One-click install
npx skills add https://github.com/benjaminjackson/exa-skills --skill exa-get-contents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: exa-get-contents
Source: https://github.com/benjaminjackson/exa-skills/tree/main/exa-core/skills/get-contents
Command: npx skills add https://github.com/benjaminjackson/exa-skills --skill exa-get-contents

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires exa-ai, and includes references (resource) components.

What problem does it solve?

This Skill automates the tedious tasks of manually extracting specific information, summarizing lengthy articles, or crawling websites. It transforms unstructured web content into actionable, structured data, saving you hours of manual data entry and analysis.

Core Features & Use Cases

  • AI-Powered Summarization: Get concise, AI-generated summaries of web pages, focusing on key information.
  • Structured Data Extraction: Define a schema to extract specific data points (e.g., company name, product, features) directly from web content.
  • Live Crawling: Ensure you always get the freshest, most up-to-date content from URLs.
  • Use Case: Imagine you need to gather product information from several competitor websites. Use this Skill to automatically extract company names, main products, and key features into a structured format for easy comparison.

Quick Start

Use the exa-get-contents skill to get a summary of the main tech news stories from 'https://techcrunch.com'.

Frequently Asked Questions about exa-get-contents

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

FAQPage Schema
How do I extract structured data from multiple web pages automatically?

Structured data extraction retrieves specific fields from web content using a defined schema. This Skill fetches full page contents from multiple URLs, applies your schema to extract targeted information like company names or product features, and returns organized results—eliminating manual data entry across websites.

Can I get summaries of web pages instead of full text?

Yes. This Skill prioritizes AI-powered summaries over full page text, condensing lengthy articles and web content into concise, key-point summaries. Summaries are token-efficient and focus on actionable information from live crawled pages.

How do I crawl and extract content from subpages across a website?

Live crawling traverses multiple URLs including subpages and applies schema-driven extraction across domains. The Skill enforces live crawling with a 10-second timeout, ensuring fresh content retrieval and consistent data extraction from entire site hierarchies.

What's the best way to compare competitor information from different websites?

Define a schema matching the fields you need—company name, products, features—and run this Skill across competitor URLs. It automatically extracts and structures the same data points from each site, producing comparable datasets ready for analysis without manual gathering.

Does this work with custom output formats and schema-based results?

Yes. The Skill supports multiple output formats and schema-based outputs designed for token efficiency. You can tailor extraction to your exact schema, controlling which fields are returned and how results are formatted for downstream processing.