← Back to Skills Marketplace
Unified News
by
gaoren36-arch
· GitHub ↗
· v0.1.0
· MIT-0
173
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install unified-news
Description
统一新闻获取与推送服务。整合 Web3/Crypto、AI科技、宏观经济热点以及金融市场新闻。支持分类获取、定时推送、去重过滤、自动格式化输出。当用户要求获取新闻、热点推送、资讯简报、定期新闻推送、或提到"新闻"、"资讯"、"热点"时使用此 Skill。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install unified-news - After installation, invoke the skill by name or use
/unified-news - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Unified News?
统一新闻获取与推送服务。整合 Web3/Crypto、AI科技、宏观经济热点以及金融市场新闻。支持分类获取、定时推送、去重过滤、自动格式化输出。当用户要求获取新闻、热点推送、资讯简报、定期新闻推送、或提到"新闻"、"资讯"、"热点"时使用此 Skill。 It is an AI Agent Skill for Claude Code / OpenClaw, with 173 downloads so far.
How do I install Unified News?
Run "/install unified-news" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Unified News free?
Yes, Unified News is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Unified News support?
Unified News is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Unified News?
It is built and maintained by gaoren36-arch (@gaoren36-arch); the current version is v0.1.0.
More Skills