opennews

Query crypto news from the 6551 OpenNews API using a Bearer token.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill opennews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opennews
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.27openclaw%E6%8E%A5%E5%85%A5MCP%E5%B7%A5%E5%85%B7skills/opennews-mcp/openclaw-skill/opennews
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill opennews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Crypto developers and traders need fast access to curated crypto news with AI-rated signals and live updates from multiple sources, all accessible via a token-based API.

Core Features & Use Cases

  • AI-driven scores for articles with engine-type filtering and source selection.
  • Keyword, coin, and source filtering to tailor results for specific assets and markets.
  • Real-time updates through WebSocket feeds.

Quick Start

Query the latest crypto news by keyword using your OPENNEWS_TOKEN to retrieve AI-rated articles.

Frequently Asked Questions about opennews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query crypto news by keyword and coin using an API?

Crypto news search by keyword and coin requires an authenticated REST API endpoint utilizing a Bearer token. It returns AI-rated articles filtered by specific assets, sources, and engine types.

How do I get real-time crypto news updates via WebSocket?

Real-time crypto news updates are obtained by connecting to a live WebSocket feed. This provides continuous streaming of AI-rated signals and articles directly from the news API without needing to poll for new data.

What is AI score based ranking for crypto news articles?

AI score based ranking for crypto news is a filtering mechanism that rates articles using an AI engine. It allows developers to sort and filter news signals by calculated scores and engine types for better market relevance.

Do I need an OPENNEWS_TOKEN to fetch crypto news signals?

An OPENNEWS_TOKEN environment variable is required to authenticate requests to the crypto news API. You must pass this token as a Bearer credential in your curl command headers to retrieve AI-rated signals.

Can I use curl and jq to parse crypto news API responses?

Yes, you can use curl to make the authenticated REST calls and jq for JSON parsing support. This combination allows you to query the API and extract specific fields from the crypto news data structure efficiently.

What are the limitations of using a token-based crypto news API?

Limitations of a token-based crypto news API include strict authentication requirements where missing or invalid tokens block access. Additionally, users must manage environment variables manually and rely on curl and jq for data parsing.