news

news is a skill for Claude Code, Codex from hyqibot/token-free-openclaw. It costs 53 tokens per session (612 once invoked), scanned A, original, Apache-2.0.

A news lookup guide for checking recent headlines from named Chinese news websites across politics, finance, society, world, technology, sports, and entertainment.

In plain words
What is it for?
Use it to fetch headlines and key points from one or more listed news categories, then summarize them with source links.
Why use it?
It gives the agent a fixed source and process for finding current news instead of relying on possibly outdated knowledge.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to fetch headlines and key points from one or more listed news categories, then summarize them with source links.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyqibot/token-free-openclaw/news
Install

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.

Any agent
npx skills add hyqibot/token-free-openclaw --skill news
Clone the repo
git clone --depth 1 https://github.com/hyqibot/token-free-openclaw

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for news

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/news/github.svg)](https://agentmods.dev/skills/hyqibot/token-free-openclaw/news)
Your own site
<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/news"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/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.

agentmods 80×15 button for news

Your own site · 80×15
<a href="https://agentmods.dev/skills/hyqibot/token-free-openclaw/news"><img src="https://agentmods.dev/badge/skills/hyqibot/token-free-openclaw/news.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 612 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00053 $0.00612
Opus 5 $0.00026 $0.00306
Sonnet 5 $0.00011 $0.00122
Haiku 4.5 $0.00005 $0.00061

Measured 12d ago against content hash 10f7db773763, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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 12d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

  • news — 98% identical, 4 lines differ
  • news — 98% identical, 11 lines differ
copaw/agents/skills/news/SKILL.md · 48 lines

How it starts

The opening of the file, as written. The whole thing — 48 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)

  1. Clarify the user's need: Determine which category or categories (politics / finance / society / world / tech / sports / entertainment), or pick 1–2 to fetch.
  2. Pick the URL: Use the URL from the table for that category; for multiple categories, repeat the steps below for each URL.
  3. Open the page: Call browser_use with:
    {"action": "open", "url": "https://www.chinanews.com/society/"}
    
    Replace url with the corresponding URL from the table.
  4. Take a snapshot: In the same session, call browser_use again:
    {"action": "snapshot"}
    
    Extract headlines, dates, and summaries from the returned page content.
  5. 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 open for each URL, then snapshot, to avoid mixing content from different pages.
  • You may include the original link in the reply so the user can open it.

Read the full file on GitHub · 48 lines

Changes

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.

  1. 12d ago First seen · 48 lines · 53 tokens per session scan A 10f7db773763

Subscribe to this mod's changes

news is a skill published in the GitHub repository hyqibot/token-free-openclaw (123 stars, last pushed 19d ago), licensed Apache-2.0. It adds 53 tokens to every session and 612 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.