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 citedy/adclaw --skill newsgit clone --depth 1 https://github.com/citedy/adclawWrote 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/citedy/adclaw/news)<a href="https://agentmods.dev/skills/citedy/adclaw/news"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/news/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/citedy/adclaw/news"><img src="https://agentmods.dev/badge/skills/citedy/adclaw/news.svg" alt="Reviewed on agentmods" width="80" 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.00053 | $0.00614 |
| Opus 5 | $0.00026 | $0.00307 |
| Sonnet 5 | $0.00011 | $0.00123 |
| Haiku 4.5 | $0.00005 | $0.00061 |
Grade A, and why
news 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 6d 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.
This is a copy
98% identical to news — 11 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
News Reference
When the user asks for "latest news", "what's in the news today", or "news in category X", use the browser_use tool with the categories and URLs below: open the page, take a snapshot, then extract headlines and key points from the page content and reply to the user.
Categories and Sources
| Category | Source | URL |
|---|---|---|
| Politics | People's Daily · CPC News | https://cpc.people.com.cn/ |
| Finance | China Economic Net | http://www.ce.cn/ |
| Society | China News · Society | https://www.chinanews.com/society/ |
| World | CGTN | https://www.cgtn.com/ |
| Tech | Science and Technology Daily | https://www.stdaily.com/ |
| Sports | CCTV Sports | https://sports.cctv.com/ |
| Entertainment | Sina Entertainment | https://ent.sina.com.cn/ |
How to Use (browser_use)
- Clarify the user's need: Determine which category or categories (politics / finance / society / world / tech / sports / entertainment), or pick 1–2 to fetch.
- Pick the URL: Use the URL from the table for that category; for multiple categories, repeat the steps below for each URL.
- Open the page: Call browser_use with:
Replace{"action": "open", "url": "https://www.chinanews.com/society/"}urlwith the corresponding URL from the table. - Take a snapshot: In the same session, call browser_use again:
Extract headlines, dates, and summaries from the returned page content.{"action": "snapshot"} - Summarize the reply: Organize a short list (headline + one or two sentences + source) by time or importance; if a site is unreachable or times out, say so and suggest another source.
Notes
- Page structure may change when sites are updated; if extraction fails, say so and suggest the user open the link directly.
- When visiting multiple categories, run
openfor each URL, thensnapshot, to avoid mixing content from different pages. - You may include the original link in the reply so the user can open it.
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.
- 6d ago First seen · 51 lines · 53 tokens per session scan A 76194f811d7d
news is a skill published in the GitHub repository citedy/adclaw (36 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 53 tokens to every session and 614 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to news, differing in 11 lines, and is treated as a copy.
Other skills, from other repositories
skill-creator
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
update-setup
A one-time setup wizard for creating a personalised upgrade skill in a nanobot agent workspace. It checks whether an upgrade skill already exists and gathers version and installation details.
tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
cron
Schedule reminders and recurring tasks.
summarize
Summarize or extract text/transcripts from URLs, podcasts, and local files (great fallback for “transcribe this YouTube/video”).
weather
Get current weather and forecasts (no API key required).