← 返回 Skills 市场
Test Skill
作者
wuhaichao87
· GitHub ↗
· v1.0.0
· MIT-0
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-skill
功能描述
Publish local skills to ClawHub with customizable version, name, path, and optional changelog using command line or Python API.
使用说明 (SKILL.md)
ClawHub Publish
将本地 skill 发布到 ClawHub。
使用方法
python3 ~/.openclaw/workspace/skills/clawhub-publish/publish.py --slug \x3Cslug> --name "\x3C名称>" --version \x3C版本> --path \x3C技能目录>
参数
--slug: Skill slug (如 family-intent-recognition)--name: 显示名称 (如 家庭消费意图识别)--version: 版本号 (如 1.0.0)--path: 技能文件夹路径 (默认: 当前目录)--changelog: 更新日志 (可选)
示例
python3 ~/.openclaw/workspace/skills/clawhub-publish/publish.py \
--slug family-intent-recognition \
--name "家庭消费意图识别" \
--version 1.0.0 \
--path ~/.openclaw/workspace/skills/family-intent-recognition \
--changelog "支持消费意图识别"
Python 调用
from publish import publish_skill
result = publish_skill(
slug="family-intent-recognition",
name="家庭消费意图识别",
version="1.0.0",
skill_dir="/path/to/skill",
changelog="更新说明"
)
print(result)
安全使用建议
Treat this as an incomplete low-confidence review, not a clearance. Re-run with readable metadata.json and artifact files so the skill contents can be assessed directly.
能力标签
能力评估
Purpose & Capability
Artifact coherence could not be fully assessed because direct file inspection failed before commands executed.
Instruction Scope
No instruction-scope issue is supported by artifact evidence available in this conversation.
Install Mechanism
Install metadata and artifact contents could not be inspected, so no install-mechanism concern is evidence-backed.
Credentials
No environment or permission overreach is supported by inspected artifact evidence.
Persistence & Privilege
No persistence, credential, or privilege concern is supported by inspected artifact evidence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of ClawHub Publish.
- 提供命令行工具,将本地 skill 发布到 ClawHub。
- 支持参数配置:slug、名称、版本号、技能目录、更新日志等。
- 提供 Python API:publish_skill 方法。
- 包含详细使用说明与示例。
元数据
常见问题
Test Skill 是什么?
Publish local skills to ClawHub with customizable version, name, path, and optional changelog using command line or Python API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Test Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-skill」即可一键安装,无需额外配置。
Test Skill 是免费的吗?
是的,Test Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Skill 支持哪些平台?
Test Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Skill?
由 wuhaichao87(@wuhaichao87)开发并维护,当前版本 v1.0.0。
推荐 Skills