Claw Release is an internal release automation guide for packaging and publishing OpenClaw skills. It outlines the release workflow: determine version type (semver), run pre-flight checks, use the release script to update skill metadata, create annotated git tags, and push releases so CI can produce .skill packages and GitHub Releases.
Use this skill when preparing and publishing a skill release for ClawSec or other OpenClaw skills — especially for internal or security-sensitive skills that require verification and reproducible packaging. It is meant for maintainers releasing stable and pre-release versions.
Intended for repository-maintainer tooling and CI-focused agents; useful for OpenClaw maintainers and developer assistants (agents that can run shell/git commands or generate release PRs).
Internal release automation skill for the Prompt Security clawsec repo. Guides version bumping, tagging, pushing, and GitHub Release verification. No bundled scripts were present for runtime testing. SKILL.md is well-structured with clear steps, a good common-issues table, and verification checklist. Minor shell injection surface from variable interpolation in git commands, but the trust model is explicit (maintainer-only, clean working tree).
Clean internal tool. No security red flags. The narrow audience limits usefulness but the skill does its stated job well. Composite will be dragged down by low usefulness — appropriate for an internal-only skill.