← 返回 Skills 市场
130
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install my-skill-management-skill
功能描述
管理和发布用户自定义技能的统一接口。强制执行“my_”前缀、统一存放目录(~/.openclaw/skills)、基于配置文件(skills.json)的智能体绑定规则,并要求本地技能变更后必须立即通过clawhub上传备份。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install my-skill-management-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/my-skill-management-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
批量同步最新版本
v1.0.0
Init with new rules for custom user skills (my_* prefix, central dir, explicit agent bindings).
元数据
常见问题
my_skill_management_skill 是什么?
管理和发布用户自定义技能的统一接口。强制执行“my_”前缀、统一存放目录(~/.openclaw/skills)、基于配置文件(skills.json)的智能体绑定规则,并要求本地技能变更后必须立即通过clawhub上传备份。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 130 次。
如何安装 my_skill_management_skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-skill-management-skill」即可一键安装,无需额外配置。
my_skill_management_skill 是免费的吗?
是的,my_skill_management_skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
my_skill_management_skill 支持哪些平台?
my_skill_management_skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 my_skill_management_skill?
由 canonxu(@canonxu)开发并维护,当前版本 v1.0.1。
推荐 Skills