Home / maxmiksa / auto-company · .claude/skills/web-scraping/SKILL.md · GitHub

web-scraping skillA

web-scraping is agent-read markdown (skill) from maxmiksa/auto-company: Web scraping with anti-bot bypass, content extraction, undocumented APIs and poison pill detection. Use when extracting content from websites, handling paywalls, implementing scraping cascades or processing social media. Covers requests, trafilatura, Playwright with stealth mode, yt-dlp and instaloader patterns..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Web scraping methodology

Patterns for reliable, ethical web scraping with fallback strategies and anti-bot handling.

## Scraping cascade architecture

Implement multiple extraction strategies with automatic fallback:

```python
from abc import ABC, abstractmethod
from typing import Optional
import requests
from bs4 import BeautifulSoup
import trafilatura

#for .py files
from playwright.sync_api import sync_playwright
from playwright_stealth import stealth_sync

#for .ipynb files
import asyncio
from playwright.async_api import async_playwright

class ScrapingResult:
    def __init__(self, content: str, title: str, method: str):
        self.content = content
        self.title = title
        self.method = method  # Track which method succeeded

class Scraper(ABC):
    @abstractmethod
    def fetch(self, url: str) -> Optional[ScrapingResult]: ...

class TrafilaturaСscraper(Scraper):
    """Fast, lightweight extraction for standard articles."""

    def fetch(self, url: str) -> Optional[ScrapingResult]:
        try:
            downloaded = trafilatura.fetch_url(url)
            if not downloaded:
                return None

            content = trafilatura.extract(
…

Read the whole file at its exact version.

How to install

Latest version
mdr add maxmiksa/auto-company/web-scraping@git:20260205.e30af14
Exact content
mdr add maxmiksa/auto-company/web-scraping@sha256:971f92ae1817af83

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_dz6nuqtda4pnbcpk.svg)](https://markdownregistry.com/a/art_dz6nuqtda4pnbcpk)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260205.e30af14 latest2026-02-05 e30af14 19,851 BA view · diff
git:20260108.10eb03a2026-01-08 10eb03a 14,948 BA view · diff
git:20251028.3484ff72025-10-28 3484ff7 10,024 BA view · diff
git:20250711.c1f5e662025-07-11 c1f5e66 5,196 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (19851 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

maxmiksa/auto-company · 3,095 stars · license MIT · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_dz6nuqtda4pnbcpk
GET https://markdownregistry.com/api/v1/resolve?ref=maxmiksa/auto-company/web-scraping
GET https://markdownregistry.com/api/v1/blob/971f92ae1817af832f2df0c78574cee7dc69a51db93877f87c9765ddcc8ccb99

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from maxmiksa/auto-company

agent-browser skill
maxmiksa/auto-company · .claude/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
git:20251121.df99134 · audit A · 3,095 stars
code-review-security skill
maxmiksa/auto-company · .claude/skills/code-review-security/SKILL.md · Security-focused code review checklist and automated scanning patterns. Use when reviewing pull requests for security…
v1.0.0 · audit A · 3,095 stars
cold-email-sequence-generator skill
maxmiksa/auto-company · .claude/skills/cold-email-sequence-generator/SKILL.md · Generate personalized cold email sequences (7-14 emails) with A/B test subject lines, follow-up timing recommendations…
git:20260209.ac7f698 · audit A · 3,095 stars
community-led-growth skill
maxmiksa/auto-company · .claude/skills/community-led-growth/SKILL.md · Expert in community-led growth (CLG) - leveraging user communities to drive acquisition, retention, and expansion…
git:20250904.0571b69 · audit A · 3,095 stars
competitive-intelligence-analyst skill
maxmiksa/auto-company · .claude/skills/competitive-intelligence-analyst/SKILL.md · Use this skill when users need to analyze competitors, monitor market movements, benchmark features/pricing, identify…
v1.0.0 · audit A · 3,095 stars
content-strategy skill
maxmiksa/auto-company · .claude/skills/content-strategy/SKILL.md · When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also…
v1.0.0 · audit A · 3,095 stars
deep-analysis skill
maxmiksa/auto-company · .claude/skills/deep-analysis/SKILL.md · Analytical thinking patterns for comprehensive evaluation, code audits, security analysis, and performance reviews…
git:20260113.039cc22 · audit A · 3,095 stars
deep-reading-analyst skill
maxmiksa/auto-company · .claude/skills/deep-reading-analyst/SKILL.md · Comprehensive framework for deep analysis of articles, papers, and long-form content using 10+ thinking models (SCQA…
git:20260128.6f5dcdd · audit A · 3,095 stars
deep-research skill
maxmiksa/auto-company · .claude/skills/deep-research/SKILL.md · Conduct enterprise-grade research with multi-source synthesis, citation tracking, and verification. Use when user needs…
git:20260918.6efeab7 · audit A · 3,095 stars
devops skill
maxmiksa/auto-company · .claude/skills/devops/SKILL.md · Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless…
v2.0.0 · audit A · 3,095 stars
email-sequence skill
maxmiksa/auto-company · .claude/skills/email-sequence/SKILL.md · When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email…
v1.0.0 · audit A · 3,095 stars
financial-unit-economics skill
maxmiksa/auto-company · .claude/skills/financial-unit-economics/SKILL.md · Use when evaluating business model viability, analyzing profitability per customer/product/transaction, validating…
git:20251209.441f2f5 · audit A · 3,095 stars

Every file in maxmiksa/auto-company

Other files named web-scraping

web-scraping skill
ginlix-ai/langalpha · plugins/alternative_data/skills/web-scraping/SKILL.md · Web scraping: scrape_page / scrape_pages MCP tools for fetching pages as markdown, HTML, or text (fast HTTP, browser…
git:20260921.26f807b · audit A · 1,774 stars
web-scraping skill
jamditis/claude-skills-journalism · dev-toolkit/skills/web-scraping/SKILL.md · Authorized web scraping with fallback cascades and access-failure handling. Use for social media, yt-dlp, CAPTCHA or…
git:20260818.3e0e3a8 · audit A · 401 stars
web-scraping skill
billy-enrizky/openbrowser-ai · plugin/skills/web-scraping/SKILL.md · Extract structured data from websites, scrape page content, and collect information across multiple pages. Trigger when…
git:20260521.0c71c6f · audit B · 260 stars
web-scraping skill
chainlesschain/chainlesschain · desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/web-scraping/SKILL.md · Extract structured data from websites - scrape tables, lists, product info, text content
v1.0.0 · audit A · 11 stars
web-scraping skill
sergeyizmailov/knowledge-delta-skills · skills/web-scraping/SKILL.md · Mass crawl/scrape sites incl. anti-bot (Cloudflare, Akamai, DataDome, PerimeterX). Crawl4AI = scale (arun_many…
git:20260829.f957cc8 · audit A · 3 stars

Browse by kind, by grade A, or by owner.