← Back to Skills Marketplace
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install my-skill-clawhub-skill
Description
Standardizes skill publishing with required versions and changelogs, and allows verified installation with optional versioning for ClawHub skills.
Usage Guidance
This skill is a simple wrapper that calls the external 'clawhub' command to publish or install skills. Before installing: (1) confirm you have the official clawhub CLI installed and working — the skill metadata should have declared that binary but does not; (2) understand that clawhub operations will contact remote ClawHub services and may use whatever credentials/config your environment already provides (check your clawhub auth tokens); (3) be careful what path you pass to 'publish' — it will publish the directory you point it at, so don't accidentally publish sensitive files; (4) verify you trust the source of this skill (homepage/source are missing) because the wrapper delegates network activity to clawhub; and (5) consider asking the publisher to add 'clawhub' to required binaries in the metadata and to document any required clawhub configuration so the dependency is explicit.
Capability Analysis
Type: OpenClaw Skill
Name: my-skill-clawhub-skill
Version: 1.0.0
The skill is a standard utility wrapper for the 'clawhub' CLI tool, designed to facilitate publishing and installing agent skills. The bash script 'scripts/clawhub_helper.sh' implements basic argument handling and correctly quotes variables to prevent common shell injection issues, with no evidence of malicious intent, data exfiltration, or unauthorized access.
Capability Assessment
Purpose & Capability
The skill's name/description match its behavior: it standardizes publish/install workflows by wrapping the clawhub CLI. However, the script invokes the 'clawhub' binary at runtime but the skill metadata does not declare any required binaries — an incoherence that could lead to runtime failures or hidden dependencies.
Instruction Scope
SKILL.md and the included script limit actions to publishing, searching, and installing via the clawhub CLI. The script does not read arbitrary system files or environment variables beyond its arguments, nor does it contain obfuscated or exfiltratory code.
Install Mechanism
There is no install spec and the skill is instruction-only with one helper script. The script is small, plain shell, and does not download or extract remote artifacts itself. This is low-risk provided the clawhub CLI it calls is trusted.
Credentials
The skill does not request environment variables, credentials, or config paths. Note: real-world use of the clawhub CLI may rely on credentials/config stored elsewhere (not declared by this skill), which the evaluator should confirm separately.
Persistence & Privilege
The skill is not always-enabled and uses the platform defaults for invocation. It does not modify other skills or system-wide settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-skill-clawhub-skill - After installation, invoke the skill by name or use
/my-skill-clawhub-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: standardized clawhub helper script
Metadata
Frequently Asked Questions
What is My Skill ClawHub Skill?
Standardizes skill publishing with required versions and changelogs, and allows verified installation with optional versioning for ClawHub skills. It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install My Skill ClawHub Skill?
Run "/install my-skill-clawhub-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is My Skill ClawHub Skill free?
Yes, My Skill ClawHub Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does My Skill ClawHub Skill support?
My Skill ClawHub Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created My Skill ClawHub Skill?
It is built and maintained by canonxu (@canonxu); the current version is v1.0.0.
More Skills