/install skylv-package-updater
Dependency Updater
Overview
Scans project dependencies and checks for updates, shows changelogs, identifies breaking changes.
When to Use
- User asks to "update dependencies" or "check for updates"
- Regular maintenance
How It Works
Step 1: Detect package manager
package.json -> npm pyproject.toml -> pip Cargo.toml -> cargo go.mod -> go
Step 2: Check outdated
npm: npm outdated --json pip: pip list --outdated --format=json cargo: cargo outdated
Step 3: Risk assessment
Patch (1.2.3 -> 1.2.4): Low risk - auto-update Minor (1.2.3 -> 1.3.0): Medium - show changelog Major (1.2.3 -> 2.0.0): High - show breaking changes
Output Format
Major Updates: express 4.17.1 -> 5.0.0 [BREAKING changes] Minor Updates: axios 0.21.1 -> 0.21.4 [Bug fixes] Patch Updates: debug 4.3.1 -> 4.3.4 [Security patch]
Update Strategy
- Show report first - never update blindly
- Update in stages: patches -> minors -> majors
- Run tests after each update
- Commit each update separately
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skylv-package-updater - After installation, invoke the skill by name or use
/skylv-package-updater - Provide required inputs per the skill's parameter spec and get structured output
What is Skylv Package Updater?
Auto-checks and updates outdated dependencies. Shows changelogs and breaking changes before updating. Triggers: update dependencies, upgrade packages, check... It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.
How do I install Skylv Package Updater?
Run "/install skylv-package-updater" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skylv Package Updater free?
Yes, Skylv Package Updater is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skylv Package Updater support?
Skylv Package Updater is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skylv Package Updater?
It is built and maintained by SKY-lv (@sky-lv); the current version is v1.0.0.