← Back to Skills Marketplace
cp3d1455926-svg

News Noon Digest - 新闻午报

by cp3d1455926-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
108
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install news-noon-digest
Description
每日中午12点自动推送新闻午报到QQ和飞书,包含全球热点、科技动态、财经要闻
Usage Guidance
This skill's purpose (posting a noon digest to Feishu/QQ) is coherent, but take these precautions before installing: 1) Confirm the skill metadata declares the FEISHU_WEBHOOK_URL requirement — currently the registry shows none but SKILL.md and the script expect it. Treat the webhook URL as a secret: only give a webhook with minimal scope and be prepared to rotate it if abused. 2) Note the description promises "automatic fetching" of global news, but the bundled script currently uses hardcoded example items rather than fetching live feeds; if you expect real news aggregation, inspect or modify the fetch_* functions before use. 3) Test in a safe environment or a non-production Feishu group to verify behavior. 4) Because the repository/source is unknown, prefer to review or vendor-lock the code locally (or reimplement network fetching explicitly) before granting any webhook credentials. If the author later updates the skill to perform live web requests, re-review network endpoints and any new environment variables.
Capability Analysis
Type: OpenClaw Skill Name: news-noon-digest Version: 1.0.0 The skill bundle is a standard news digest automation tool that generates and sends news summaries to Feishu and QQ. The code in scripts/fetch_and_digest.py uses hardcoded mock data for news content and standard library functions (urllib) to send notifications to a user-provided webhook, with no evidence of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (daily noon news pushed to QQ and Feishu) matches the code and SKILL.md: the script formats a digest and posts to a Feishu webhook and indicates QQ push via cron. However, the README/SKILL.md say it "自动抓取全球新闻" (automatically fetch news), while the included script uses hardcoded example items rather than performing real network scraping — this is a functional mismatch that could mislead users.
Instruction Scope
SKILL.md instructs setting FEISHU_WEBHOOK_URL and optionally QQ_ENABLED, adding an OpenClaw cron entry, and running the included Python script. The instructions reference only the script and the webhook; they do not ask the agent to read unrelated files, credentials, or system paths.
Install Mechanism
No install spec (instruction-only) and only a single small Python script are included. Nothing is downloaded or written by an installer at install time, which keeps risk low.
Credentials
SKILL.md and the script require a FEISHU_WEBHOOK_URL (sensitive webhook URL) and accept QQ_ENABLED, but the registry metadata lists no required env vars or primary credential — this is an inconsistency. The webhook is a secret that grants posting ability to a Feishu bot/space, which is proportionate to the feature but should be clearly declared in the skill's metadata and documentation.
Persistence & Privilege
The skill does not request always:true or system-wide config changes. It runs as a user-invoked/cron job and does not modify other skills or request elevated persistence.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install news-noon-digest
  3. After installation, invoke the skill by name or use /news-noon-digest
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug news-noon-digest
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is News Noon Digest - 新闻午报?

每日中午12点自动推送新闻午报到QQ和飞书,包含全球热点、科技动态、财经要闻. It is an AI Agent Skill for Claude Code / OpenClaw, with 108 downloads so far.

How do I install News Noon Digest - 新闻午报?

Run "/install news-noon-digest" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is News Noon Digest - 新闻午报 free?

Yes, News Noon Digest - 新闻午报 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does News Noon Digest - 新闻午报 support?

News Noon Digest - 新闻午报 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created News Noon Digest - 新闻午报?

It is built and maintained by cp3d1455926-svg (@cp3d1455926-svg); the current version is v1.0.0.

💬 Comments