← 返回 Skills 市场
padit69

News Summary

作者 padit69 · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
150
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install news-summary-vietnam
功能描述
Tổng hợp tin tức từ Báo Mới, VnExpress, Tuổi Trẻ, Dân Trí — gửi qua Telegram với link bài viết. Dùng khi: tổng hợp tin tức hàng ngày, setup bot tin tức Teleg...
安全使用建议
This skill appears to do what it says (scrape news sources and post to a Telegram channel) but review and control installation steps before running. Specific recommendations: - Inspect config.json.example and create a config.json in the skill's scripts/ directory with only botToken and chatId. Do not place sensitive credentials in global ~/.openclaw/workspace/ unless intended. - Before running, open scripts/install.sh and scripts/news_summary_v2.py and confirm any hardcoded paths (e.g., /home/pc999 or a specific nvm node path) are acceptable for your environment. - install.sh will append a cron job to your crontab automatically; if you prefer manual control, skip install.sh and add the cron line yourself or run the script manually from a supervised session. - Playwright requires Node and will download browser binaries (npx playwright install chromium). If you are on a restricted environment, be aware of this network/download step. - Because the code searches multiple workspace paths for config.json, ensure there are no other JSON files with keys named botToken in those locations that could be picked up accidentally. If you want lower-risk usage: run python3 scripts/news_summary_v2.py interactively after creating a local config.json in the same scripts/ folder and do not run install.sh; confirm Telegram messages go only to the channel you configured.
功能分析
Type: OpenClaw Skill Name: news-summary-vietnam Version: 0.1.0 The skill bundle is a functional news aggregator that scrapes Vietnamese news sources (VnExpress, Tuổi Trẻ, etc.) and sends summaries to a user-configured Telegram bot. While it includes persistence mechanisms via crontab modification in `scripts/install.sh` and uses `subprocess` to execute a local Node.js scraper, these actions are transparently documented and align with the stated purpose of providing automated news updates. The presence of hardcoded local paths (e.g., `/home/pc999/`) in `news_summary_v2.py` and `config_reader.py` appears to be a configuration artifact from the developer's environment rather than a malicious indicator.
能力评估
Purpose & Capability
Name/description match the code: Python main script fetches RSS and a Playwright-based JS scraper fetches Báo Mới, then sends a formatted HTML message to a Telegram bot. The included files are appropriate for the stated task.
Instruction Scope
Runtime instructions are explicit about where to put config.json (botToken, chatId) and how to run. However the code searches multiple locations for config.json including /home/pc999/.openclaw/workspace/config.json and ~/.openclaw/workspace/config.json — i.e., it will look outside the skill directory and may pick up a config file from the user's broader workspace. The code also runs a Node scraper via subprocess and downloads site contents (expected for scraping).
Install Mechanism
There is no platform install spec in the registry, but an included install.sh performs setup checks, creates directories and a config example, and attempts to automatically add a cron job. Playwright/browser binaries are required (npm / npx playwright install chromium) which will download browser artifacts. No external/personal URLs or obfuscated installers are used.
Credentials
The skill does not declare required env vars in metadata, but it requires a config.json containing a Telegram bot token and channel id — this is proportional. Concern: both config_reader.py and news_summary_v2.py probe multiple global paths (including user-specific OpenClaw workspace paths) when locating config.json, which could cause accidental use/exposure of unrelated config files/tokens present on the system.
Persistence & Privilege
install.sh will add a cron entry to the user's crontab automatically (it checks and appends a line). Adding a scheduled job is a persistence action and can be surprising if run without review. The skill also creates logs and workspace directories. always:true is not set, but the automatic crontab modification is a notable privilege.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install news-summary-vietnam
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /news-summary-vietnam 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Ra mắt phiên bản đầu tiên: tổng hợp tin tức Việt Nam từ Báo Mới, VnExpress, Tuổi Trẻ, Dân Trí. - Tự động gửi tin tức hàng ngày vào Telegram Channel, kèm link bài viết gốc. - Hỗ trợ cài đặt nhanh, hướng dẫn chi tiết tạo bot và channel Telegram. - Tổ chức mã nguồn rõ ràng, dễ mở rộng thêm nguồn tin mới. - Ghi lại log chạy tự động để dễ kiểm tra lỗi.
元数据
Slug news-summary-vietnam
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

News Summary 是什么?

Tổng hợp tin tức từ Báo Mới, VnExpress, Tuổi Trẻ, Dân Trí — gửi qua Telegram với link bài viết. Dùng khi: tổng hợp tin tức hàng ngày, setup bot tin tức Teleg... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 150 次。

如何安装 News Summary?

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

News Summary 是免费的吗?

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

News Summary 支持哪些平台?

News Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 News Summary?

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

💬 留言讨论