← 返回 Skills 市场
infra403

Daily News

作者 infra403 · GitHub ↗ · v0.1.0 · MIT-0
darwinlinuxwin32 ✓ 安全检测通过
8554
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install 6551-daily-news
功能描述
Daily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category.
使用说明 (SKILL.md)

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"
Parameter Type Required Description
category string Yes Category key from free_categories
subcategory string No Subcategory 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
安全使用建议
Install only if you are comfortable with the agent making network requests to ai.6551.io to retrieve public news and trending-topic data. The reviewed artifact does not show credential use, local data access, mutation, or persistence.
能力评估
Purpose & Capability
The stated purpose is daily news and trending topics, and the artifact is limited to fetching categories, hot news, and trending tweet data from the disclosed 6551 API.
Instruction Scope
Instructions are simple user-run GET examples; there are no account actions, file edits, hidden steps, prompt overrides, or agent-behavior changes.
Install Mechanism
Install metadata requires curl and suggests Homebrew for curl, which is proportionate to the documented API examples.
Credentials
The skill makes outbound network requests to ai.6551.io, but it does not request credentials, local files, environment variables, or private user data.
Persistence & Privilege
No persistence, background service, elevated privilege, memory use, credential store access, or long-running worker behavior is described.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install 6551-daily-news
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /6551-daily-news 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of Daily News skill. - Provides daily news and trending topics using the 6551 API. - Supports fetching news categories, hot news articles, and trending tweets by category/subcategory. - No authentication required. - Compatible with macOS, Linux, and Windows. - Requires curl for API calls.
元数据
Slug 6551-daily-news
版本 0.1.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

Daily News 是什么?

Daily news and hot topics via the 6551 API. Supports news categories, hot news articles, and trending tweets by category. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 8554 次。

如何安装 Daily News?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install 6551-daily-news」即可一键安装,无需额外配置。

Daily News 是免费的吗?

是的,Daily News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Daily News 支持哪些平台?

Daily News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。

谁开发了 Daily News?

由 infra403(@infra403)开发并维护,当前版本 v0.1.0。

💬 留言讨论