Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Publishes and syncs local bot skills to ClawHub using non-browser login, preflight safety checks, and automated release scripts for single or batch workflows.
Publishes and syncs local bot skills to ClawHub using non-browser login, preflight safety checks, and automated release scripts for single or batch workflows.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Publishes one local skill folder to ClawHub. Syncs a whole local skills directory to ClawHub. Logs in non-interactively using CLAWHUB_TOKEN from env or .env. Avoids printing token values in logs. Runs preflight checks before publish (ASCII/CJK and secret-leak checks).
Removes manual release steps and avoids copy-paste mistakes. Adds deterministic preflight checks for safer public publishing. Supports CI-style non-browser login for unattended automation. Works with both single-skill release and multi-skill sync workflows.
clawhub CLI is installed. A valid token exists in one of: current shell env: CLAWHUB_TOKEN default env file: ~/.openclaw/.env Skill directory contains SKILL.md (or skill.md).
Run: bash scripts/publish_skill.sh \ --path "$HOME/.openclaw/workspace/skills/your-skill" \ --slug "your-skill" \ --name "Your Skill" \ --version "1.0.0" \ --changelog "Initial publish" \ --tags "latest" Notes: --slug, --name, and --version are optional. The script tries to infer them from package.json and _meta.json. You can override registry with --registry https://clawhub.ai or https://www.clawhub.ai. Use --dry-run to only print the final command. Use --allow-cjk only when your registry policy allows non-English text.
Run: bash scripts/sync_skills.sh \ --root "$HOME/.openclaw/workspace/skills" \ --bump patch \ --changelog "Automated sync" \ --tags "latest" Notes: Sync uses clawhub sync --all for non-interactive upload. Use --dry-run to preview without uploading.
Never print or echo token values. Never commit .env or token files. If auth fails, stop and ask user to rotate/confirm token. Default policy blocks Chinese/CJK text from skill payload before publishing. Default policy blocks common secret patterns before publishing.
scripts/publish_skill.sh scripts/sync_skills.sh
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.