Install
openclaw skills install deps-mgmtDeep dependency management workflow—inventory, upgrade policy, security patches, licensing, lockfiles, and supply-chain hygiene. Use when upgrading frameworks, resolving CVEs, or standardizing how teams pin dependencies.
openclaw skills install deps-mgmtDependencies are supply-chain surface area: versions affect security, reproducibility, and upgrade cost.
Trigger conditions:
Initial offer:
Use six stages: (1) inventory & risk, (2) policy & cadence, (3) lockfiles & reproducibility, (4) upgrades & testing, (5) security & licensing, (6) governance & tooling). Confirm ecosystem (npm, pip, Maven, Go modules, etc.).
Goal: Direct vs transitive dependencies; flag critical packages (crypto, auth, parsing, serialization).
Exit condition: SBOM or export for top applications; list of critical deps.
Goal: When to upgrade (time-based vs on-demand); SemVer rules for libraries vs applications.
Goal: Committed lockfiles for deployable apps; libraries test against a compatibility matrix instead of one frozen lock.
Goal: Prefer one major bump per PR when feasible; CI matrix on supported language/runtime versions.
Goal: SCA scanning; patch SLA by severity; license allowlist for compliance.
Goal: Renovate/Bot policies; pin internal packages; document exceptions and overrides.