Install
openclaw skills install skylv-package-updaterAuto-checks and updates outdated dependencies. Shows changelogs and breaking changes before updating. Triggers: update dependencies, upgrade packages, check outdated, npm update.
openclaw skills install skylv-package-updaterScans project dependencies and checks for updates, shows changelogs, identifies breaking changes.
package.json -> npm pyproject.toml -> pip Cargo.toml -> cargo go.mod -> go
npm: npm outdated --json pip: pip list --outdated --format=json cargo: cargo outdated
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
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]