Automation & Ops release-automationgitgithub-releasessemantic-versioningchecksum-verificationsupply-chain-security

ClawSec Release Manager

A maintainer workflow for versioning, releasing, and verifying Claw skills through GitHub.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
Trust16 / 25 · 3.2/5

The document explicitly discloses bash, git, jq, gh, authenticated GitHub credentials, and side effects including commits, tags, pushes, and GitHub Releases; it also requires a trusted checkout, clean worktree, and maintainer approval. However, it does not require explicit step-by-step confirmation before each high-impact command, and least-privilege credentials, full data-flow detail, post-push recovery, and rollback boundaries remain incomplete, so points are deducted.

Reliability8 / 20 · 2.0/5

The versioning, preflight, release, push, and verification flow is mostly self-consistent and includes set -euo pipefail, diagnostic errors, checksum checks, and a soft pre-push rollback. However, the key release script, CI coverage, and abnormal paths are not provided for reproducible review, while the workflow depends on external commands and remote Release assets; under static calibration it cannot exceed 10, so points are deducted.

Adaptability9 / 15 · 3.0/5

The audience, internal maintainer scenario, triggers, inputs, and ordinary-user non-fit are reasonably clear. However, it is narrowly tailored to the ClawSec maintenance workflow, depends on GitHub/npx and local tooling, and provides no Chinese-language or mainland-China reachability guidance, so points are deducted.

Convention11 / 15 · 3.7/5

SKILL.md, README, skill.json, and CHANGELOG provide clear layering and include version, license, author, dependencies, triggers, operational notes, limitations, change history, and maintainer attribution. Maintenance ownership, support channels, compatibility policy, and the complete update path remain brief, and several prerequisites depend on files elsewhere in the repository, so points are deducted.

Effectiveness6 / 15 · 2.0/5

It supplies directly reusable commands for installation, version classification, preflight checks, release execution, pushing, verification, and pre-push undo, covering the core release task. However, the supplied static material does not prove successful execution at the assessed revision, and the maintainer must still classify changes, authorize credentials, and handle external failures; points are conservatively deducted within the static ceiling.

Verifiability4 / 10 · 2.0/5

The skill includes versioned metadata, a pinned public-key fingerprint, signature and checksum verification, and references to CI/tests, providing useful audit hooks. But the supplied material lacks complete target-skill key-path tests or independent execution results, so remote assets and signature behavior cannot be confirmed statically; the score is capped below 5 and reduced accordingly.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision eac8392f8ac9
Before you use it
  • This skill creates commits and tags, pushes to a remote, and publishes GitHub Releases; verify the checkout, repository target, version, and GitHub permission scope before use.
  • Signature verification depends on GitHub Release assets, network access, curl, openssl, jq, and the pinned key fingerprint; the core verification flow cannot complete if assets or connectivity are unavailable.
  • The target skill has no Chinese operating instructions; mainland-China users may encounter reachability issues with GitHub, npm, or npx.
  • This review read source files only and did not execute commands, scripts, or CI, so it cannot confirm that the release script or remote signature assets work at this revision.
See the full review method →

What does this skill do, and when should you use it?

claw-release is an internal release-workflow skill in the ClawSec repository. It guides maintainers through semantic version selection, metadata updates, commits, tags, pushes, and GitHub Release verification. It also provides a signed-manifest procedure for checking an archive, SKILL.md, and skill.json before a standalone installation is trusted. It is intended for approved maintainers working from a trusted checkout with a clean tree.

Checks Git status, the target skill directory, and the current skill.json version; runs ./scripts/release-skill.sh to validate semantic-version format, check for an existing tag, update skill.json and SKILL.md versions, update hardcoded version URLs, create a commit, and create an annotated Git tag; pushes commits and tags with git push; relies on CI/CD to validate version consistency, generate SHA-256 checksums, build a .skill ZIP package, and create a GitHub Release; uses curl, openssl, jq, and hashing utilities to download and verify the signed manifest, public-key fingerprint, archive, SKILL.md, and skill.json.

  1. A ClawSec maintainer needs to ship a patch, minor, or major release for an existing skill and wants a guided release sequence.
  2. A maintainer is preparing a beta, alpha, or release-candidate version and needs the corresponding GitHub tag format.
  3. A team needs to verify a standalone skill archive and its metadata before extracting or installing it.
  4. A maintainer needs to undo a local release before pushing while preserving the generated release changes for inspection or amendment.

