← 返回 Skills 市场
zrisingz-crypto

Practical News Monitor

作者 zrisingz-crypto · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
323
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install practical-news-monitor
功能描述
支持地缘政治、石油、黄金等关键词的多数据源新闻监控,自动保存数据并生成摘要报告,易于扩展和定制。
安全使用建议
This appears to be a benign, self-contained news-monitoring script, but before installing/running: 1) Review and update the source list in _init_sources() so it only queries trusted public endpoints; 2) Change DATA_DIR to a directory you control (avoid running as a privileged user); 3) Inspect the remainder of the Python file (the provided file was truncated in the manifest) to confirm there are no hidden network endpoints or telemetry; 4) Consider pinning the requests dependency (e.g., requests==2.x) and running in a virtualenv; 5) If you plan to run it regularly, run it in a restricted environment or sandbox and monitor its network activity. If you want, I can scan the rest of the file (the truncated portion) or highlight exact lines that write files or perform network requests.
功能分析
Type: OpenClaw Skill Name: practical-news-monitor Version: 0.1.0 The skill is a legitimate news monitoring framework designed to fetch and filter news from JSON APIs and HTML pages based on user-defined keywords. It uses the 'requests' library for network access and saves results locally to a specified directory (~/shared_memory/practical_news). There is no evidence of data exfiltration, malicious execution, or prompt injection; the code logic is transparent and aligns perfectly with its stated purpose in SKILL.md and practical_news_monitor.py.
能力评估
Purpose & Capability
The name/description (news monitor for geopolitics, oil, gold) match the included Python script and SKILL.md. The code implements JSON API and HTML parsing sources, keyword matching, and local persistence — all expected for this functionality.
Instruction Scope
Instructions are limited to installing requests, running the Python script, editing keyword/source configuration, and reading/writing data in a local DATA_DIR. This is within scope. Note: the skill will perform network requests to whatever source URLs are configured and will write files to the user's filesystem (default: ~/shared_memory/practical_news). Users should review configured source URLs before running.
Install Mechanism
No install spec is provided (instruction-only + a code file). SKILL.md advises pip3 install requests — expected for the script. There is no remote download of arbitrary binaries or extract steps. The lack of pinned package versions is a minor maintenance/security note but not an incoherence.
Credentials
The skill requests no environment variables or credentials and does not reference system config paths beyond a user-writable data directory. This is proportional to a news-monitoring tool.
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and only persists its own data files in a configurable local directory. It does not modify other skills or agent-wide configuration in the provided files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install practical-news-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /practical-news-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
- Initial release of practical-news-monitor. - Provides a framework for monitoring news across multiple customizable data sources. - Supports both JSON API and HTML parsing input types. - Allows user-defined keyword categories for news relevance filtering. - Automatically saves news data and generates summary reports. - Designed for easy extension with new data sources and relevance logic.
v1.0.1
- No file changes detected in this version. - Documentation and core features remain unchanged. - No new features, bug fixes, or modifications identified for version 1.0.1.
v1.0.0
Initial release - 实用新闻监控框架,支持JSON API和HTML解析数据源,关键词监控
元数据
Slug practical-news-monitor
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 3
常见问题

Practical News Monitor 是什么?

支持地缘政治、石油、黄金等关键词的多数据源新闻监控,自动保存数据并生成摘要报告,易于扩展和定制。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 323 次。

如何安装 Practical News Monitor?

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

Practical News Monitor 是免费的吗?

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

Practical News Monitor 支持哪些平台?

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

谁开发了 Practical News Monitor?

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

💬 留言讨论