← 返回 Skills 市场
canonxu

My Skill ClawHub Skill

作者 canonxu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install my-skill-clawhub-skill
功能描述
Standardizes skill publishing with required versions and changelogs, and allows verified installation with optional versioning for ClawHub skills.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install my-skill-clawhub-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /my-skill-clawhub-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: standardized clawhub helper script
元数据
Slug my-skill-clawhub-skill
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

My Skill ClawHub Skill 是什么?

Standardizes skill publishing with required versions and changelogs, and allows verified installation with optional versioning for ClawHub skills. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 My Skill ClawHub Skill?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install my-skill-clawhub-skill」即可一键安装,无需额外配置。

My Skill ClawHub Skill 是免费的吗?

是的,My Skill ClawHub Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

My Skill ClawHub Skill 支持哪些平台?

My Skill ClawHub Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 My Skill ClawHub Skill?

由 canonxu(@canonxu)开发并维护,当前版本 v1.0.0。

💬 留言讨论