Skip to main content
skillsFirst-partyReview first Safety Privacy

Website Crawler + Summarizer Skill

A Claude skill that fetches web pages, strips boilerplate with Mozilla Readability, respects robots.txt, removes duplicate content, and turns the result into structured summaries.

HarnessClaude CodeCodexWindsurfGeminiCursorCLI
Level:advancedType:generalVerified:draft
Review first review before installing

Open the source and read safety notes before installing.

Citation facts

Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.

Package URL
/downloads/skills/website-crawler-summarizer.zip
Package SHA256
b9a4470d1a5231d0b35ddf03c620b7450b06dd6c394ca5b2aaee0dc956053792
Safety notes
Executes network requests to crawl third-party websites and installs scraping libraries (Playwright, BeautifulSoup) on first use; respect robots.txt, rate limits, and each site's terms of service, and review target URLs before running., Crawled pages are written to local files (Markdown, JSON, CSV); review output paths so the skill does not overwrite existing files.
Privacy notes
Fetches and stores content from external websites locally and may use site cookies or auth tokens to reach gated pages; do not crawl private or authenticated data without authorization, and keep any credentials out of saved output.
Platform compatibility
claude-code (native-skill), codex (native-skill), windsurf (native-skill), gemini (native-skill), cursor (adapter), cli (manual-context)
Author
JSONbored
Claim status
unclaimed
Last verified
2025-10-15

Decision playbook

Ready to evaluate for your workflow

Signals are comparatively strong, but you should still validate source, privacy posture, and package provenance for your environment.

Compare context
Selected

0

Current score

96

Baseline

Delta

No baseline selected

No major trust-signal divergence detected in the current selection.

Source and provenance checks

Complete

Confirm ownership and provenance before trusting install instructions.

  • Source link availableRequired

    Open the canonical repository and verify ownership.

    Done
  • Source provenance statusRequired

    Marked as first-party.

    Done
  • Metadata reviewed

    Registry metadata indicates a reviewed listing.

    Done

Safety and privacy checks

Complete

Validate risk disclosures before installation or API wiring.

  • Safety notes presentRequired

    Review the listed safety guidance before running commands.

    Done
  • Privacy notes presentRequired

    Review data handling notes before connecting accounts or secrets.

    Done
  • Trust level risk gateRequired

    Trust level does not block evaluation.

    Done

Package and install checks

Complete

Check package metadata and artifact integrity signals.

  • Install payload available

    Install or copy payload is available for review.

    Done
  • Package verification flag

    Package marked verified.

    Done
  • Checksum metadata

    SHA-256 hash is present.

    Done

Compare-driven decision checks

Needs review

Use compare context to validate trade-offs before adoption.

  • Compare tray has multiple entries

    Add at least one more entry to compare trust differences.

    Pending
  • Baseline comparison available

    No baseline peer selected yet.

    Pending
  • Diverging trust signals identified

    No major trust-signal divergence found.

    Pending

Setup at a glance

Package install

Copy-ready — paste the snippet to get started.

Install command

Provided

Config snippet

Not provided

Copy snippet

Provided

Prerequisites

6 to clear

Platforms

6 listed

Difficulty

100/100

Adoption plan

Balanced adoption plan

Current risk score 0/100. Use staged verification before broader rollout.

Risk 0

Pre-adoption checks

Validate source and review signals before any execution.

  • Confirm source provenanceRequired

    Source URL/provenance metadata is present.

    Done
  • Confirm metadata review state

    Listing has review metadata.

    Done
  • Verify install payload

    Install/config payload exists and can be inspected.

    Done

Security checks

Confirm safety, privacy, and package integrity signals.

  • Review safety notesRequired

    Safety notes are present.

    Done
  • Review privacy notesRequired

    Privacy notes are present.

    Done
  • Verify package integrity metadata

    Package verification/checksum metadata is available.

    Done

Rollout

