Install
openclaw skills install public-surface-reviewPublish Guard is a public ClawHub pre-release audit skill. Use it when the user says "publish guard", "release audit", "pre-release check", or wants to review a repo, README, SKILL.md, and public metadata before GitHub or ClawHub publish.
openclaw skills install public-surface-reviewSearch intent: publish guard, public surface review, release audit, pre-release check, clawhub publish audit
Audit the public surface before release:
SKILL.mdThe output should answer one question clearly: publish now, or fix specific items first.
SKILL.md feels too insider-heavy or too longpython3 {baseDir}/scripts/scan_leaks.py --root <repo> --out <json>python3 {baseDir}/scripts/scan_public_surface.py --root <repo> --out <json>python3 {baseDir}/scripts/score_launch_copy.py --readme <repo>/README.md --out <json>python3 {baseDir}/scripts/render_public_audit.py --repo <repo> --leaks <json> --surface <json> --copy <json> --out <md>README.md, SKILL.md, agents/openai.yaml, and launch docs in the working tree as public.SKILL.md filesscripts/scan_leaks.py
scripts/scan_public_surface.py
SKILL.md, launch docs in the working tree, and public metadata for audience-fit issues.scripts/score_launch_copy.py
scripts/render_public_audit.py