skill-publisher
End-to-end workflow for publishing agent skills to GitHub, ClawdHub, and skills.sh. Handles repo creation, topic tagging, ClawdHub publish, skills.sh index request, and installation verification. Use when: "publish skill", "上架 skill", "发布技能", "submit to skills.sh", "submit to clawhub", "skill 上架流程".
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bryant24hao/agent-skill-publisherWhat This Skill Does
The skill-publisher is a specialized OpenClaw agent skill designed to streamline the entire lifecycle of publishing an AI agent skill. It acts as a project manager, quality assurance engineer, and deployment coordinator. By automating the technical requirements of setting up a GitHub repository, tagging it with metadata, interacting with the ClawdHub registry, and submitting index requests to skills.sh, it reduces the complexity of distribution. It ensures that your skill adheres to industry standards, including proper license documentation, versioning, and secure README practices, allowing developers to focus on building functionality rather than managing infrastructure.
Installation
To integrate this skill into your environment, use the OpenClaw registry command:
clawhub install openclaw/skills/agent-skill-publisher
Ensure you have the GitHub CLI (gh) and Git installed on your system before proceeding with the command above.
Use Cases
This skill is perfect for individual developers or teams who want to rapidly prototype and share agent skills. It is highly effective for developers seeking to maintain consistency across multiple repositories, those wanting to automate the submission process to OpenClaw's official registries, and users looking for a pre-flight checklist to ensure their skill meets all security and functional requirements before going live.
Example Prompts
- "I've finished my new weather-summary skill, please start the skill-publisher workflow to help me get it on ClawdHub."
- "Can you perform a pre-flight check on the directory ./my-new-tool to ensure my SKILL.md and README are compliant?"
- "The skill is pushed to GitHub, please handle the final steps for submitting the index request to skills.sh."
Tips & Limitations
- Tips: Always ensure your
SKILL.mdfrontmatter is fully populated before starting. Keeping yourLICENSEfile accurate and present will speed up the review phase significantly. - Limitations: The skill currently assumes you have appropriate permissions to create repositories in your specified GitHub organization. If you are using a custom or restricted environment, ensure your
ghCLI is authenticated with sufficient scopes to create new repositories.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bryant24hao-agent-skill-publisher": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, code-execution
Related Skills
oc-doctor
Runs a comprehensive 11-section health check on local OpenClaw installations. Diagnoses configuration errors, session bloat, model drift, cron issues, security misconfigurations, gateway problems, and system instruction token budget. Generates a structured report with CRITICAL/WARNING/INFO findings and offers interactive one-click fixes. Use when: "openclaw doctor", "claw doctor", "claw health check", "openclaw diagnose", or troubleshooting OpenClaw.
macos-calendar-assistant
Manage macOS Calendar with OpenClaw in IM-first workflows (Telegram/Discord/Feishu/iMessage/Slack), including screenshot-to-schedule extraction, idempotent create/update, move/extend/reschedule, reminders, conflict checks, daily review sync, and duplicate cleanup. Use when users ask to add/edit/move/postpone events, parse schedule screenshots/chat messages, adjust weekly plans into daily execution, or keep calendar and review notes in sync.