← Back to Skills Marketplace
Test Skill
by
wuhaichao87
· GitHub ↗
· v1.0.0
· MIT-0
128
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-skill
Description
Publish local skills to ClawHub with customizable version, name, path, and optional changelog using command line or Python API.
README (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)
Usage Guidance
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.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-skill - After installation, invoke the skill by name or use
/test-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of ClawHub Publish.
- 提供命令行工具,将本地 skill 发布到 ClawHub。
- 支持参数配置:slug、名称、版本号、技能目录、更新日志等。
- 提供 Python API:publish_skill 方法。
- 包含详细使用说明与示例。
Metadata
Frequently Asked Questions
What is Test Skill?
Publish local skills to ClawHub with customizable version, name, path, and optional changelog using command line or Python API. It is an AI Agent Skill for Claude Code / OpenClaw, with 128 downloads so far.
How do I install Test Skill?
Run "/install test-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Test Skill free?
Yes, Test Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Test Skill support?
Test Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Test Skill?
It is built and maintained by wuhaichao87 (@wuhaichao87); the current version is v1.0.0.
More Skills