Adopt in controlled steps based on the selected plan.

  • Run in isolated sandbox firstRequired

    Use a constrained sandbox and observe behavior across multiple tasks.

    Pending
  • Roll out graduallyRequired

    Roll out to a small cohort before wider usage.

    Pending
  • Set monitoring and fallback

    Define rollback path and monitor errors after adoption.

    Pending

Evidence readiness

Evidence readiness matrix · balanced

Required evidence gates are covered (6/6 signals complete).

Risk 0

Source provenance

Present

Source repository/provenance is listed.

Required in this preset

Metadata review

Present

Review metadata is present.

Required in this preset

Safety notes

Present

Safety notes are present.

Required in this preset

Privacy notes

Present

Privacy notes are present.

Optional in this preset

Package integrity

Present

Package integrity metadata is present.

Optional in this preset

Install payload

Present

Install payload is available.

Required in this preset

Required evidence gates are covered for this preset.

Decision timeline

Decision timeline · balanced

6/6 steps complete with no blocking gaps for this preset.

Risk 0

triage

Confirm source provenanceRequired

Source/provenance metadata is available.

Done

triage

Check metadata review statusRequired

Review metadata is available.

Done

verify

Review safety notesRequired

Safety notes are available.

Done

verify

Review privacy notes

Privacy notes are available.

Done

verify

Validate package integrity metadata

Package integrity metadata is available.

Done

rollout

Verify install payload and commandsRequired

Install payload is available.

Done

No required blockers for this timeline preset.

Prerequisite readiness

Prerequisite readiness

6 prerequisites to line up before setup.

0/6 ready
Install & runtime2Network & hosting1General3

Safety & privacy surface

Safety & privacy surface

2 safety and 1 privacy notes across 3 risk areas. Review closely: credentials & tokens, network access.

3 areas
  • SafetyNetwork accessExecutes network requests to crawl third-party websites and installs scraping libraries (Playwright, BeautifulSoup) on first use; respect robots.txt, rate limits, and each site's terms of service, and review target URLs before running.
  • SafetyLocal filesCrawled pages are written to local files (Markdown, JSON, CSV); review output paths so the skill does not overwrite existing files.
  • PrivacyCredentials & tokensFetches and stores content from external websites locally and may use site cookies or auth tokens to reach gated pages; do not crawl private or authenticated data without authorization, and keep any credentials out of saved output.

Safety notes

  • Executes network requests to crawl third-party websites and installs scraping libraries (Playwright, BeautifulSoup) on first use; respect robots.txt, rate limits, and each site's terms of service, and review target URLs before running.
  • Crawled pages are written to local files (Markdown, JSON, CSV); review output paths so the skill does not overwrite existing files.

Privacy notes

  • Fetches and stores content from external websites locally and may use site cookies or auth tokens to reach gated pages; do not crawl private or authenticated data without authorization, and keep any credentials out of saved output.

Prerequisites

  • Node.js 18+ or Python 3.11+
  • Playwright or Puppeteer (for JavaScript rendering)
  • readability or newspaper3k (for content extraction)
  • BeautifulSoup or Cheerio (for HTML parsing)
  • Network access to target websites for crawling and fetching web content
  • HTML parsing library (Cheerio for Node.js, BeautifulSoup for Python) for extracting and processing web page content

Schema details

Install type
package
Reading time
6 min
Difficulty score
100
Troubleshooting
Yes
Breaking changes
No
Source repository stats
Scope
Source repo
Package metadata
Package verified
Yes
SHA-256
b9a4470d1a5231d0b35ddf03c620b7450b06dd6c394ca5b2aaee0dc956053792
Skill and platform metadata
Skill type
general
Skill level
advanced
Verification
draft
Verified at
2025-10-15
Retrieval sources
https://github.com/mozilla/readabilityhttps://playwright.dev/docs/introhttps://www.robotstxt.org/robotstxt.html
Tested platforms
ClaudeCodexOpenClawCursorWindsurfGemini
PlatformSupportInstall path
claude-codeNative.claude/skills/<skill-name>/SKILL.md
codexNative.agents/skills/<skill-name>/SKILL.md
windsurfNative.windsurf/skills/<skill-name>/SKILL.md
geminiNative.gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md
cursorAdapter.cursor/rules/<skill-name>.mdc
cliManualAGENTS.md or tool-specific context file
Full copyable content
import { JSDOM } from 'jsdom';
import { Readability } from '@mozilla/readability';
import fetch from 'node-fetch';

