← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skylv-dependency-updater
功能描述
Auto-checks and updates outdated dependencies. Shows changelogs and breaking changes before updating. Triggers: update dependencies, upgrade packages, check...
安全使用建议
This skill appears to do what it says, but it has gaps and potential risks you should consider before enabling it:
- The SKILL.md instructs the agent to read project files, run package-manager commands, run tests, and make git commits. Those are reasonable for a dependency updater but are high-privilege operations because tests and scripts in a repo can execute arbitrary code.
- The skill metadata did not declare required binaries (npm, pip, cargo, go, git, test runners) or mention how it handles private registries/auth tokens. Expect runtime failures or unexpected behavior if those tools/credentials are missing.
- Ask or require the agent to prompt for explicit confirmation before making any updates, running tests, or committing changes. Prefer running updates in a disposable/sandboxed environment and creating backups or branches before changes.
- If your projects use private package registries or require git push access, consider restricting which credentials the skill can use and only provide scoped tokens if you decide to proceed.
- If you are not comfortable with the agent running tests or committing changes autonomously, do not enable autonomous invocation for this skill and require manual review of its report before any update actions.
If the publisher can (a) declare required binaries, (b) describe credential usage and confirmation prompts, and (c) document sandboxing/testing safeguards, the risk would be much lower.
功能分析
Type: OpenClaw Skill
Name: skylv-dependency-updater
Version: 1.0.0
The skill bundle provides standard instructions for an AI agent to manage project dependencies across multiple package managers (npm, pip, cargo, go). The logic in SKILL.md includes safety-conscious steps such as risk assessment based on SemVer, mandatory reporting before execution, and running tests after updates. No malicious code, data exfiltration, or harmful prompt injection attempts were identified.
能力评估
Purpose & Capability
Name/description match the instructions: it scans for package manifests and runs package-manager checks. However, the metadata lists no required binaries or config paths while the SKILL.md expects npm, pip, cargo, go (and implicitly git and test runners) to be available. The lack of declared runtime dependencies is a documentation/incoherence issue.
Instruction Scope
Instructions direct the agent to detect package managers by reading project files (package.json, pyproject.toml, etc.), run commands that may contact registries (npm outdated, pip list --outdated, cargo outdated), run tests after each update, and commit changes. Running tests and committing changes executes code and writes to the repository — reasonable for an updater but high-privilege. The SKILL.md doesn't require explicit user confirmation, sandboxing, or safety checks before executing these actions.
Install Mechanism
Instruction-only skill with no install spec, so nothing is written to disk by the skill itself. This is lowest install risk. However, some referenced tools (e.g., cargo-outdated) may be third-party subcommands not present by default; the skill doesn't explain how to obtain them.
Credentials
The skill requests no environment variables or credentials, which is consistent at face value. In practice, updating packages in projects that use private registries may require auth tokens (npm, pip indexes) or git credentials to push commits; the SKILL.md does not mention or justify access to such credentials or how they will be used.
Persistence & Privilege
The skill is not always-enabled and has no install-time persistence. It does not request system-wide configuration changes or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skylv-dependency-updater - 安装完成后,直接呼叫该 Skill 的名称或使用
/skylv-dependency-updater触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release – automates dependency checking and updating with risk assessment and changelog previews.
- Scans for outdated dependencies across npm, pip, cargo, and go projects.
- Provides detailed update reports, including changelogs and breaking changes.
- Assesses risk level for each update and updates in safe stages (patch → minor → major).
- Runs tests and commits updates individually for safer upgrades.
- Responds to triggers like "update dependencies" and "check outdated".
元数据
常见问题
Skylv Dependency Updater 是什么?
Auto-checks and updates outdated dependencies. Shows changelogs and breaking changes before updating. Triggers: update dependencies, upgrade packages, check... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Skylv Dependency Updater?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skylv-dependency-updater」即可一键安装,无需额外配置。
Skylv Dependency Updater 是免费的吗?
是的,Skylv Dependency Updater 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skylv Dependency Updater 支持哪些平台?
Skylv Dependency Updater 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skylv Dependency Updater?
由 SKY-lv(@sky-lv)开发并维护,当前版本 v1.0.0。
推荐 Skills