← Back to Skills Marketplace
wuhaichao87

Test Import

by wuhaichao87 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-import
Description
Publishes a local skill to ClawHub using command-line or Python API with specified slug, name, version, path, and optional changelog.
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 review: do not rely on it for installation approval until metadata.json and the artifact directory are successfully inspected.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Unable to assess purpose and capability from artifacts because filesystem commands failed before metadata.json or artifact files could be read.
Instruction Scope
Unable to assess instruction scope from SKILL.md because the artifact files were not accessible through the available command runner.
Install Mechanism
Unable to assess install mechanism because metadata and install artifacts could not be read.
Credentials
Unable to assess environmental access against the stated purpose without the artifact contents.
Persistence & Privilege
Unable to assess persistence or privilege behavior without the artifact contents.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install test-import
  3. After installation, invoke the skill by name or use /test-import
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
test
Metadata
Slug test-import
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Test Import?

Publishes a local skill to ClawHub using command-line or Python API with specified slug, name, version, path, and optional changelog. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Test Import?

Run "/install test-import" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Test Import free?

Yes, Test Import is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Test Import support?

Test Import is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Test Import?

It is built and maintained by wuhaichao87 (@wuhaichao87); the current version is v1.0.0.

💬 Comments