← 返回 Skills 市场
skill-update-delta-monitor
作者
andyxinweiminicloud
· GitHub ↗
· v1.0.0
563
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-update-delta-monitor
功能描述
Helps detect security-relevant changes in AI skills after installation. Tracks deltas between the audited version and current version, flagging updates that...
安全使用建议
This skill appears coherent for its stated purpose. Before using it, be aware that: (1) it will need read access to skill repositories or snapshots and may clone/fetch code and manifests (network access) to compute diffs; (2) it does not request credentials up front, so you must supply any private repo or registry credentials manually if needed; (3) the tool can only surface changes (not intent)—you should review flagged deltas manually before acting (especially permission expansions or new outbound endpoints); and (4) if you allow the agent to run this skill autonomously, it will be able to access any repositories or local paths you grant it, so limit those permissions to what’s strictly necessary.
功能分析
Type: OpenClaw Skill
Name: skill-update-delta-monitor
Version: 1.0.0
This skill is designed to detect security-relevant changes in other AI skills post-installation, such as permission expansions, new network endpoints, and instruction drift. Its stated purpose is to enhance security by identifying potential malicious updates in other skills. The required binaries (`curl`, `python3`, `git`) are appropriate for its function of fetching, comparing, and analyzing skill versions. There is no evidence of malicious intent, data exfiltration, unauthorized execution, or prompt injection against the agent within the skill's own description or requirements. It acts as a security monitoring tool, not a threat.
能力评估
Purpose & Capability
Name/description, required binaries (git, curl, python3), and declared inputs (skill id, local directory, snapshots) align with a delta/manifest/diffing tool. Asking for git/curl/python3 is reasonable to fetch versions, clone repos, and run analysis; no unrelated credentials or system paths are requested.
Instruction Scope
SKILL.md is high‑level and instructs the agent to compare SKILL.md, dependency manifests, endpoints, and git history. This is coherent for the stated goal, but the instructions are broad (network fetches, repo cloning, reading skill files) so the agent will need access to skill repositories and snapshots — the user should be aware that running the skill entails reading skill code and metadata, and possibly contacting remote registries or endpoints to fetch versions.
Install Mechanism
Instruction-only skill with no install spec or downloadable artifacts; this minimizes disk writes and arbitrary code installation and is appropriate for a monitoring/diffing skill.
Credentials
No environment variables, credentials, or config paths are requested. That is proportionate: the skill can operate on local snapshots or public registries without pre-provisioned secrets. If private repos/registries are required, the tool will need explicit, user-provided credentials at runtime — which is appropriate rather than baked into the skill.
Persistence & Privilege
always:false and default agent invocation settings are used. The skill does not request persistent system-level privileges or to modify other skills' configs. Autonomous invocation is allowed by default but not excessive given the skill's benign monitoring purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-update-delta-monitor - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-update-delta-monitor触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of skill-update-delta-monitor.
- Detects security-relevant updates in AI skills after installation.
- Tracks changes in permission scope, network endpoints, dependencies, behavioral instructions, and update frequency.
- Generates detailed delta reports with risk classifications (CLEAN / WATCH / REVIEW / ROLLBACK).
- Supports input via skill identifier, local directory, or direct version snapshots.
元数据
常见问题
skill-update-delta-monitor 是什么?
Helps detect security-relevant changes in AI skills after installation. Tracks deltas between the audited version and current version, flagging updates that... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 563 次。
如何安装 skill-update-delta-monitor?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-update-delta-monitor」即可一键安装,无需额外配置。
skill-update-delta-monitor 是免费的吗?
是的,skill-update-delta-monitor 完全免费(开源免费),可自由下载、安装和使用。
skill-update-delta-monitor 支持哪些平台?
skill-update-delta-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 skill-update-delta-monitor?
由 andyxinweiminicloud(@andyxinweiminicloud)开发并维护,当前版本 v1.0.0。
推荐 Skills