Harvest Single Page

SkillDocs & knowledge

Single page smart extraction - articles, docs, blog posts to clean markdown

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Harvest Single Page skill

What this skill tells your AI

The instructions your AI receives, as published by vibeeval/vibecosystem in skills/harvest-single/SKILL.md and read by ahel’s review.

Extract and clean content from a single web page. Auto-detects content type (article, documentation, API reference, blog post) and produces clean, structured markdown.

Usage

/harvest <url>

Examples

# Extract a blog post
/harvest https://blog.example.com/best-practices-2024

# Extract API documentation page
/harvest https://docs.stripe.com/api/charges

# Extract a GitHub README
/harvest https://github.com/owner/repo

How It Works

  1. Fetch URL content via WebFetch or crawl4ai
  2. Detect content type (article, docs, API ref, blog, wiki)
  3. Extract main content, strip navigation/ads/footers
  4. Preserve code blocks, tables, images
  5. Add metadata header (source, date, word count)
  6. Save to .claude/cache/agents/harvest/

Output Format

# [Page Title]
> Source: [URL]
> Extracted: [timestamp]
> Type: [article|docs|api|blog|wiki]
> Words: [count]

[Clean extracted content in markdown]

## Links Found
- [Link text](URL)

Fallback Chain

  1. crawl4ai Docker (port 11235) - preferred
  2. WebFetch tool - built-in fallback
  3. curl + html2text - last resort

When to Use

  • Quick grab of a single page's content
  • Extracting a specific doc page for reference
  • Saving an article for later analysis
  • Getting clean markdown from messy HTML

Signals

GitHub stars
531
Forks
44
Last commit
Aug 2026
Advanced
Catalog kind
skill
Gateway key
harvest-single
Source
github.com/vibeeval/vibecosystem