news-briefing

news-briefing is a skill for Claude Code, Codex from Bitget-AI/bitget-signal. It costs 136 tokens per session (1,159 once invoked), scanned A, original, MIT.

A skill that gathers and summarizes crypto and financial news, headlines, and social signals into market-focused briefings. It can handle quick updates, topic searches, and morning briefings.

In plain words
What is it for?
It is for finding recent news about a topic, getting a short market update, or preparing a broader daily briefing.
Why use it?
It reduces the need to scan many news sources and helps explain which developments may matter to markets.

Skill for Claude CodeCodex

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

Good fit It is for finding recent news about a topic, getting a short market update, or preparing a broader daily briefing.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bitget-ai/bitget-signal/news-briefing
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 Bitget-AI/bitget-signal --skill news-briefing
Clone the repo
git clone --depth 1 https://github.com/Bitget-AI/bitget-signal

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-briefing

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/bitget-ai/bitget-signal/news-briefing"><img src="https://agentmods.dev/badge/skills/bitget-ai/bitget-signal/news-briefing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 136 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,159 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.
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.00136 $0.01159
Opus 5 $0.00068 $0.00580
Sonnet 5 $0.00027 $0.00232
Haiku 4.5 $0.00014 $0.00116

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

Security

Grade A, and why

news-briefing 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 11d 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.

skills/news-briefing/SKILL.md · 134 lines

How it starts

The opening of the file, as written. The whole thing — 134 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Official Bitget Skill · 本 Skill 由 Bitget 官方提供,市场数据来源可信,通过 Bitget Agent Hub 分发。 Data powered by Bitget market infrastructure · github.com/bitget-official/agent-hub

News Briefing Skill

Aggregate, filter, and synthesize news and social signals into clear, market-relevant briefings. Your job isn't to dump headlines — it's to identify what matters and explain why it matters for markets.

Vendor Neutrality

News outlets can be quoted naturally in headlines (e.g., "according to Bloomberg" if that appears in a headline). Never reference the data infrastructure itself — no feed aggregators, API providers, RSS system names, or internal routing keys in output.


Workflow by Briefing Type

For the feed key reference table → see references/feed-routing.md

Quick News Update (single topic or "anything new?")

news_feed(action="latest", feeds="cointelegraph,coindesk,decrypt,blockworks", limit=5)

For a specific topic:

news_feed(action="latest", feeds="cointelegraph,coindesk,decrypt,blockworks,cnbc",
  keyword="{topic}", limit=10)

If niche/specific, cast wider:

news_feed(action="latest", feeds="all", keyword="{topic}", limit=10)

Full Morning Briefing

Run in parallel:

news_feed(action="latest", feeds="cointelegraph,coindesk,decrypt,blockworks,the_defiant", limit=5)
news_feed(action="latest", feeds="cnbc,fed,coincenter", limit=3)
news_feed(action="latest", feeds="hayes,vitalik,cobie,messari", limit=3)
tradfi_news(action="crypto_news", limit=8)
derivatives_sentiment(action="reddit_trending", limit=10)

Macro & Geopolitical News

news_feed(action="latest", feeds="cnbc,bbc_world,guardian,aljazeera,npr", limit=5)
tradfi_news(action="news", limit=8)

Chinese Social Media Pulse

Run in parallel:

social_trending(action="trending", platform="weibo", limit=15)
social_trending(action="trending", platform="douyin", limit=15)
social_trending(action="trending", platform="bilibili", limit=10)
news_feed(action="latest", feeds="blockbeats", limit=5)

Read the full file on GitHub · 134 lines

Files

What ships with it

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

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. 11d ago First seen · 134 lines · 136 tokens per session scan A 7624e10ecf2b

Subscribe to this mod's changes

news-briefing is a skill published in the GitHub repository Bitget-AI/bitget-signal (2 stars, last pushed 2mo ago), licensed MIT. It adds 136 tokens to every session and 1,159 once invoked, about $0.0007 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-31.

Related

Other skills, from other repositories

coinank-openapi

Access CoinAnk crypto derivatives market data via API key or Agent Payments Protocol/x402 pay-per-call.

okx/plugin-store · 26 tokens

BytesAgain Crypto Toolkit — 200+ Technical Indicators, Real-Time Market Data

Use when you need real-time crypto prices, technical indicators (RSI, MACD, Bollinger, 50+), market rankings, on-chain data, or trading signals. Zero API key required.

bytesagain/ai-skills · 57 tokens

polymarket

Query Polymarket: markets, prices, orderbooks, history.

NousResearch/hermes-agent · 18 tokens

derivatives-trading-usds-futures

Binance Derivatives-trading-usds-futures request using the Binance API. Authentication requires API key and secret key. Supports testnet and mainnet.

tradecatlabs/tradecat-public · 40 tokens

crypto-market-rank

Crypto market rankings and leaderboards. Query trending tokens, top searched tokens, Binance Alpha tokens, tokenized stocks, social hype sentiment ranks, smart money inflow token rankings, top meme token rankings from Pulse launchpad, and top trader PnL leaderboards. Use this skill when users ask about token rankings…

tradecatlabs/tradecat-public · 85 tokens

query-token-info

Query token details by keyword, contract address, or chain. Search tokens, get metadata and social links, retrieve real-time market data (price, price trend, volume, holders, liquidity), and fetch K-Line candlestick charts. Use this skill when users search tokens, check token prices, view market data, or request…

tradecatlabs/tradecat-public · 75 tokens