Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/5uck1ess/devkit/scrapenpx skills add 5uck1ess/devkit --skill scrapegit clone --depth 1 https://github.com/5uck1ess/devkitWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00066 | $0.03174 |
| Opus 5 | $0.00033 | $0.01587 |
| Sonnet 5 | $0.00013 | $0.00635 |
| Haiku 4.5 | $0.00007 | $0.00317 |
Grade A, and why
scrape scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
from urllib.parse import urlparse How it starts
The opening of the file, as written. The whole thing — 247 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Web Scrape to Markdown
Fetch a URL and convert it to clean, LLM-ready Markdown. Supports multiple backends with automatic fallback.
Usage
/devkit:scrape https://example.com
/devkit:scrape https://example.com --json
/devkit:scrape https://example.com https://other.com
/devkit:scrape https://example.com --backend playwright
Arguments
- One or more URLs to scrape
--json— wrap output as Markdown-in-JSON:{ "url": "...", "title": "...", "markdown": "..." }--backend <name>— force a specific backend (see below). Default: auto-detect.
Backends (in priority order)
- Jina Reader — prepend
https://r.jina.ai/to the URL. Returns Markdown by default. Use ifJINA_API_KEYis set (higher rate limits) or anonymously (~20 RPM). Best for articles and docs. - Playwright — use if
npx playwright --versionsucceeds (optional dep, install withnpx playwright install chromium). Best for JS-heavy SPAs and sites that block headless scrapers. Free and local — no API keys. - Camoufox — patched Firefox with leak-fixed JA3/TLS fingerprints. Use if
python -m camoufox versionsucceeds (install:pip install -U camoufox[geoip] && python -m camoufox fetch). Free and local. Use when Playwright returns a challenge page (Cloudflare "Just a moment...", DataDome, PerimeterX). Auto-triggered when Playwright response body matches challenge signatures (cf-chl-bypass,__cf_chl_,_Incapsula_Resource). - Scweet (X/Twitter only) — specialized scraper for
x.com/twitter.comURLs. Use ifSCWEET_COOKIES_PATHis set (points at a JSON cookie file exported from a logged-in browser). Auto-routed when host isx.comortwitter.com— other backends don't work reliably on X post-API lockdown. - Firecrawl — use if
FIRECRAWL_API_KEYis set. Paid API. Last-resort anti-bot bypass when stealth browsers still get blocked. - WebFetch fallback — use Claude's built-in
WebFetchtool. No API key needed, but returns raw content (less clean).
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 247 lines · 66 tokens per session scan A 123410c5781e
scrape is a skill published in the GitHub repository 5uck1ess/devkit (5 stars, last pushed 13d ago), licensed MIT. It adds 66 tokens to every session and 3,174 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mootdx
Mootdx A-share market data via TCP-direct 通达信 servers. Free, no API key, no IP rate limits. Use as the stable A-share OHLCV fallback when akshare's East Money scrape is throttled.
pr-screenshots
Capture Playwright screenshots and embed them in GitHub PR descriptions.
Video Editor (FFmpeg)
AI-powered Video Editor with trimming, merging, effects, overlays, and export.
Codex
Mission control: create tasks, assign to an agent/team, wait for human approval, worker runs in the background, accept results.
File Manager
Manage files and folders on the computer.
browser_scripts
Visual browser automation script editor & manager for TubeCLI.