← 返回 Skills 市场
Unified News
作者
gaoren36-arch
· GitHub ↗
· v0.1.0
· MIT-0
173
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install unified-news
功能描述
统一新闻获取与推送服务。整合 Web3/Crypto、AI科技、宏观经济热点以及金融市场新闻。支持分类获取、定时推送、去重过滤、自动格式化输出。当用户要求获取新闻、热点推送、资讯简报、定期新闻推送、或提到"新闻"、"资讯"、"热点"时使用此 Skill。
安全使用建议
Before installing: 1) Verify the external API (ai.6551.io) is trustworthy and that you are comfortable its free endpoints and privacy policy; 2) Confirm where memory/news-sent.md will be stored and that it will not contain sensitive data you don't want persisted or accessible to other processes; 3) Understand that the skill will create scheduled pushes (cron) and send messages to Feishu — ensure the target account/bot and recipient IDs are correct to avoid unintended broadcasts; 4) If you require control over outgoing destinations or want to limit automatic sending, do not enable autonomous scheduled jobs until you test the skill manually; 5) If you need higher assurance, request the skill author or publisher info (homepage/source) and confirm the external endpoints and behavior.
功能分析
Type: OpenClaw Skill
Name: unified-news
Version: 0.1.0
The skill is a news aggregation service that fetches Web3, AI, and macroeconomic data from a specific API (ai.6551.io) and pushes it to Feishu. It uses standard curl commands for data retrieval and maintains a local file (memory/news-sent.md) for deduplication, which is consistent with its stated purpose. No indicators of data exfiltration, malicious execution, or prompt injection were found.
能力评估
Purpose & Capability
The name/description (news aggregation and push) matches the instructions: querying external news endpoints, deduplicating via a local record, formatting items, and sending via a messaging tool / cron. Required capabilities (HTTP requests, message sends, local dedupe file, cron jobs) are proportionate to the stated purpose.
Instruction Scope
Runtime instructions call public-style endpoints on ai.6551.io and RSS feeds, use curl, read/append to a local file memory/news-sent.md for deduplication, format content, and instruct a 'message' tool to send to Feishu. Reading and writing a local file is expected for dedupe, but any local-file access should be reviewed to ensure the path is limited to the intended storage and does not accidentally expose other data. The skill also directs creation of scheduled cron jobs — this is within scope but will produce autonomous pushes.
Install Mechanism
Instruction-only skill with no install spec or downloaded code; lowest risk from install perspective. No archives or external installers are specified.
Credentials
The manifest declares no required environment variables or credentials. However, the SKILL.md expects use of platform messaging and cron tools (Feishu sends, openclaw cron create) which rely on platform-level bot/account credentials not declared in the skill. The external API domain (ai.6551.io) is not documented in metadata — verify whether it requires an API key and whether the endpoint is trustworthy.
Persistence & Privilege
always:false and model invocation allowed (defaults) are reasonable for a push skill. The skill writes its own local record file (memory/news-sent.md) and schedules cron tasks — these are normal behaviors for a periodic push service and do not request elevated or cross-skill privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install unified-news - 安装完成后,直接呼叫该 Skill 的名称或使用
/unified-news触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Unified News Skill v0.1.0
- First release providing unified news aggregation and delivery.
- Integrates 6551 API (Web3, AI, macro news) and RSS feeds (finance/tech).
- Supports deduplication, category-based fetch, scheduled push, and auto-formatting.
- Delivers formatted news via Feishu, with bilingual summaries and relevance tags.
- Includes cron configuration example for automated news updates every 4 hours.
元数据
常见问题
Unified News 是什么?
统一新闻获取与推送服务。整合 Web3/Crypto、AI科技、宏观经济热点以及金融市场新闻。支持分类获取、定时推送、去重过滤、自动格式化输出。当用户要求获取新闻、热点推送、资讯简报、定期新闻推送、或提到"新闻"、"资讯"、"热点"时使用此 Skill。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 173 次。
如何安装 Unified News?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install unified-news」即可一键安装,无需额外配置。
Unified News 是免费的吗?
是的,Unified News 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Unified News 支持哪些平台?
Unified News 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Unified News?
由 gaoren36-arch(@gaoren36-arch)开发并维护,当前版本 v0.1.0。
推荐 Skills