/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.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aishuo-clawhub-check-1780452964336 - After installation, invoke the skill by name or use
/aishuo-clawhub-check-1780452964336 - Provide required inputs per the skill's parameter spec and get structured output
What is Aishuo ClawHub Check?
Verifies Aishuo backend’s ability to publish a skill archive to ClawHub using the configured integration token during development. It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.
How do I install Aishuo ClawHub Check?
Run "/install aishuo-clawhub-check-1780452964336" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aishuo ClawHub Check free?
Yes, Aishuo ClawHub Check is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Aishuo ClawHub Check support?
Aishuo ClawHub Check is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aishuo ClawHub Check?
It is built and maintained by spzwin (@spzwin); the current version is v0.0.1.