release
SKILL.md
Release
Steps
# 1. Commit all changes first
# 2. Bump version (patch / minor / major)
npm version <patch|minor|major> -m "chore: bump version to %s"
# 3. Push commit and tag
git push && git push --tags
CI will automatically run tests, publish to npm, and create a GitHub Release.
Rules
- Always pass
-m "chore: bump version to %s"tonpm version - Tag format:
v*(e.g.v0.2.0), this is npm's default - Do NOT manually edit
versioninpackage.json— always usenpm version - Do NOT manually create tags —
npm versioncreates them - Ensure all changes are committed before running
npm version - CI requires the GitHub repo to be public (for
--provenance) - npm trusted publishing via OIDC — no
NPM_TOKENsecret needed, configured on npmjs.com
Weekly Installs
24
Repository
botiverse/agent-vaultGitHub Stars
337
First Seen
Feb 20, 2026
Security Audits
Installed on
openclaw19
opencode18
codex16
gemini-cli15
kimi-cli14
amp13