LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

package-json-maintenance - JavaScript Package Maintenance

Maintain JavaScript packages via security audits or dependency updates in isolated git worktree

Tags

Updated: 2026-03-10

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create isolated worktree
  • Detect package manager
  • Verify registry access
  • Discover package locations
  • Identify packages
  • Validate changes
  • Update documentation
  • Cleanup worktree
  • Run security audit
  • Update dependencies
  • Run build scripts
  • Run lint scripts
  • Run test scripts
  • Revert changes
  • Create git branch
  • Remove worktree

Inputs

  • Git repository
  • package.json file
  • Package arguments
  • Package manager
  • Package registry

Outputs

  • Git worktree
  • Updated package.json
  • Updated documentation

Requirements

  • Git repository
  • Package manager
  • Network access
  • Directory access

Source

  • Spec: SKILL.md
JavaScript
Node.js
npm
yarn
pnpm
bun
security
dependencies
git
package-management
Create isolated worktree
Detect package manager
Verify registry access
Discover package locations
Git repository
package.json file
Package arguments
Git worktree
Updated package.json
Updated documentation