← Back to Skills Marketplace
130
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install my-skill-management-skill
Description
管理和发布用户自定义技能的统一接口。强制执行“my_”前缀、统一存放目录(~/.openclaw/skills)、基于配置文件(skills.json)的智能体绑定规则,并要求本地技能变更后必须立即通过clawhub上传备份。
Usage Guidance
This skill is a governance wrapper around the 'clawhub' CLI and will cause local skill code to be uploaded to your clawhub instance whenever changes occur. Before installing: (1) verify which 'clawhub' binary and service/host will be used and whether that service is trusted; (2) confirm how authentication for clawhub is handled (the skill does not declare or request credentials but publishing usually requires them); (3) be cautious about the rule enforcing a global directory (~/.openclaw/skills) and editing agent configs—this makes local skills available to other agents and could propagate sensitive code; (4) ask the publisher for source code repository or homepage and for detail on where backups are stored and retention/policy; (5) if you must try it, run it in an isolated account or environment and audit the clawhub target before enabling automatic publish behavior.
Capability Analysis
Type: OpenClaw Skill
Name: my-skill-management-skill
Version: 1.0.1
The skill is a utility designed to standardize the management, installation, and publishing of user-defined skills within the OpenClaw ecosystem. It uses a bash script (scripts/clawhub_helper.sh) to wrap legitimate 'clawhub' CLI commands and enforces organizational rules such as naming conventions and specific directory paths (~/.openclaw/skills/). While it instructs the agent to automatically upload local changes to a remote registry for backup, this behavior is explicitly documented as a core feature and aligns with the skill's stated purpose of skill governance.
Capability Assessment
Purpose & Capability
The SKILL.md and script clearly implement a clawhub wrapper (publish/install/search), which matches the stated purpose. However the registry metadata lists no required binaries, while the script depends on the 'clawhub' CLI being present. That omission is an incoherence: if the skill needs clawhub, it should declare that dependency or include an install step.
Instruction Scope
The instructions require placing user skills in a global directory (~/.openclaw/skills), editing per-agent config files (~/.openclaw/agents/{agent_name}/skills.json) to bind skills, and mandate immediate upload of any local changes to clawhub. Those are governance actions outside a single-skill scope (they modify agent configuration and move user code into a global namespace) and they explicitly create a workflow that will transmit local skill code to a remote service.
Install Mechanism
No install spec is present and the only code is a small shell helper that calls the existing 'clawhub' binary. No downloads or archives are fetched. This is low install risk, but it relies on an external binary that wasn't declared.
Credentials
The skill requests no env vars or credentials, yet its publish action will likely require clawhub authentication (not declared). The mandatory 'upload on any change' policy means local skill source (possibly sensitive) will be sent to whatever clawhub instance the environment uses — a potential exfiltration vector. Also enforcing a global skills directory increases the skill's blast radius across agents.
Persistence & Privilege
The skill does not set always:true, which is good, but it explicitly requires modifying per-agent configuration files and centralizing skills in a global path. That means installing/using this skill can change other agents' behavior or make skills available across agents, so it has cross-agent impact beyond a single-skill scope.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install my-skill-management-skill - After installation, invoke the skill by name or use
/my-skill-management-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
批量同步最新版本
v1.0.0
Init with new rules for custom user skills (my_* prefix, central dir, explicit agent bindings).
Metadata
Frequently Asked Questions
What is my_skill_management_skill?
管理和发布用户自定义技能的统一接口。强制执行“my_”前缀、统一存放目录(~/.openclaw/skills)、基于配置文件(skills.json)的智能体绑定规则,并要求本地技能变更后必须立即通过clawhub上传备份。 It is an AI Agent Skill for Claude Code / OpenClaw, with 130 downloads so far.
How do I install my_skill_management_skill?
Run "/install my-skill-management-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is my_skill_management_skill free?
Yes, my_skill_management_skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does my_skill_management_skill support?
my_skill_management_skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created my_skill_management_skill?
It is built and maintained by canonxu (@canonxu); the current version is v1.0.1.
More Skills