← Back to Skills Marketplace
45
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skillhub-publish-auditor
Description
Use when preparing a Skill folder for public release to SkillHub, ClawHub, or another agent-skill marketplace, especially before publishing third-party insta...
Usage Guidance
Install if you want a local checklist-style auditor for skills before publishing. Run it only on folders you are comfortable having inspected, and expect it to read candidate skill files and possibly create normal Python bytecode cache files while checking Python scripts.
Capability Assessment
Purpose & Capability
The stated purpose is to audit publishable skill packages for structure, metadata, safety patterns, links, and scripts; the bundled Python script implements those checks against a user-supplied folder.
Instruction Scope
Runtime instructions are review-focused and scoped to auditing candidate skill files, producing blocker/warn/info findings, and not auto-editing unless the user asks.
Install Mechanism
The package contains SKILL.md, one reference checklist, OpenAI UI metadata, and one local Python auditor script; no installer, package dependency hook, or automatic execution path is present.
Credentials
The auditor recursively reads files in the target skill folder, which is expected for its purpose; users should run it only on folders they intend to review for publication.
Persistence & Privilege
No privilege escalation, persistence, credential use, or network exfiltration was found. The script uses py_compile, which may create normal Python __pycache__ files when run against candidate Python scripts.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skillhub-publish-auditor - After installation, invoke the skill by name or use
/skillhub-publish-auditor - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of skillhub-publish-auditor.
- Audits agent skill folders for public release readiness across structure, discovery, safety, and packaging gates.
- Identifies issues as blocker, warn, or info, with specific file-level recommendations.
- Checks every file for credential leaks, unsafe scripts, metadata completeness, and packaging errors.
- Requires a final release decision: READY, READY_WITH_WARNINGS, or BLOCKED.
- Supports both markdown and machine-readable (JSON) output for manual and CI workflows.
Metadata
Frequently Asked Questions
What is Skillhub Publish Auditor?
Use when preparing a Skill folder for public release to SkillHub, ClawHub, or another agent-skill marketplace, especially before publishing third-party insta... It is an AI Agent Skill for Claude Code / OpenClaw, with 45 downloads so far.
How do I install Skillhub Publish Auditor?
Run "/install skillhub-publish-auditor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skillhub Publish Auditor free?
Yes, Skillhub Publish Auditor is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skillhub Publish Auditor support?
Skillhub Publish Auditor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skillhub Publish Auditor?
It is built and maintained by CUPVC (@debtvc2022); the current version is v1.0.0.
More Skills