ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

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 上架流程".

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bryant24hao/agent-skill-publisher
Or

What 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

  1. "I've finished my new weather-summary skill, please start the skill-publisher workflow to help me get it on ClawdHub."
  2. "Can you perform a pre-flight check on the directory ./my-new-tool to ensure my SKILL.md and README are compliant?"
  3. "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.md frontmatter is fully populated before starting. Keeping your LICENSE file 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 gh CLI is authenticated with sufficient scopes to create new repositories.

Metadata

Stars4190
Views0
Updated2026-04-18
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bryant24hao-agent-skill-publisher": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#publishing#automation#workflow#developer-tools#deployment
Safety Score: 5/5

Flags: network-access, file-read, code-execution