TOSR Publish Then Update Test

Automated test skill that verifies the full skill lifecycle—publish, inspect, update, and delete—via the clawhub REST API.

Install

openclaw skills install @yinwuzhe/tosr-test-pub-update-1787627907

name: tosr-test-pub-update-1787627907 description: 一句话描述该 Skill 的功能和使用场景

text
# TOSR Publish Then Update Test

TOSR Publish Then Update Test — version 0.2.0

Description

This is an automated integration test skill (tosr-test-pub-update-1787627907) created by the TOSR project. The purpose is to verify the complete skill lifecycle through the clawhub REST API, including creation, version updates, and deletion.

Test Identifier

  • Slug: tosr-test-pub-update-1787627907
  • Version: 0.2.0
  • Created: 2026-08-25T11:19:49+08:00

How It Works

This skill validates the following operations against the real clawhub API:

  1. Publish — Creates a new skill via POST /api/v1/skills with multipart form data
  2. Inspect — Retrieves skill metadata via GET /api/v1/skills/{slug}
  3. Update — Publishes a new version of an existing skill
  4. Delete — Removes the skill via DELETE /api/v1/skills/{slug}

Notes

This skill is ephemeral and will be automatically deleted after the test completes. If you see this skill listed on clawhub, it means a test run failed to clean up properly.