← Back to Skills Marketplace
130
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install up-skill-to-clawhub
Description
Package and publish OpenClaw skills to ClawHub registry. Use when user wants to upload, publish, or update a skill to ClawHub. Triggers on phrases like "uplo...
Usage Guidance
This skill appears coherent for publishing OpenClaw skills to ClawHub. Before using it: (1) Back up the skill folder (SKILL.md/_meta.json/configs) because the workflow and scan script expect to replace values and later restore them. (2) Review and run scripts locally — scan_sensitive.py only inspects text files with certain extensions and may miss secrets in binaries or unusual files; it also uses a whitelist that can suppress some matches. (3) Understand that 'npx clawhub@latest' will download and execute code from the npm registry at runtime; verify the clawhub package/source before running with your token. (4) Supply your ClawHub API token only when you trust the CLI and environment (avoid pasting tokens into public logs). (5) If you want stricter automation, add explicit backup/restore steps and consider a more comprehensive secret scanner. Overall the package is consistent with its stated purpose but exercise normal caution around remote CLI execution and file modifications.
Capability Assessment
Purpose & Capability
Name/description (publish a skill to ClawHub) align with the contents: SKILL.md documents the packaging/publish workflow and the repo includes a script to scan for sensitive data before publishing. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
Instructions stay within the publish workflow: check structure, bump _meta.json, scan & sanitize, login with ClawHub token, publish, and restore local config. Note: the workflow assumes the agent or user will modify files (replace sensitive values) and later restore originals—the guide does not describe an explicit backup/restore mechanism, so users should back up their files before automated edits.
Install Mechanism
There is no install spec in the registry metadata (instruction-only). The SKILL.md calls 'npx clawhub@latest' at runtime; npx will fetch-and-run a package from the npm registry, which executes remote code. That is expected for a CLI-based publish flow but is a runtime risk to be aware of.
Credentials
The skill asks the user to provide a ClawHub API token for login at runtime (shown as a CLI argument) but declares no required env vars or unrelated credentials. The included scan script looks for API keys/tokens and common PII — these patterns are appropriate for the stated goal.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and does not request persistent system presence or attempt to modify other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install up-skill-to-clawhub - After installation, invoke the skill by name or use
/up-skill-to-clawhub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release. Bilingual workflow guide for publishing OpenClaw skills to ClawHub with sensitive data sanitization.
Metadata
Frequently Asked Questions
What is Up Skill To Clawhub?
Package and publish OpenClaw skills to ClawHub registry. Use when user wants to upload, publish, or update a skill to ClawHub. Triggers on phrases like "uplo... It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install Up Skill To Clawhub?
Run "/install up-skill-to-clawhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Up Skill To Clawhub free?
Yes, Up Skill To Clawhub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Up Skill To Clawhub support?
Up Skill To Clawhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Up Skill To Clawhub?
It is built and maintained by tonakic (@tonakic); the current version is v1.0.0.
More Skills