← Back to Skills Marketplace
94
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tosr-test-skill-1774319824
Description
A test skill for validating skill creation, version update, and deletion workflows via the TOSR clawhub REST API.
Usage Guidance
This skill is a short test helper that will create, publish a new version of, and delete skills in the clawhub registry. Before installing: (1) confirm who published it and that you trust that publisher (it modifies the registry); (2) verify how the agent/platform authenticates to the clawhub API — the SKILL.md provides no host or credential info, so it may rely on platform-scoped credentials; (3) if you allow it to run, prefer running in a sandbox or test account because it performs destructive registry operations; (4) ask the publisher for a more detailed SKILL.md that documents the exact API endpoint, required permissions, and cleanup behavior so you can audit the impact. If you cannot confirm platform-scoped permissions and origin, avoid installing on production accounts.
Capability Analysis
Type: OpenClaw Skill
Name: tosr-test-skill-1774319824
Version: 0.1.0
The skill bundle consists of a metadata file (_meta.json) and a documentation file (SKILL.md) intended for automated integration testing of the skill publishing workflow. It contains no executable code, network requests, or instructions that could be used for malicious purposes.
Capability Assessment
Purpose & Capability
The SKILL.md states the skill will validate POST/DELETE to /api/v1/skills and exercise the skill lifecycle. However, it does not declare the API host, authentication method, or any required credentials. This may be acceptable if the platform supplies authenticated access to the clawhub API, but from the artifact alone the capability-to-requirement mapping is incomplete.
Instruction Scope
The instructions are high-level and limited to describing the intended tests (create/update/delete using timestamped slugs). They do not instruct the agent to read unrelated files or environment variables. However the doc is vague about exact API endpoints/hosts, error handling, or cleanup triggers and leaves broad discretion to the runner to perform destructive actions (publishing and deleting skills).
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk and there is no installer risk.
Credentials
No environment variables or credentials are declared despite the skill's need to call the clawhub REST API to create/update/delete skills. Managing skill lifecycle typically requires authentication; the absence of declared auth is a mismatch. It may rely on platform-managed credentials, but that dependency is not documented here.
Persistence & Privilege
The skill is not marked always:true and does not request persistent presence or modify other skills' configs. Its intended actions are transient test operations (create/update/delete).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tosr-test-skill-1774319824 - After installation, invoke the skill by name or use
/tosr-test-skill-1774319824 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release for TOSR integration testing.
- Validates skill creation, update, and deletion via the clawhub REST API.
- Uses unique timestamped slugs for conflict-free test runs.
- Designed solely for automated test workflows; not for production use.
Metadata
Frequently Asked Questions
What is TOSR Test Skill?
A test skill for validating skill creation, version update, and deletion workflows via the TOSR clawhub REST API. It is an AI Agent Skill for Claude Code / OpenClaw, with 94 downloads so far.
How do I install TOSR Test Skill?
Run "/install tosr-test-skill-1774319824" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TOSR Test Skill free?
Yes, TOSR Test Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TOSR Test Skill support?
TOSR Test Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TOSR Test Skill?
It is built and maintained by simonlei (@simonlei); the current version is v0.1.0.
More Skills