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

ClawHub Push Skill

一键推送 skill 到 ClawHub registry,自动处理 acceptLicenseTerms 和文件格式问题

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bg1avd/clawhub-push-skill
Or

What This Skill Does

The ClawHub Push Skill is a specialized developer utility designed to streamline the deployment process of OpenClaw AI agent skills to the ClawHub registry. This skill acts as a wrapper around the standard ClawHub CLI, providing intelligent automation to resolve common infrastructure hurdles that frequently plague manual deployments. It performs real-time validation and transformation of your skill configuration, ensuring that fields like acceptLicenseTerms are correctly injected and that your tags array strictly adheres to the required JSON schema. By automating the token discovery process across both legacy and modern file system structures, it removes the headache of managing authentication credentials manually.

Installation

To integrate this deployment workflow directly into your OpenClaw environment, execute the following command in your terminal or via the OpenClaw agent interface:

clawhub install openclaw/skills/skills/bg1avd/clawhub-push-skill

Once installed, the tool will be available for immediate use across your workspace. Ensure that your terminal has read/write permissions for the ~/.config/clawhub/ directory so the tool can safely locate your authentication tokens.

Use Cases

This skill is ideal for AI developers and DevOps engineers managing agent ecosystems. Use it to rapidly iterate on skill development by pushing updates directly from your local development environment to the registry without needing to re-configure multipart form-data requests manually. It is particularly effective for teams managing a library of agents, as the clawhub-push-batch command allows for the systematic updating of entire skill repositories in one execution. Whether you are fixing a minor metadata bug or deploying a production-ready skill, this tool ensures your file structures match the expected endpoint requirements every time.

Example Prompts

  1. "Use clawhub-push to deploy my latest skill located at /home/user/workspace/agent-helper to the registry with version 1.2.0."
  2. "I need to update all my skills in /home/user/workspace/skills. Can you run the batch push for me?"
  3. "Run the ClawHub Push Skill on the current directory and ensure it is tagged as latest."

Tips & Limitations

When using this skill, always verify that your skill.json metadata is well-formed, as the tool primarily handles structural registry requirements. Remember that while this tool handles file uploads natively, extremely large dependency folders should be managed via .gitignore to prevent registry bloating. The tool currently targets the official clawhub.ai registry endpoint; if you are working with a private registry, verify your configuration settings first. Always ensure your token is valid and not expired, as the automation tool relies on the integrity of the local token.json file.

Metadata

Author@bg1avd
Stars4473
Views1
Updated2026-05-01
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-bg1avd-clawhub-push-skill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#devops#deployment#automation#clihub#workflow
Safety Score: 4/5

Flags: file-read, file-write, external-api, network-access