What are this skill's strengths and limitations?

Pros
  • Covers version selection, pre-flight checks, commits, tags, pushing, and post-release verification in one maintainer workflow.
  • Verifies the signing-key fingerprint, checksums.json, archive, SKILL.md, and skill.json.
  • Makes trust boundaries explicit by requiring a clean tree, trusted checkout, maintainer approval, and authenticated GitHub CLI.
Limitations
  • It is an internal maintainer tool, not an end-user security-protection skill.
  • It can create commits and tags, push to a remote, and publish GitHub Releases, so its permissions and side effects are significant.
  • It requires bash, git, jq, gh, network access, and GitHub credentials; the source provides no test-suite evidence.
  • Its metadata identifies it as an internal OpenClaw skill, so other clients may require metadata or runtime adjustments.

How do you install this skill?

In an environment supporting the Vercel Skills CLI, run: npx skills add prompt-security/clawsec --skill claw-release -a openclaw -y. The source does not document another installation directory or client-specific installation method.

How do you use this skill?

From a trusted checkout with a clean working tree, after authenticating the GitHub CLI and obtaining maintainer approval, run: ./scripts/release-skill.sh <skill-name> <new-version>. To push the release, run: git push && git push origin <skill-name>-v<version>. Example request: “Prepare a release for <skill-name> at <new-version>, run pre-flight checks, then verify the GitHub Release.” The source does not define a more specific natural-language trigger syntax. For standalone installs, complete the signed release-manifest verification before trusting or extracting the archive.

FAQ

Does it publish a GitHub Release automatically?
After the commit and tag are pushed, the CI/CD pipeline validates versions, generates checksums and a .skill package, and creates the GitHub Release. The workflow requires an authenticated GitHub CLI with release permissions.
What permissions does it need?
It needs filesystem access in a trusted checkout, permission to create commits and tags, permission to push to the remote, and authenticated GitHub CLI credentials authorized to create releases.
What happens if a release fails?
Documented failure cases include an existing tag, version mismatches, uncommitted changes, or a missing skill.json. Before pushing, the documented undo sequence deletes the local tag and runs git reset --soft HEAD~1, preserving release changes for inspection.

More skills from this repository

All from prompt-security/clawsec

Automation & Ops

NanoClaw Security Sentinel

Check NanoClaw skills for known risks before installation and during operation.

Automation & Ops

ClawHub Reputation Gate

Checks ClawHub reputation before OpenClaw skill installation and requires explicit approval for low-scoring skills.

Automation & Ops

Picoclaw Security Guardian

A read-first security layer for Picoclaw advisory checks, configuration drift detection, and signed release verification.

Automation & Ops

OpenClaw Audit Watchdog

Automates daily OpenClaw security audits and delivers actionable reports.

Automation & Ops

ClawSec Suite Manager

Protect OpenClaw skill installs with signed advisories, risk checks, and approval-gated responses.

Automation & Ops

Picoclaw Traffic Guardian

An opt-in, detect-and-log baseline for monitoring Picoclaw gateway traffic and exporting security posture data.

Automation & Ops

Picoclaw Security Posture Review

Review Picoclaw security posture in read-only mode and give operators safe remediation guidance.

Automation & Ops

Soul Guardian File Integrity Guard

Detect and handle unauthorized changes to an agent’s core workspace files.

Automation & Ops

Hermes Attestation Guardian

Generate verifiable Hermes security attestations and detect authenticated baseline drift.

Automation & Ops

OpenClaw Traffic Guardian

A scoped, opt-in runtime traffic monitoring baseline for OpenClaw.

Automation & Ops

NanoClaw Traffic Guardian

A host-managed baseline for optional NanoClaw traffic inspection and runtime security findings.

Automation & Ops

ClawSec Advisory Feed

Keep OpenClaw agents informed about emerging security threats.

Automation & Ops

Hermes Traffic Guardian

A consent-based, auditable baseline for monitoring Hermes runtime traffic.

Automation & Ops

Clawtributor Security Reporter

Prepare sanitized AI-agent incident reports for explicit human approval before submission.

Automation & Ops

ClawSec Scanner

Unify dependency, CVE, source-code, and OpenClaw hook risk scanning in one agent-security workflow.

Related skills