← 返回 Skills 市场
horizoncove

Hotnews Excel

作者 horizoncove · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
73
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install yuheng-hotnews-excel
功能描述
当用户发送热点新闻Excel文件时,自动:。触发词:skill, 优化, 数据, data。
安全使用建议
Before installing or enabling this skill, verify the following: (1) The referenced script /workspace/scripts/read_hotnews.py actually exists and inspect its source — the skill package contains no code. (2) Confirm you are comfortable with the skill reading and writing files under /workspace (e.g., /workspace/data, /workspace/logs) and that no sensitive data is stored there. (3) Do not allow the agent to autonomously add system cron jobs unless you have reviewed the scheduled command and its permissions; prefer manual scheduling or a containerized sandbox. (4) Ensure the Excel parsing code safely handles untrusted files (avoid XML/zip parsing vulnerabilities). If you cannot review the script or restrict filesystem/crontab access, treat this skill as risky.
功能分析
Type: OpenClaw Skill Name: yuheng-hotnews-excel Version: 1.0.0 The skill bundle describes a legitimate utility for parsing and summarizing news data from Excel files (.xlsx). It outlines a workflow involving a Python script (read_hotnews.py) to extract data into JSON format and provides a cron job configuration for daily automation. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
The name/description match the expected behavior (parse Excel, extract summaries, save JSON). However the SKILL.md assumes a local script at /workspace/scripts/read_hotnews.py and specific directories under /workspace which are not provided by the skill bundle, creating a gap between claimed capability and what is actually available.
Instruction Scope
Instructions tell the agent to execute a Python script (python3 /workspace/scripts/read_hotnews.py), read and write files under /workspace/data and /workspace/logs, and install a cron job. The skill bundle contains no code, so the agent would rely on existing local files. These instructions allow filesystem modification and persistent scheduling and are not constrained or validated in the SKILL.md.
Install Mechanism
There is no install spec (instruction-only), so nothing will be written by the installer — lower installation risk — but that also means required runtime scripts must already exist on the host. The skill's behavior therefore depends on external, unbundled code.
Credentials
The skill declares no environment variables or credentials, which is coherent, but it requires read/write access to /workspace paths and suggests adding a cron entry. Those filesystem and scheduling accesses are effectively elevated capabilities and are not documented as required configuration.
Persistence & Privilege
The SKILL.md recommends creating a cron job to run daily, which creates persistent behavior outside single invocations. Although always:false and autonomous invocation are default, the combination of autonomous execution plus an instruction to install a cron job increases the potential blast radius if the underlying script is untrusted.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install yuheng-hotnews-excel
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /yuheng-hotnews-excel 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,支持自动处理用户上传的热点新闻Excel文件 - 解析Excel各Sheet内容,并按分类提取与总结热点新闻 - 保存完整数据为JSON文件,命名含日期,便于追溯历史 - 输出热点新闻简要和分类汇总,识别重点话题 - 支持每日早上8点自动处理和汇总昨日热点
元数据
Slug yuheng-hotnews-excel
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Hotnews Excel 是什么?

当用户发送热点新闻Excel文件时,自动:。触发词:skill, 优化, 数据, data。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 Hotnews Excel?

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

Hotnews Excel 是免费的吗?

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

Hotnews Excel 支持哪些平台?

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

谁开发了 Hotnews Excel?

由 horizoncove(@horizoncove)开发并维护,当前版本 v1.0.0。

💬 留言讨论