← Back to Skills Marketplace
73
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tosr-test-pub-update-1776925038
Description
Automated integration test for the full skill lifecycle on clawhub API: publish, inspect, update, and delete a skill.
Usage Guidance
This skill will call clawhub endpoints to create, update, and delete skills. Before installing or running it: (1) confirm whether the agent environment has any clawhub API credentials — if so, do not run this skill against your real account; (2) prefer running it in a locked test account or sandbox where deletions are safe; (3) request that the skill author declare required env vars (API token) and add an explicit dry-run / confirmation step and target slug to avoid accidental deletion; (4) avoid enabling autonomous invocation for this skill unless you trust it and have isolated credentials; and (5) if you must run it, monitor audit logs on clawhub and review created/remaining resources to ensure cleanup.
Capability Assessment
Purpose & Capability
Name and description claim this is an integration test for the clawhub API and the SKILL.md describes publish/inspect/update/delete operations against clawhub — that is coherent. However, the skill declares no required credentials or env vars even though interacting with a real REST API normally requires authentication; this omission is unexplained.
Instruction Scope
The runtime instructions explicitly direct the agent to perform POST (publish), GET (inspect), update a version, and DELETE a skill on the real clawhub API. These are destructive operations that could affect user-owned resources. The instructions provide no auth details, no safety checks, no dry-run option, and no guidance about which account/slug to target, increasing the risk of unintended changes.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, which minimizes local persistence and install-time risk.
Credentials
No environment variables, credentials, or config paths are declared, yet the skill intends to call clawhub endpoints that typically require authentication. The absence of a declared primary credential or required env vars (API token) is an incoherence that could lead the agent to use whatever clawhub credentials are already present in the environment — a risky and opaque behavior.
Persistence & Privilege
always is false (good). The skill is allowed autonomous invocation (platform default). Because the skill performs create/update/delete actions, autonomous invocation increases blast radius if the agent has clawhub credentials, but no explicit privilege escalation setting is present.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tosr-test-pub-update-1776925038 - After installation, invoke the skill by name or use
/tosr-test-pub-update-1776925038 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.2.0
- Bumped version to 0.2.0.
- Updated SKILL.md to reflect the new version and updated creation timestamp.
v0.1.0
- Initial release of the TOSR Publish Then Update Test skill.
- Automates testing of the skill lifecycle: publish, inspect, update, and delete through the clawhub REST API.
- Created to verify API behavior for skill creation, version updates, and removal.
- Skill is temporary and intended for automated testing only.
Metadata
Frequently Asked Questions
What is TOSR Publish Then Update Test?
Automated integration test for the full skill lifecycle on clawhub API: publish, inspect, update, and delete a skill. It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.
How do I install TOSR Publish Then Update Test?
Run "/install tosr-test-pub-update-1776925038" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TOSR Publish Then Update Test free?
Yes, TOSR Publish Then Update Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TOSR Publish Then Update Test support?
TOSR Publish Then Update Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TOSR Publish Then Update Test?
It is built and maintained by yuangui (@yinwuzhe); the current version is v0.2.0.
More Skills