Skill

claw-release

by prompt-security

AI Summary

Automates the release process for Claw skills including version bumping, git tagging, and release verification. Essential for maintainers and developers publishing skills to the ClawSec catalog.

Install

# Add to your project root as SKILL.md
curl -o SKILL.md "https://raw.githubusercontent.com/prompt-security/clawsec/main/skills/claw-release/SKILL.md"

Description

Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification.

Claw Release

Internal tool for releasing skills and managing the ClawSec catalog. An internal tool by Prompt Security ---

Quick Reference

| Release Type | Command | Tag Format | |-------------|---------|------------| | Skill release | ./scripts/release-skill.sh <name> <version> | <name>-v<version> | | Pre-release | ./scripts/release-skill.sh <name> 1.0.0-beta1 | <name>-v1.0.0-beta1 | ---

Step 1: Determine Version Type

Ask what changed: • Bug fixes only → Patch (1.0.0 → 1.0.1) • New features, backward compatible → Minor (1.0.0 → 1.1.0) • Breaking changes → Major (1.0.0 → 2.0.0) • Testing/unstable → Pre-release (1.0.0-beta1, 1.0.0-rc1)

Verify skill directory exists

ls skills/<skill-name>/skill.json

Quality Score

B

Good

82/100

Standard Compliance75
Documentation Quality72
Usefulness78
Maintenance Signal100
Community Signal100
Scored Today

GitHub Signals

Stars546
Forks56
Issues6
UpdatedToday
View on GitHub

Trust & Transparency

Open Source — AGPL-3.0

Source code publicly auditable

Verified Open Source

Hosted on GitHub — publicly auditable

Actively Maintained

Last commit Today

546 stars — Growing Community

56 forks

My Fox Den

Community Rating

Works With

Claude Code