← Back to Skills Marketplace
neo1307

Skill Release Guard

by neo1307 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
180
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-release-guard
Description
Validate a local skill folder before publishing or sharing it. Use when Codex is about to release a skill, publish to ClawHub, audit SKILL.md quality, check...
Usage Guidance
This tool appears safe and does what it says: it inspects a local skill folder and writes a JSON checklist. Before running, verify you pass the correct --skill and --out paths so it doesn't overwrite important files, and be aware the script will create the output directory if it doesn't exist. Note a small mismatch in the SKILL.md example path vs the provided script location (the SKILL.md example references skills/skill-release-guard/..., while the file here is scripts/check_skill_release.js) — ensure you invoke the correct path in your environment.
Capability Analysis
Type: OpenClaw Skill Name: skill-release-guard Version: 1.0.0 The skill-release-guard bundle is a utility designed to validate the structure and metadata of other OpenClaw skills before publication. The primary logic in 'scripts/check_skill_release.js' performs local file system checks for naming conventions, frontmatter integrity, and JavaScript syntax (using 'node --check'). There are no indicators of data exfiltration, persistence, or malicious execution.
Capability Assessment
Purpose & Capability
The name/description say it validates a local skill folder; the included script inspects SKILL.md frontmatter, folder name, clutter files, and checks JS syntax — all coherent with that purpose.
Instruction Scope
SKILL.md instructs running the included script which only reads files under the target skill directory, runs Node's syntax check on JS files, and writes a JSON report to the specified output path. There are no network calls, no reading of unrelated system files, and no execution of untrusted scripts.
Install Mechanism
This is an instruction-only skill with a small helper script; there is no install step, no external downloads, and no packages pulled from registries.
Credentials
The skill requires no environment variables, credentials, or special config paths. The script only operates on the directory passed via --skill and the output path passed via --out.
Persistence & Privilege
The skill does not request persistent/always-on privileges, does not modify other skills' configs, and only writes the specified output JSON (creating parent directories as needed).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install skill-release-guard
  3. After installation, invoke the skill by name or use /skill-release-guard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Slug skill-release-guard
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Skill Release Guard?

Validate a local skill folder before publishing or sharing it. Use when Codex is about to release a skill, publish to ClawHub, audit SKILL.md quality, check... It is an AI Agent Skill for Claude Code / OpenClaw, with 180 downloads so far.

How do I install Skill Release Guard?

Run "/install skill-release-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill Release Guard free?

Yes, Skill Release Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill Release Guard support?

Skill Release Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill Release Guard?

It is built and maintained by neo1307 (@neo1307); the current version is v1.0.0.

💬 Comments