← 返回 Skills 市场
180
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-release-guard - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-release-guard触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 180 次。
如何安装 Skill Release Guard?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-release-guard」即可一键安装,无需额外配置。
Skill Release Guard 是免费的吗?
是的,Skill Release Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill Release Guard 支持哪些平台?
Skill Release Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Release Guard?
由 neo1307(@neo1307)开发并维护,当前版本 v1.0.0。
推荐 Skills