/install aishuo-clawhub-check-1780452964336
Aishuo ClawHub Sync Verification
Purpose
This temporary skill package verifies that the Aishuo backend can publish a skill archive to ClawHub using the configured integration token. It is generated during local development and does not provide production behavior.
When To Use
Use this package only for integration checks after changing environment variables, API routing, or external synchronization code. It proves that the backend can download a ZIP archive, parse SKILL.md, upload files, and receive a successful ClawHub response.
Inputs
- skillCode: a unique smoke-test slug generated by the local verification script.
- version: 0.0.1 for the first publication.
- archive: this ZIP file containing explicit documentation for the verification run.
Workflow
- The local Aishuo API registers the skill in the internal IM database.
- The backend reads CLAWHUB_API_TOKEN from the environment.
- The backend downloads this generated ZIP archive from a local temporary HTTP server.
- The backend uploads SKILL.md and metadata to ClawHub.
- The local script soft-deletes the internal database rows after the check.
Expected Result
A successful run returns HTTP 200 from /api/skill/register with resultCode 1 and no externalSync.clawHub.skipped flag.
Cleanup Notes
Internal rows are cleaned automatically by the verification script. The external ClawHub test record may remain as an audit artifact for this integration check.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install aishuo-clawhub-check-1780452964336 - 安装完成后,直接呼叫该 Skill 的名称或使用
/aishuo-clawhub-check-1780452964336触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Aishuo ClawHub Check 是什么?
Verifies Aishuo backend’s ability to publish a skill archive to ClawHub using the configured integration token during development. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。
如何安装 Aishuo ClawHub Check?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install aishuo-clawhub-check-1780452964336」即可一键安装,无需额外配置。
Aishuo ClawHub Check 是免费的吗?
是的,Aishuo ClawHub Check 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Aishuo ClawHub Check 支持哪些平台?
Aishuo ClawHub Check 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Aishuo ClawHub Check?
由 spzwin(@spzwin)开发并维护,当前版本 v0.0.1。