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.

release - Automated npm release workflow for TypeScript packages

Execute the full npm release pipeline for packages including version bump, changelog, build, publish, and GitHub release

Tags

Updated: 2026-03-09

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • bump package version
  • update changelog file
  • build TypeScript code
  • stage git files
  • commit release changes
  • publish to npm
  • push to remote
  • create GitHub release

Inputs

  • semver bump type
  • npm OTP code
  • user confirmation
  • git repository
  • package.json file
  • CHANGELOG.md file
  • TypeScript source code
  • GitHub repository

Outputs

  • updated package.json
  • updated CHANGELOG.md
  • built dist directory
  • git commit
  • published npm package
  • GitHub release
  • release confirmation messages

Requirements

  • clean git working tree
  • main branch checkout
  • pnpm package manager
  • npm account access
  • GitHub CLI installed
  • TypeScript build system

Source

  • Spec: SKILL.md
npm
release
automation
versioning
TypeScript
package-management
workflow
bump package version
update changelog file
build TypeScript code
stage git files
semver bump type
npm OTP code
user confirmation
updated package.json
updated CHANGELOG.md
built dist directory