ClawHub Push Skill
一键推送 skill 到 ClawHub registry,自动处理 acceptLicenseTerms 和文件格式问题
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bg1avd/clawhub-push-skillWhat 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
- "Use clawhub-push to deploy my latest skill located at /home/user/workspace/agent-helper to the registry with version 1.2.0."
- "I need to update all my skills in /home/user/workspace/skills. Can you run the batch push for me?"
- "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
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-bg1avd-clawhub-push-skill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, external-api, network-access
Related Skills
Latex Verbatim Center
Skill by bg1avd
markdown-table-to-image
将 Markdown 表格转换为清晰图片。当用户说"表格看不清"、"生成图片"、"转成图片"时触发。
youtube-downloader-skimmer
下载 YouTube 视频并自动剪辑关键片段
task-queue-by-model-source
Multi-queue task orchestration system. Tasks are routed to queues by model source, with support for task dependencies, context passing, and failure handling. Each model source has its own FIFO queue, executing one task at a time.
QQBot Media Sender
一键发送图片/视频/文件到 QQ,支持批量发送和自动压缩