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/jackjin1997/clawforge/news-extractornpx skills add jackjin1997/ClawForge --skill news-extractorgit clone --depth 1 https://github.com/jackjin1997/ClawForgeWrote 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/jackjin1997/clawforge/news-extractor)<a href="https://agentmods.dev/skills/jackjin1997/clawforge/news-extractor"><img src="https://agentmods.dev/badge/skills/jackjin1997/clawforge/news-extractor.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 | $0.00054 | $0.01386 |
| Opus 5 | $0.00027 | $0.00693 |
| Sonnet 5 | $0.00011 | $0.00277 |
| Haiku 4.5 | $0.00005 | $0.00139 |
Grade A, and why
news-extractor scanned grade A with 0 findings 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 5d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
16 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.
- .gitignore 217 B
- pyproject.toml 390 B
- references/platform-patterns.md 3.6 KB
- scripts/crawlers/__init__.py 378 B runs code
- scripts/crawlers/base.py 5.0 KB runs code
- scripts/crawlers/fetchers.py 2.7 KB runs code
- scripts/crawlers/netease.py 4.2 KB runs code
- scripts/crawlers/sohu.py 5.6 KB runs code
- scripts/crawlers/tencent.py 6.7 KB runs code
- scripts/crawlers/toutiao.py 4.8 KB runs code
- scripts/crawlers/wechat.py 15 KB runs code
- scripts/detector.py 1.3 KB runs code
- scripts/extract_news.py 6.3 KB runs code
- scripts/formatter.py 1.9 KB runs code
- scripts/models.py 3.1 KB runs code
- uv.lock 140 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.
- 5d ago First seen · 181 lines · 54 tokens per session scan A 8eb2e7049f0e
news-extractor is a skill published in the GitHub repository jackjin1997/ClawForge (12 stars, last pushed 2mo ago), with no licence file. It adds 54 tokens to every session and 1,386 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
pentest-client-advanced
Advanced client-side attacks — CORS misconfiguration, WebSocket security, clickjacking, postMessage abuse, CSS injection, and browser storage vulnerabilities.
laohan-xiazai
从互联网拿内容一站式——视频下载、音频提取+转文字、字幕下载、评论采集、博主数据、网页抓取、搜索聚合、跨平台发布与数据分析,覆盖 30+ 平台(抖音/TikTok/YouTube/B站/小红书/知乎/公众号/视频号/微博/Reddit/HackerNews/即刻/知识星球/雪球/贴吧/头条/Twitter等),按降级链自动选择最优工具。Use when…
laohan-luping
口播稿转录屏脚本(CLI+浏览器),自动生成ffmpeg录制脚本并输出MP4。Use when 用户说"录屏""录制教程""录视频""录一段""screen record""补录""口播稿转录屏""浏览器录屏""录网页"或提到录制Claude Code画面或浏览器操作。.
openclaw-browser-auto
Skill "openclaw-browser-auto" from davidtoby/agent-skills, covering openclaw 浏览器自动化配置, 适用场景, 配置步骤, 1. 启动cdp浏览器容器 and 2. 配置openclaw.
automation-browser-api-workflows
Class-level workflow for browser automation, API reverse-engineering, macOS UI automation, tmux/interactive CLI control, MCP tool calling, camera capture, and direct tool/API replacement of fragile UI flows. Use when asked to automate websites/apps, learn private site APIs from traffic, drive interactive CLIs, call…
api-learner
Workflow for learning site APIs via traffic capture and replacing browser automation with direct curl calls.