Capture web content (articles, prices) from the user's localhost so requests originate from the user's own IP — used to reach geo-restricted or region-locked sites (Israeli news, Israeli e-commerce). Headless-first escalation ladder: Scrapling (static → stealth → Playwright) → bb-browser for auth. Saves normalized output to ~/local-web-capture/ and supports capture+translate (Hebrew→English default, arbitrary pairs).
Capture a list of URLs in one job. Saves each article individually with a timestamp, then produces a summary report across the batch (markdown always; PDF optional via Typst). Supports two report modes: human-summary (readable prose + per-item cards) and agent-summary (JSON optimised for LLM consumption). Use when the user supplies multiple URLs — pasted, in a file, or from clipboard — and wants both the individual captures and a synthesised overview.
Compile a batch of captured articles into a single PDF via Typst. Each article gets a header block showing the source URL and capture date, a page-numbered footer runs throughout, and a cover + table of contents open the document. Use when the user wants a printable/shareable compendium of a scrape batch, says "make a PDF of these captures", "compile the batch to PDF", or "print the batch report".
Browse, search, or summarise what's in the local-web-capture data directory (~/local-web-capture/). Use when the user asks "what did I capture recently", "find my captures of X", "list articles from ynet", or wants a table of recent captures.
Capture an article from a URL (via the normal localhost scrape path) and save a translated version alongside the original. Default language pair is Hebrew → English; supports arbitrary source → target. Saves to ~/local-web-capture/translations/. Use when the user shares a Hebrew article URL and wants the English version, says "capture and translate", or passes a URL in a language they want rendered into another.
Scrape an article from a URL via the user's localhost (preserves Israeli IP for geo-restricted sites) and save a clean markdown capture. Use when the user gives a URL and wants the article body saved, or says "capture this article", "scrape this", or references Israeli news sites (ynet, haaretz, n12, calcalist, timesofisrael, etc.).
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code plugin for capturing web content from the user's own machine — so every request exits via the user's IP. Built for geo-restricted content (seeded with Israeli news + e-commerce) where hosted scrapers get blocked at the edge.
Cheapest method that works wins. Escalation ladder:
| Rung | Method | Tool | When |
|---|---|---|---|
| 1 | Headless, static HTTP | Scrapling Fetcher | Default. Server-rendered articles, simple prices. |
| 2 | Headless, stealth | Scrapling StealthyFetcher (Camoufox) | Bot-blocked / Cloudflare. |
| 2b | Headless, JS render | Scrapling PlayWrightFetcher | Needs JS, no bot block. |
| 3 | Real Chrome, logged in | bb-browser | Paywalled / session-bound. |
Backups (installed, not default): webclaw, lightpanda, camofox-browser, stealth-browser-mcp, Playwright MCP.
Per-domain choice is cached in sites.yaml so the right rung is picked on repeat captures.
setup-tools — one-time install of Scrapling, bb-browser, data dir seeding.scrape-article — Rungs 1–3, save markdown capture.scrape-authenticated — Rung 4 only, real Chrome via bb-browser.scrape-price — structured price snapshot for e-commerce URLs.capture-translate — scrape + save a translated version (default he→en; arbitrary pairs supported).batch-capture — list of URLs in, individual captures + human/agent summary reports out.batch-to-pdf — compile a batch into a single typeset PDF (Typst) with source URL + capture date per article and page-numbered footer.capture-list — browse/search/summarise the data directory.Resolution order (see reference/save-location.md):
--out <path> explicit override.<repo_root>/captures/. Keeps research artefacts with the project they inform.~/local-web-capture/.Layout is the same in both modes:
<root>/
├── articles/YYYY/MM/*.md # markdown + frontmatter
├── prices/<domain>/*.json # structured price snapshots
├── translations/YYYY/MM/*.md # stacked translations
├── batches/<batch-id>/ # batch-capture output
│ ├── articles/
│ ├── report.md # human-summary
│ ├── report.agent.json # agent-summary (strict schema)
│ └── report.pdf # optional, via batch-to-pdf
├── sites.yaml # per-domain strategy cache
└── .cache/
See reference/data-layout.md for the full schema.
See toolkit-options.md for the shortlist of ~22 candidate browser/extractor projects ranked by stars with verdicts.
Once the plugin is validated end-to-end, remove Playwright from user-level MCP config. If it stays globally visible, Claude will pull toward it on every scrape request regardless of what the skill ladder says. Leaving it at project level (or installing only when needed) keeps the ladder honest.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin Local-Web-CaptureHarness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Binary reverse engineering, malware analysis, firmware security, and software protection research for authorized security research, CTF competitions, and defensive security
v9.44.1 — Patch release for Gemini environment/version detection and qwen auth gating. Run /octo:setup.
Next.js development expertise with skills for App Router, Server Components, Route Handlers, Server Actions, and authentication patterns
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Claude Code plugin: ideation and planning workflow — capture, evaluate, rank, simulate, and plan ideas, with ideation/single-idea-eval/multi-idea-ranking/feature-ideas/simulation/idea-capture variants.
First-pass data analysis toolkit: correlations, PII flagging, anomalies, hypothesis tests, data dictionaries, and trend analysis on a dataset in a folder.
Claude Code plugin for generating personal user manuals and private documentation for codebases. Creates personalized, private reference guides with PDF output support.
Research, filter, compare, and evaluate AI models on OpenRouter — discover models by capability (tool use, vision, audio), get cost/context-aware recommendations, run head-to-head comparisons, and conduct deep research that goes beyond the OpenRouter catalog.
Claude Code plugin for writing assistance, proofreading, style editing, and text transformation workflows.