
Opennews
Wire an agent to 70+ real-time crypto and macro news feeds with AI impact scores and trading signals while building or operating finance-related products.
Overview
OpenNews is an agent skill most often used in Idea (also Grow, Operate) that aggregates 70+ real-time crypto and financial news sources with AI ratings and trading signals via the OpenNews API.
Install
npx skills add https://github.com/6551team/opennews-mcp --skill opennewsWhat is this skill?
- 84+ sources across News, Listing, OnChain, Meme, Market, and Prediction categories via the 6551 OpenNews API
- AI impact scores, trading signals, and bilingual summaries on headlines
- Free-tier tools usable without OPENNEWS_TOKEN; token unlocks full catalog
- Shell workflow: curl + jq against documented endpoints (MCP-oriented packaging)
- Categories span Bloomberg/Reuters-style news, exchange listings, whale/KOL on-chain, and meme sentiment
- 84+ data sources across 6 categories
- 72+ real-time sources cited in package metadata
- 12 AI prediction signals in Prediction category
Adoption & trust: 1.6k installs on skills.sh; 1.5k GitHub stars; 2/3 security scanners passed (skills.sh audits).
What problem does it solve?
You need timely, categorized market and on-chain news inside your agent workflow instead of manually refreshing Twitter, exchange blogs, and terminal alerts.
Who is it for?
Indie builders and agent authors building crypto research tools, alert pipelines, or trading-adjacent products who want one API-shaped skill instead of bespoke RSS scrapers.
Skip if: Teams that need licensed Bloomberg Terminal data, guaranteed compliance-grade market data, or workflows with zero network/shell access.
When should I use this skill?
You need real-time crypto or financial news, listings, on-chain whale/KOL activity, meme sentiment, or market alerts inside an agent session.
What do I get? / Deliverables
Your agent can query structured news, listings, and signal feeds with impact metadata so you can decide faster what to build, ship, or monitor next.
- Structured news/signal JSON from API calls
- Agent-ready prompts referencing feed categories
- Repeatable curl+jq command patterns
Recommended Skills
Journey fit
Spans multiple journey phases - primary shelf plus alternate fits below.
Canonical shelf is Idea/research because solo builders most often install OpenNews to scan markets, narratives, and on-chain signals before committing to a product or trade thesis. Research subphase fits continuous news ingestion, competitor and narrative tracking, and early signal discovery—not a one-off ship task.
Where it fits
Compare narrative heat across News and Meme categories before picking a crypto SaaS wedge.
Ground MVP alerts in Listing and Market feeds to see if your scope matches real event volume.
Correlate user activation weeks with spikes in categorized headlines your agent ingests.
Run scheduled curl+jq checks for liquidation or funding alerts tied to production incident playbooks.
How it compares
Use as a news-and-signals integration skill, not as a substitute for a full charting platform or portfolio MCP.
Common Questions / FAQ
Who is opennews for?
Solo builders and small teams wiring AI coding agents to real-time crypto and macro news, listings, and on-chain alerts while they research ideas or run live products.
When should I use opennews?
During Idea research to map narratives and competitors, in Validate when scope depends on market events, in Grow when you track conversion-related news, and in Operate when you monitor incidents, listings, or whale moves for an agent or dashboard.
Is opennews safe to install?
It expects curl, optional API tokens, and network calls to a third-party API—review the Security Audits panel on this Prism page and rotate OPENNEWS_TOKEN like any external credential.
SKILL.md
READMESKILL.md - Opennews
{ "name": "opennews", "version": "0.1.0", "description": "72+ real-time crypto & financial news sources across 5 categories (News, Listing, OnChain, Meme, Market) with AI ratings, trading signals, and bilingual summaries via the OpenNews 6551 API", "author": "0xfaskety", "license": "MIT", "homepage": "https://github.com/0xfaskety/opennews-mcp", "openclaw": { "skills": { "dependencies": { "tools": ["exec", "read"], "binaries": ["curl", "jq"], "envVars": ["OPENNEWS_TOKEN"] } } }, "keywords": [ "crypto", "news", "bitcoin", "trading", "ai-ratings", "signals", "blockchain", "defi", "bloomberg", "reuters", "onchain", "whale-tracking", "market-signals", "exchange-listings", "meme-coins", "real-time" ] } --- name: opennews description: "Real-time crypto & financial news aggregator — 84+ data sources across 6 categories (News: Bloomberg, Reuters, FT, CNBC, CoinDesk, Twitter/X + 47 more; Listing: Binance, Coinbase, OKX + 6 more; OnChain: whale & KOL trades; Meme: social sentiment; Market: price/funding/liquidation alerts; Prediction: 12 AI prediction signals). AI-analyzed with impact score, trading signals, and bilingual summaries. **Free tools available without token**." user-invocable: true metadata: openclaw: requires: bins: - curl optionalEnv: - OPENNEWS_TOKEN primaryEnv: OPENNEWS_TOKEN emoji: "\U0001F4F0" install: - id: curl kind: brew formula: curl label: curl (HTTP client) os: - darwin - linux - win32 version: 1.0.4 --- # OpenNews Crypto News Skill Real-time crypto & financial news aggregator powered by 6551.io — **84+ data sources** across 6 engine categories, all AI-analyzed with impact scores, trading signals, and bilingual summaries. **Get your token**: https://6551.io/mcp **Base URL**: `https://ai.6551.io` ## Data Sources — 84+ Sources Across 6 Categories | Category | Count | Key Sources | |----------|-------|-------------| | **News** | 53 | Bloomberg, Reuters, Financial Times, CNBC, CNN, BBC, Fox Business, CoinDesk, Cointelegraph, The Block, Blockworks, Decrypt, DlNews, A16Z, TechCrunch, Wired, Politico, Business Insider, Twitter/X, Telegram, Weibo, Truth Social, U.S. Treasury, ECB, TASS, Handelsblatt, Welt, Ambrey, Morgan Stanley, PR Newswire, Coinbase, and more | | **Listing** | 9 | Binance, Coinbase, OKX, Bybit, Upbit, Bithumb, Robinhood, Hyperliquid, Aster | | **OnChain** | 3 | Hyperliquid Whale Trade, Hyperliquid Large Position, KOL Trade | | **Meme** | 1 | Twitter meme coin social sentiment | | **Market** | 6 | Price Change, Funding Rate, Funding Rate Difference, Large Liquidation, Market Trends, OI Change | | **Prediction** | 12 | CORRELATION_LOGICAL, SMART_MONEY_TRADE, PRICE_SPIKE, CLUSTER_ENTRY, WHALE_POSITION, NEW_WALLET_TRADE, INSIDER_PATTERN, CORRELATION_NARRATIVE, CORRELATION_HEDGE, CORRELATION_ENTITY_GEO, CORRELATION_CAUSAL, SETTLEMENT_ARBITRAGE | ## Authentication All requests require the header: ``` Authorization: Bearer $OPENNEWS_TOKEN ``` --- ## News Operations ### 1. Get News Sources Fetch the full engine tree with all 6 categories and 84+ sources. ```bash curl -s -H "Authorization: Bearer $OPENNEWS_TOKEN" \ "https://ai.6551.io/open/news_type" ``` Returns a tree with engine types (`news` — 53 sources, `listing` — 9 exchanges, `onchain` — 3 whale/KOL trackers, `meme` — 1 sentiment source, `market` — 6 anomaly signals, `prediction` — 12 AI prediction signals) and their sub-categories. ### 2. Search News `POST /open/news_search` is the primary search endpoint. **Get latest news:** ```bash curl -s -X POST "https://ai.6551.io/open/news_search" \ -H "Authorization: Bearer $OPENNEWS_TOKEN" \ -H "Content-Type: application/json" \ -d '{"limit": 10, "page": 1}' ``` **Search by keyword:** ```bash curl -s -X POST "https://ai.6551.io/open/news_search" \ -H "Authorizat