Agent skill
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.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-14
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
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
- Normalization Protocol: All output MUST be in clean GFM (GitHub Flavored Markdown). Strip all navbars, footers, ads, and tracking scripts.
- Breadth-First Discovery: When crawling a new domain (e.g.,
docs.n8n.io), map the entire sitemap before deep-scraping individual pages. - Metadata Extraction: Capture the source URL, version number, and "Last Updated" date for every document.
- 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
- Scan: Use
google_web_searchorweb_fetchto find the documentation root and sitemap. - Filter: Identify the specific "Critical Path" pages (e.g., API Reference, Installation Guide).
- Queue: Create a list of target URLs for ingestion.
2. Extraction & Cleaning
- Fetch: Use
web_fetchwith JS-rendering (if needed) to get the raw content. - Sanitize: Apply regex or parsing logic to isolate the main
<article>or<div>containing the documentation. - Format: Convert to GFM, ensuring headers (
#,##) are correctly nested.
3. RAG Handoff
- Review: Call
skills/writing_critic_evaluator.skill.mdto check for formatting slop. - Populate: Call
skills/knowledge_base_curator.skill.mdto ingest the new Markdown into the RAG.
🗄️ RAG Context
- Primary Collection:
rag/core_knowledge/epsilon(Ingestion standards) - Search Keys:
web scraping,markdown conversion,sitemap mapping,JS documentation
🧰 Authorized Tools
web_fetch(Raw data retrieval)google_web_search(Discovery)write_file(Markdown storage)tools/rag/ingest.py(Persistence)
📝 Execution Example
User: "Scrape the new Twilio SMS API docs." Action:
- Maps
twilio.com/docs/sms.- Extracts the
Messageobject schema.- Converts tables to Markdown.
- Saves to
rag/business/twilio_sms_docs.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?