Use this skill before publishing an OpenClaw skill. It performs a narrow, local readiness review of a selected skill folder and returns a checklist-style report.
This skill does not publish, upload, delete, modify, install dependencies, or contact external services. It only reads the chosen folder and reports common release risks.
SKILL.md exists.eval usage.Release Guard is not a full security audit. It does not guarantee that a skill is safe, does not run dependency vulnerability scans, and does not replace human review.
bash scripts/release-check.sh /path/to/skill-folder
The path is handled as data and is always quoted. The script avoids dynamic shell evaluation.
Return a compact report with:
If the script reports secrets, unrelated folders, broad execution claims, or risky shell patterns, stop and review manually before publishing.
共 2 个版本