← 返回 Skills 市场
Package Manager Updates
作者
Guillaume Maka
· GitHub ↗
· v1.0.0
· MIT-0
153
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install package-manager-updates
功能描述
Check, summarize, and update packages across all installed package managers (npm, pip, brew, cargo, go, etc.). Use when user wants to (1) check for outdated...
安全使用建议
This skill appears to do what it says: query various package managers and, with confirmation, run update commands. Before installing or running it: (1) confirm the agent will only perform updates after your explicit approval and show you the exact commands it will run; (2) be aware that global pip/npm updates and brew upgrades can change system state, may require sudo, and can break environment-managed packages (e.g., system Python); (3) cargo/go updates may alter project files or dependency graphs in the current working directory — consider running them from the correct project folder or using dry-run/testing first; (4) ask the skill to report which package managers are available on the host before attempting updates; and (5) maintain backups or snapshots (or at least note which packages will be changed) so you can roll back if an update causes problems.
功能分析
Type: OpenClaw Skill
Name: package-manager-updates
Version: 1.0.0
The skill bundle provides standard instructions for an AI agent to check for and apply updates across common package managers (npm, pip, brew, cargo, go). The commands used in SKILL.md are standard administrative operations, and the instructions include safety measures such as requiring explicit user confirmation before performing updates and excluding system-critical or ecosystem-specific packages.
能力评估
Purpose & Capability
The name/description (check, summarize, update packages across npm, pip, brew, cargo, go) align with the runtime instructions which list the exact commands to check and update each package manager. One minor omission: the skill does not declare required binaries (npm, pip, brew, cargo, go) even though the instructions rely on them; this is an operational omission but not evidence of misalignment.
Instruction Scope
SKILL.md only tells the agent to run package-manager commands (outdated checks and update commands). This stays within the declared purpose, and it requires explicit user confirmation before performing updates. However, these commands read system package state and — when applied — will modify system/global packages, potentially requiring elevated privileges or affecting system-managed Python/npm installations. The guideline 'skip system-critical packages unless user explicitly asks' is vague and could lead to risky updates if not handled conservatively.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest-risk installation posture. Nothing is downloaded or written by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. It will initiate network activity implicitly when checking/updating packages (npm/pip/go), which is expected for this functionality.
Persistence & Privilege
always is false and the skill does not request persistent presence or elevated platform privileges. The agent could be invoked autonomously (default), but that is normal; actual package updates are gated by explicit user confirmation in the instructions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install package-manager-updates - 安装完成后,直接呼叫该 Skill 的名称或使用
/package-manager-updates触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of package-manager-updates.
- Automates checking, summarizing, and updating packages across major package managers (npm, pip, brew, cargo, go).
- Supports concise tables showing outdated counts and details per package.
- Provides update commands, but only executes updates with explicit user confirmation.
- Excludes OpenClaw and system-critical packages from updates by default.
元数据
常见问题
Package Manager Updates 是什么?
Check, summarize, and update packages across all installed package managers (npm, pip, brew, cargo, go, etc.). Use when user wants to (1) check for outdated... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 153 次。
如何安装 Package Manager Updates?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install package-manager-updates」即可一键安装,无需额外配置。
Package Manager Updates 是免费的吗?
是的,Package Manager Updates 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Package Manager Updates 支持哪些平台?
Package Manager Updates 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Package Manager Updates?
由 Guillaume Maka(@guillaumemaka)开发并维护,当前版本 v1.0.0。
推荐 Skills