← 返回
未分类 中文

Daily News

Daily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category.
每日新闻和热点通过6551 API获取,支持新闻分类、热点文章和按分类的热门推文。
infra403
未分类 clawhub v0.1.0 1 版本 97397 Key: 无需
★ 0
Stars
📥 8,531
下载
💾 4
安装
1
版本
#latest

概述

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

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-30 03:10 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

opennews

infra403
通过OpenNews 6551 API提供加密货币新闻搜索、AI评分、交易信号和实时更新。支持关键词搜索、币种筛选、来源筛选...
★ 30 📥 22,010
developer-tools

Opennews

infra403
通过OpenNews 6551 API提供加密货币新闻搜索、AI评分、交易信号和实时更新。支持关键词搜索、币种筛选、来源筛选...
★ 0 📥 8,508
developer-tools

opentwitter

infra403
通过6551 API获取Twitter/X数据。支持用户资料、推文搜索、用户推文、关注者事件、已删除推文及KOL关注者。
★ 26 📥 22,229