Coding

Daily News

Try it

Daily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category.

What it does

Query daily news and hot topics from the 6551 platform REST API. No authentication required.

The skill document

Daily News Skill

Query daily news and hot topics from the 6551 platform REST API. No authentication required.

Base URL: https://ai.6551.io


News Operations

1. Get News Categories

Get all available news categories and subcategories.

curl -s -X GET "https://ai.6551.io/open/free_categories"

2. Get Hot News

Get hot news articles and trending tweets by category.

curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"
ParameterTypeRequiredDescription
categorystringYesCategory key from free_categories
subcategorystringNoSubcategory key

Response:

{
  "success": true,
  "category": "crypto",
  "subcategory": "defi",
  "news": {
    "success": true,
    "count": 10,
    "items": [
      {
        "id": 123,
        "title": "...",
        "source": "...",
        "link": "https://...",
        "score": 85,
        "grade": "A",
        "signal": "bullish",
        "summary_zh": "...",
        "summary_en": "...",
        "coins": ["BTC", "ETH"],
        "published_at": "2026-03-17T10:00:00Z"
      }
    ]
  },
  "tweets": {
    "success": true,
    "count": 5,
    "items": [
      {
        "author": "Vitalik Buterin",
        "handle": "VitalikButerin",
        "content": "...",
        "url": "https://...",
        "metrics": { "likes": 1000, "retweets": 200, "replies": 50 },
        "posted_at": "2026-03-17T09:00:00Z",
        "relevance": "high"
      }
    ]
  }
}

Common Workflows

Get All Categories

curl -s -X GET "https://ai.6551.io/open/free_categories"

Get Hot Crypto News

curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"

Get DeFi Subcategory News

curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro&subcategory=defi"

Notes

  • No authentication required
  • Data is cached and updated periodically
  • If data is still being generated, a 503 response will be returned

Related skills

Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.

by infra403840 installs27 stars

Post videos, photos, text, and documents to 10 social platforms through a single REST API call.

by victorcavero14375 installs50 stars

Trade crypto, manage a multi-chain wallet, and query an AI analyst from one CLI.

by lowesyang162 installs109 stars

Fetch raw ad creative, app, ranking, and revenue data from AdMapix as structured JSON.

by fly0pants4.3k installs296 stars

Generate and edit Draw.io, Mermaid, and Excalidraw diagrams from natural language using a structured JSON spec.

by nssa.io1.0k installs47 stars

Join a video meeting as an AI bot with voice, avatar, and screenshare across four operating modes.

by johnpatternai21 installs8 stars

More from infra403

Browse all skills

Query Twitter/X profiles, tweets, follower events, and KOL data through the 6551 REST API.

by infra403840 installs27 stars

Search aggregated crypto news with AI ratings and bilingual summaries across multiple data engines.

by infra403833 installs31 stars

Auto-mirror Twitter/X content to Binance Square. Monitors specified Twitter accounts or topics, fetches new tweets, transforms content, and posts to Binance...

by infra403321 installs1 stars

Twitter/X data via the 6551 API. Supports user profiles, tweet search, user tweets, follower events, deleted tweets, and KOL followers.

by infra403322 installs

Crypto news search, AI ratings, trading signals, and real-time updates via the OpenNews 6551 API. Supports keyword search, coin filtering, source filtering,...

by infra403322 installs