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 skills add Linearl/reasonix_skill_repo --skill web-scrapinggit clone --depth 1 https://github.com/Linearl/reasonix_skill_repoWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/linearl/reasonix_skill_repo/web-scraping)<a href="https://agentmods.dev/skills/linearl/reasonix_skill_repo/web-scraping"><img src="https://agentmods.dev/badge/skills/linearl/reasonix_skill_repo/web-scraping.svg" alt="Measured on agentmods" height="20"></a>What 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.1 | $0.00040 | $0.01487 |
| Opus 5 | $0.00020 | $0.00744 |
| Sonnet 5 | $0.00008 | $0.00297 |
| Haiku 4.5 | $0.00004 | $0.00149 |
Grade A, and why
web-scraping 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 8d 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.
- 找到接口后先手工 curl 验证:`curl -s -A "<UA>" -H "Referer: https://<域名>/" "<API_URL>"`。 The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- MediaCrawler-main/.env.example 943 B
- MediaCrawler-main/.gitattributes 93 B
- MediaCrawler-main/.github/CODEOWNERS 582 B
- MediaCrawler-main/.github/FUNDING.yml 18 B
- MediaCrawler-main/.github/ISSUE_TEMPLATE/bug_report.md 1.1 KB
- MediaCrawler-main/.github/ISSUE_TEMPLATE/quesiton.md 1.2 KB
- MediaCrawler-main/.github/workflows/deploy.yml 1.9 KB
- MediaCrawler-main/.gitignore 3.3 KB
- MediaCrawler-main/.pre-commit-config.yaml 1.3 KB
- MediaCrawler-main/.python-version 5 B
- MediaCrawler-main/api/__init__.py 883 B runs code
- MediaCrawler-main/api/main.py 7.1 KB runs code
- MediaCrawler-main/api/routers/__init__.py 1.0 KB runs code
- MediaCrawler-main/api/routers/crawler.py 2.6 KB runs code
- MediaCrawler-main/api/routers/data.py 7.9 KB runs code
- MediaCrawler-main/api/routers/websocket.py 4.7 KB runs code
- MediaCrawler-main/api/schemas/__init__.py 1.2 KB runs code
- MediaCrawler-main/api/schemas/crawler.py 3.0 KB runs code
- MediaCrawler-main/api/services/__init__.py 966 B runs code
- MediaCrawler-main/api/services/crawler_manager.py 11 KB runs code
- MediaCrawler-main/base/__init__.py 848 B runs code
- MediaCrawler-main/base/base_crawler.py 3.5 KB runs code
- MediaCrawler-main/cmd_arg/__init__.py 872 B runs code
- MediaCrawler-main/cmd_arg/arg.py 15 KB runs code
- MediaCrawler-main/config/__init__.py 904 B runs code
- MediaCrawler-main/config/base_config.py 6.3 KB runs code
- MediaCrawler-main/config/bilibili_config.py 2.3 KB runs code
- MediaCrawler-main/config/db_config.py 2.7 KB runs code
- MediaCrawler-main/config/dy_config.py 2.1 KB runs code
- MediaCrawler-main/config/ks_config.py 1.7 KB runs code
- MediaCrawler-main/config/tieba_config.py 1.2 KB runs code
- MediaCrawler-main/config/weibo_config.py 1.5 KB runs code
- MediaCrawler-main/config/xhs_config.py 1.5 KB runs code
- MediaCrawler-main/config/zhihu_config.py 1.2 KB runs code
- MediaCrawler-main/constant/__init__.py 878 B runs code
- MediaCrawler-main/constant/baidu_tieba.py 920 B runs code
- MediaCrawler-main/constant/zhihu.py 1.0 KB runs code
- MediaCrawler-main/database/__init__.py 851 B runs code
- MediaCrawler-main/database/db_session.py 4.4 KB runs code
- MediaCrawler-main/database/db.py 1.9 KB runs code
- MediaCrawler-main/database/models.py 17 KB runs code
- MediaCrawler-main/database/mongodb_store_base.py 5.9 KB runs code
- MediaCrawler-main/docs/.vitepress/config.mjs 3.1 KB runs code
- MediaCrawler-main/docs/.vitepress/theme/custom.css 253 B
- MediaCrawler-main/docs/.vitepress/theme/DynamicAds.vue 1.8 KB
- MediaCrawler-main/docs/.vitepress/theme/index.js 225 B runs code
- MediaCrawler-main/docs/.vitepress/theme/MyLayout.vue 291 B
- MediaCrawler-main/docs/CDP模式使用指南.md 8.5 KB
- MediaCrawler-main/docs/data_storage_guide.md 2.7 KB
- MediaCrawler-main/docs/excel_export_guide.md 6.0 KB
- MediaCrawler-main/docs/hit_stopwords.txt 5.2 KB
- MediaCrawler-main/docs/index.md 3.8 KB
- MediaCrawler-main/docs/mediacrawlerpro订阅.md 2.4 KB
- MediaCrawler-main/docs/static/images/atlas_cloud_logo_black.png 74 KB
- MediaCrawler-main/docs/static/images/atlas_cloud_logo_white.png 68 KB
- MediaCrawler-main/docs/static/images/auto_test.png 221 KB
- MediaCrawler-main/docs/static/images/bmc_button.png 24 KB
- MediaCrawler-main/docs/static/images/browseract.png 112 KB
- MediaCrawler-main/docs/static/images/img_1.png 200 KB
- MediaCrawler-main/docs/static/images/img_2.png 72 KB
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.
- 8d ago First seen · 72 lines · 40 tokens per session scan A 4dc57766c668
web-scraping is a skill published in the GitHub repository Linearl/reasonix_skill_repo (2 stars, last pushed 11d ago), with no licence file. It adds 40 tokens to every session and 1,487 once invoked, about $0.0002 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
defuddle
Plan and, with explicit network consent, use an optional external Defuddle cleaner to extract article-like HTTPS pages as Markdown. Use for defuddle, clean this URL, strip page clutter, readable Markdown from a web page, or preparing a web source for later wiki ingestion.
dr-fanout
One command to fan a Deep Research prompt out to several external LLMs at once (ChatGPT / Gemini / Grok / others) through the operator's logged-in browser, then collect the reports, archive the originals, and synthesize a consensus. Trigger on "/dr-fanout", "fan out the DR", "distribute the research prompt". Automates…
fb-reply
Read who commented on the owner's recent Facebook posts and post PERSONALIZED replies through their real logged-in Chrome (live-tab, low-ban-risk), draft-first and rate-limit-guarded. Trigger on "/fb-reply", "reply to my facebook comments". Replying on your OWN posts is expected behavior; the guard enforces a daily…
autoresearch
Run a bounded, source-grounded research loop, draft a cited dossier, and optionally propose a separately reviewed canonical vault merge. Use when the user wants autonomous or deep research that may access the public web. Triggers: /autoresearch, autoresearch, research this topic, deep dive into, investigate, find…
wiki-ingest
Ingest supplied source material into an Obsidian vault with provenance and claim tracking: pasted text, files staged in the selected vault's inbox or .raw archive, or explicitly approved URLs. Use for a single source or bounded batch, not for saving an assistant answer. Triggers: ingest, ingest this file, ingest this…
obsidian-bases
Explain, draft, and validate Obsidian Bases .base files with filters, formulas, properties, summaries, and table, card, or list views. Use for Obsidian Bases, database-like vault views, dynamic tables, reading lists, task trackers, filters, formulas, summaries, and .base file edits.