npx skills add https://github.com/6551team/daily-news --skill daily-news从 6551 平台 REST API 查询每日新闻和热门话题。无需身份验证。
基础 URL : https://ai.6551.io
获取所有可用的新闻分类和子分类。
curl -s -X GET "https://ai.6551.io/open/free_categories"
按分类获取热门新闻文章和趋势推文。
curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"
| 参数 | 类型 | 必需 | 描述 |
|---|---|---|---|
| category | string | 是 | 来自 free_categories 的分类键 |
| subcategory | string |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 否 |
| 子分类键 |
响应:
{
"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"
}
]
}
}
curl -s -X GET "https://ai.6551.io/open/free_categories"
curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"
curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro&subcategory=defi"
每周安装量
100
代码仓库
GitHub 星标数
259
首次出现
7 天前
安全审计
已安装于
opencode99
gemini-cli99
github-copilot99
codex99
amp99
cline99
Query daily news and hot topics from the 6551 platform REST API. No authentication required.
Base URL : https://ai.6551.io
Get all available news categories and subcategories.
curl -s -X GET "https://ai.6551.io/open/free_categories"
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"
}
]
}
}
curl -s -X GET "https://ai.6551.io/open/free_categories"
curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro"
curl -s -X GET "https://ai.6551.io/open/free_hot?category=macro&subcategory=defi"
Weekly Installs
100
Repository
GitHub Stars
259
First Seen
7 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
opencode99
gemini-cli99
github-copilot99
codex99
amp99
cline99
飞书视频会议CLI工具:lark-vc技能详解,高效搜索与管理会议记录与纪要
36,800 周安装