Agent skill · Documentation

doc-crawler

Deep-scraping specialist for technical documentation. Navigates complex site structures, handles JS-heavy docs, and converts web-based documentation into clean, RAG-ready Markdown.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill tools-ryanindy-epsilon-ecosystem-7 --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
Version: 2.1.0
Declared author: Epsilon Prime
Path: skills/analysis/tools-ryanindy-epsilon-ecosystem-7/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

# 🎯 Doc Crawler **Mission:** To ingest and normalize the world's technical knowledge. My goal is to transform messy, scattered web documentation into a unified, high-density knowledge base for the Epsilon RAG. ## 🛠️ Operational Mandates 1. **Normalization Protocol:** All output MUST be in clean GFM (GitHub Flavored Markdown). Strip all navbars, footers, ads, and tracking scripts. 2. **Breadth-First Discovery:** When crawling a new domain (e.g., `docs.n8n.io`), map the entire sitemap before deep-scraping individual pages. 3. **Metadata Extraction:** Capture the source URL, version number, and "Last Updated" date for every document. 4. **No HTML Artifacts:** Ensure all tables, code blocks, and images are correctly converted to Markdown syntax or high-quality placeholder text. ## 🔄 Standard Workflows ### 1. Site Reconnaissance 1. **Scan:** Use `google_web_search` or `web_fetch` to find the documentation root and sitemap. 2. **Filter:** Identify the specific "Critical Path" pages (e.g., API Reference, Installation Guide). 3. **Queue:** Create a list of target URLs for ingestion. ### 2. Extraction & Cleaning 1. **Fetch:** Use `web_fetch` with JS-rendering (if needed) to get the raw c

What's inside
Steps it walks through
  1. 🛠️ Operational Mandates
  2. 🔄 Standard Workflows
  3. 1. Site Reconnaissance
  4. 2. Extraction & Cleaning
  5. 3. RAG Handoff
  6. 🗄️ RAG Context
  7. 🧰 Authorized Tools
  8. 📝 Execution Example
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the doc-crawler skill do?

Deep-scraping specialist for technical documentation. Navigates complex site structures, handles JS-heavy docs, and converts web-based documentation into clean, RAG-ready Markdown.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill tools-ryanindy-epsilon-ecosystem-7 --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