const html = await (await fetch('https://example.com')).text();
const doc = new JSDOM(html, { url: 'https://example.com' });
const article = new Readability(doc.window.document).parse();
console.log(article.title);
console.log(article.textContent);

About this resource

What This Skill Enables

Claude can crawl websites, extract content from web pages, clean HTML to readable text, respect robots.txt, and generate structured summaries or documentation from web content. Perfect for research, competitive analysis, and content aggregation.

Compatibility

Native

  • Claude Code / Claude: native skill usage via SKILL.md.
  • Codex/OpenAI workflows: compatible with Agent Skills-style SKILL.md content as reusable workflow instructions.

Manual Adaptation

  • Gemini CLI: native skill usage via .gemini/skills/<skill-name>/SKILL.md or .agents/skills/<skill-name>/SKILL.md where supported.
  • Cursor: use the generated .cursor/rules/*.mdc adapter for project rules.
  • OpenClaw and similar agents: use the same skill content as a reusable prompt/workflow file when native skill import is unavailable.

Prerequisites

Required:

  • Claude Pro subscription
  • Code Interpreter feature enabled
  • URLs to crawl (or sitemap)

What Claude handles:

  • Installing scraping libraries (BeautifulSoup, Playwright, Scrapy)
  • Fetching web pages
  • Parsing HTML
  • Extracting readable content
  • Respecting robots.txt
  • Rate limiting requests
  • Content deduplication

How to Use This Skill

Single Page Extraction

Prompt: "Extract the main content from this webpage: https://example.com/article Convert to clean Markdown and save as article.md"

Claude will:

  1. Fetch the webpage
  2. Parse HTML
  3. Extract main content (remove ads, nav, footer)
  4. Convert to Markdown
  5. Save clean output

Multi-Page Crawl

Prompt: "Crawl all pages linked from this site: Start URL: https://docs.example.com Only crawl pages under /docs/ Extract content from each page Save as individual Markdown files Max 50 pages"

Claude will:

  1. Fetch start URL
  2. Find all links
  3. Filter to matching paths
  4. Crawl each page (with rate limiting)
  5. Extract and save content
  6. Generate index of pages

Content Summarization

Prompt: "Crawl these 10 blog posts and:

  1. Extract main content from each
  2. Generate 2-sentence summary per post
  3. Identify key topics
  4. Create master summary document Format as JSON with metadata."

Claude will:

  1. Fetch all URLs
  2. Extract content
  3. Generate summaries
  4. Extract topics/tags
  5. Structure as JSON

Sitemap-Based Crawl

Prompt: "Download sitemap from https://example.com/sitemap.xml and:

  1. Extract all article URLs
  2. Crawl each article
  3. Extract: title, date, author, content
  4. Save as CSV with metadata"

Claude will:

  1. Fetch sitemap XML
  2. Parse URL list
  3. Crawl each URL (respecting rate limits)
  4. Extract structured data
  5. Export as CSV

Common Workflows

Competitor Analysis

"Analyze competitor website:
1. Crawl main site (max 20 pages)
2. Extract: services, pricing mentions, features
3. Identify key messaging themes
4. Create structured comparison report
Focus on product/service pages."

Documentation Mirror

"Create local mirror of documentation:
1. Start at https://docs.example.com
2. Crawl all /docs/* pages
3. Download images referenced
4. Convert to Markdown
5. Preserve link structure
6. Generate offline-browseable site"

Research Aggregation

"Gather research from these 20 URLs:
1. Extract main content from each
2. Identify key findings and quotes
3. Extract citations and references
4. Group by topic/theme
5. Create annotated bibliography
Output as structured Markdown."

Change Detection

"Monitor this webpage for changes:
1. Fetch current version
2. Extract main content
3. Compare with version from last week
4. Highlight what changed
5. Generate change report"

Web Scraping Best Practices

Respect & Ethics

  • Always check robots.txt: Claude will respect crawl rules
  • Rate limiting: Default to 1-2 requests/second
  • User agent: Identify bot politely
  • Terms of service: Respect website ToS
  • Copyright: Content remains property of original creator

Technical Considerations

  • Dynamic content: Use Playwright for JavaScript-heavy sites
  • Authentication: Provide cookies/tokens if needed
  • Pagination: Handle "Load More" and infinite scroll
  • Anti-bot measures: Respect CAPTCHAs (don't try to bypass)

Content Extraction Methods

HTML Parsing

  • BeautifulSoup for static HTML
  • CSS selectors for targeting elements
  • XPath for complex queries

Readability Algorithms

  • Remove boilerplate (nav, ads, footers)
  • Extract main article content
  • Preserve formatting (headings, lists, links)

Structured Data

  • JSON-LD extraction
  • Schema.org metadata
  • Open Graph tags
  • Twitter Cards

Tips for Best Results

  1. Start Small: Test with 1-2 pages before bulk crawling
  2. Specify Scope: Define which pages to crawl ("only /blog/* paths")
  3. Rate Limits: Mention if you need slower crawling ("1 page per 5 seconds")
  4. Content Type: Describe what to extract ("article text only, no comments")
  5. Error Handling: "Skip pages that error and continue" vs "stop on first error"
  6. Deduplication: "Skip duplicate content" if crawling related pages
  7. Storage: Specify output format (Markdown, JSON, CSV, HTML)

Advanced Features

JavaScript Rendering

  • Use Playwright for SPAs
  • Wait for dynamic content to load
  • Handle infinite scroll
  • Click "Load More" buttons

Link Discovery

  • Find all links on page
  • Filter by pattern (regex)
  • Depth-limited crawling
  • Breadth-first vs depth-first

Data Extraction

  • Tables to CSV
  • Lists to arrays
  • Forms and inputs
  • Metadata extraction

Content Processing

  • HTML to Markdown conversion
  • Text cleaning and normalization
  • Language detection
  • Content summarization

Troubleshooting

Issue: Getting blocked or rate limited Solution: "Slow down to 1 request per 10 seconds" and "Add random delays between requests"

Issue: Content not extracting correctly Solution: "Show me the raw HTML first" then identify CSS selectors for main content

Issue: JavaScript content not loading Solution: "Use Playwright to render JavaScript" or "Wait 5 seconds for content to load"

Issue: Too many pages being crawled Solution: Set limits: "Max 50 pages" or "Only crawl 2 levels deep" or "Stick to /docs/* path"

Issue: Images/assets not downloading Solution: "Download all images referenced in articles" or provide specific asset types needed

Issue: Different page structures Solution: Provide multiple CSS selectors: "Try article.content, then div.post-body, then main"

Legal & Ethical Considerations

Important: Always respect:

  • Copyright and intellectual property
  • Website terms of service
  • robots.txt directives
  • Rate limits and server resources
  • Privacy and personal data
  • Commercial use restrictions

Use cases: Research, archival, accessibility, personal use Prohibited: Spam, unauthorized scraping, data theft, ToS violations

Learn More

Features

  • Robots-aware crawling with automatic robots.txt parsing and compliance checking
  • Boilerplate removal using readability algorithms (Mozilla Readability, newspaper3k) to extract main content
  • Language detection and content normalization for multi-language websites
  • JSON/MD/CSV export with structured metadata and customizable output formats
  • Dynamic content rendering with Playwright/Puppeteer for JavaScript-heavy SPAs
  • Content deduplication and change detection for monitoring and archival workflows
  • Sitemap-based crawling with URL pattern filtering and lastmod date filtering
  • Rate limiting and polite crawling with configurable delays and concurrency limits

Use Cases

  • Competitive intel packs with structured analysis of competitor websites and services
  • Documentation mirrors for offline access and local documentation sites
  • Research briefs with aggregated content from multiple sources and citation extraction
  • Content monitoring and change detection for tracking website updates over time
  • Data aggregation from multiple sources with structured export for analysis
  • SEO analysis and content auditing with sitemap crawling and content extraction

Source citations

Add this badge to your README

Show that Website Crawler + Summarizer Skill is listed on HeyClaude. Paste this Markdown into your README — it renders the badge and links back to this page.

Listed on HeyClaude
[![Listed on HeyClaude](https://heyclau.de/badge/skills/website-crawler-summarizer.svg)](https://heyclau.de/entry/skills/website-crawler-summarizer)

How it compares

Website Crawler + Summarizer Skill side by side with its closest alternative on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.

2 trust signals differ across this comparison (Package trust, Source provenance).

Field

A Claude skill that fetches web pages, strips boilerplate with Mozilla Readability, respects robots.txt, removes duplicate content, and turns the result into structured summaries.

Open dossier

Write and maintain reliable end-to-end tests with Playwright — Microsoft's browser automation library that auto-waits for actionable elements and runs the same suite against Chromium, Firefox, and WebKit.

Open dossier
Next steps
Trust
Review statusReviewedMaintainer reviewedReviewedMaintainer reviewed
Package trustDiffersPackage verified2025-10-15Package verified2025-10-16
Source provenanceDiffersSource-backedNo submission link
Submitter
Install riskReview firstLow risk
Notes Safety Privacy Safety Privacy
Brand
Categoryskillsskills
Sourcefirst-partyfirst-party
AuthorJSONboredJSONbored
Added2025-10-152025-10-16
Platforms
Claude CodeCodexWindsurfGeminiCursorCLI
Claude CodeCodexWindsurfGeminiCursorCLI
Source repo
Safety notesExecutes network requests to crawl third-party websites and installs scraping libraries (Playwright, BeautifulSoup) on first use; respect robots.txt, rate limits, and each site's terms of service, and review target URLs before running. Crawled pages are written to local files (Markdown, JSON, CSV); review output paths so the skill does not overwrite existing files.`npx playwright install --with-deps` downloads browser binaries (~500 MB for Chromium, Firefox, and WebKit) from Playwright's CDN and on Linux installs system-level packages. Review your network and environment policies before running in restricted infrastructure. Generated tests have full browser-level access to any URL they target. Review test scripts before running them against authenticated sessions or production environments — Playwright can submit forms, click buttons, and make network requests as a real user.
Privacy notesFetches and stores content from external websites locally and may use site cookies or auth tokens to reach gated pages; do not crawl private or authenticated data without authorization, and keep any credentials out of saved output.Playwright runs entirely on your local machine. Traces, screenshots, and HTML test reports are written to local disk only and are not uploaded to Microsoft or any external service. Trace files and failure screenshots may capture sensitive content from the application under test (form data, rendered PII, session tokens visible in URLs). Store and rotate these files appropriately.
Prerequisites
  • Node.js 18+ or Python 3.11+
  • Playwright or Puppeteer (for JavaScript rendering)
  • readability or newspaper3k (for content extraction)
  • BeautifulSoup or Cheerio (for HTML parsing)
  • Node.js 18+
  • Playwright 1.40+ with the @playwright/test package
  • Browser binaries installed via `npx playwright install` (Chromium, Firefox, WebKit)
  • A web application accessible for testing (local dev server, staging, or production URL)
Install
curl -L https://heyclau.de/downloads/skills/website-crawler-summarizer.zip -o website-crawler-summarizer.zip && unzip -o website-crawler-summarizer.zip -d ./website-crawler-summarizer
npx playwright install --with-deps
Config
Citations
ClaimUnclaimedUnclaimed
Open in the interactive comparison tool

Signals

Loading live community signals…

More like this, weekly

A short, calm digest of reviewed Claude resources. Unsubscribe any time.