Aishuo ClawHub Check

Dev Tools

Verifies Aishuo backend’s ability to publish a skill archive to ClawHub using the configured integration token during development.

Install

openclaw skills 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

  1. The local Aishuo API registers the skill in the internal IM database.
  2. The backend reads CLAWHUB_API_TOKEN from the environment.
  3. The backend downloads this generated ZIP archive from a local temporary HTTP server.
  4. The backend uploads SKILL.md and metadata to ClawHub.
  5. 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.