← 返回 Skills 市场
catplus-eric

Nova Skill Evolution Tracker — 技能进化追踪系统

作者 CatPluZ · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-evolution-tracker
功能描述
Nova 炼化技能的自我进化追踪系统。 功能:版本记录 · 月度信息源监测 · 差异分析 · 更新建议通知。 适用场景:监控已炼化专家的最新动态,自动检测需要更新的内容, 防止 SKILL.md 随时间过时。 触发词:「skill更新」「版本记录」「专家动态」「技能进化」「监测」
安全使用建议
This skill appears to be an incomplete or partially-implemented monitoring tool rather than clearly malicious, but there are important inconsistencies you should resolve before installing it in a live environment: - Missing credential declarations: The SKILL.md and comments describe calling an LLM for diff analysis and sending notifications via enterprise WeChat, but the package does not declare or request API keys or messaging credentials. Ask the author which environment variables or secrets are required (LLM_API_KEY, WECHAT_APPID/SECRET or webhook, etc.) and insist they be explicitly documented. - Confirm network behavior: The script lists many external URLs to be scraped (Twitter/LinkedIn/blogs). Verify exactly how fetching will be performed (HTTP clients), whether JavaScript-rendered pages are needed, and whether rate-limiting / robots.txt / access policies are respected. If you run it, run in a network-restricted or sandboxed environment until you review full network calls. - Review the rest of the script: The provided script was truncated; ask for the full source to confirm there are no hidden exfiltration paths, undisclosed endpoints, or arbitrary subprocess executions. Pay attention to any code that would POST data to third-party endpoints or read files outside /workspace/skills. - Least privilege and secrets handling: If you approve running it, provide only scoped credentials (e.g., a webhook token limited to the notification channel) and ensure any LLM API key has usage limits and monitoring. Avoid giving it access to broad cloud or company credentials. - Test in isolation: Run the tool in a sandboxed workspace with a small set of test skills and monitor network traffic and filesystem writes before enabling scheduled runs. If you can obtain the full script (untruncated) and a clear list of required environment variables and endpoints, that information would likely move this assessment toward 'benign' if everything is narrowly scoped and documented.
功能分析
Type: OpenClaw Skill Name: skill-evolution-tracker Version: 1.0.0 The skill bundle is a legitimate tool designed to track version history and monitor updates for other expert-based skills. The Python script (scripts/skill_monitor.py) manages local JSON versioning and generates markdown reports, while the SKILL.md provides clear instructions for the agent to manage these updates. Although the script contains placeholders for LLM-based analysis and mentions external notifications, it lacks any functional code for data exfiltration, unauthorized execution, or persistence.
能力评估
Purpose & Capability
The skill claims to monitor external blogs/social media, run LLM-based diff analysis, and send notifications to an approver (Eric). However, no environment variables or credential requirements are declared for accessing LLM APIs or sending messages (enterprise WeChat). The presence of code that reads other skills' SKILL.md files (/workspace/skills/<skill_id>/SKILL.md) is coherent with diffing, but the notification and LLM integration called out in SKILL.md are not reflected in the declared environment or config.
Instruction Scope
SKILL.md instructs monthly checks of external sources, generation of LLM prompts, and pushing reports to enterprise WeChat. The script includes LLM prompt construction but the visible code does not perform network fetching of the listed URLs nor show LLM API calls or notification logic (script was truncated). The instructions also direct reading SKILL.md files for other skills in the workspace — that is expected for this purpose, but it implies access to all skills' content which should be explicit and consented to.
Install Mechanism
No install spec is present (instruction-only plus included script). That minimizes install-time risk since nothing is fetched or written by an installer. The repository contains a Python script and JSON history files; no external installer or remote download URLs are declared.
Credentials
The skill needs network access, LLM API credentials, and credentials/credentials for enterprise WeChat (to 'push' reports), but requires.env and primary credential fields are empty. That mismatch means either credentials are expected to exist elsewhere (not declared) or the skill is incomplete. Requiring unrestricted read access to /workspace/skills (to read other SKILL.md files) is reasonable for a tracker, but credentials for external services should be explicitly declared and scoped.
Persistence & Privilege
always is false and the skill appears to only write its own history and reports under its own subpaths (history/, reports/). It does read other skills' SKILL.md files in /workspace/skills which is required for its stated function; no evidence it attempts to modify other skills' configs or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-evolution-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-evolution-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0: 初始版本,含版本记录数据库、月度监测引擎、Diff报告生成器、进化通知系统。追踪守拙/Rau/Naval等专家Skill的自我进化路径。
元数据
Slug skill-evolution-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Nova Skill Evolution Tracker — 技能进化追踪系统 是什么?

Nova 炼化技能的自我进化追踪系统。 功能:版本记录 · 月度信息源监测 · 差异分析 · 更新建议通知。 适用场景:监控已炼化专家的最新动态,自动检测需要更新的内容, 防止 SKILL.md 随时间过时。 触发词:「skill更新」「版本记录」「专家动态」「技能进化」「监测」. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 Nova Skill Evolution Tracker — 技能进化追踪系统?

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

Nova Skill Evolution Tracker — 技能进化追踪系统 是免费的吗?

是的,Nova Skill Evolution Tracker — 技能进化追踪系统 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Nova Skill Evolution Tracker — 技能进化追踪系统 支持哪些平台?

Nova Skill Evolution Tracker — 技能进化追踪系统 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Nova Skill Evolution Tracker — 技能进化追踪系统?

由 CatPluZ(@catplus-eric)开发并维护,当前版本 v1.0.0。

💬 留言讨论