← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-echo
Description
A test echo skill for testing OpenClaw skill system with parameter passing.
Usage Guidance
This skill appears safe and does exactly what it says: read a JSON input with a 'name' field and return a greeting. If you care about provenance, note the _meta.json ownerId differs from the registry owner ID in the metadata — this is likely benign for a test skill but you may want to verify the publisher if you require strict provenance. Otherwise no secrets, network calls, or installs are required, so the risk is minimal.
Capability Analysis
Type: OpenClaw Skill
Name: test-echo
Version: 1.0.0
The skill is a simple 'Hello World' style echo utility designed to test parameter passing within the OpenClaw system. The code in main.py safely processes input from stdin and returns a JSON response, while SKILL.md and skill.yaml provide accurate documentation without any malicious instructions or suspicious behaviors.
Capability Assessment
Purpose & Capability
The skill name/description (test echo) matches the included runtime instructions and main.py implementation. No unrelated binaries, environment variables, or config paths are requested. The functionality is minimal and appropriate for a parameter-passing test.
Instruction Scope
SKILL.md only describes echoing a greeting using a required 'name' parameter. The runtime code (main.py) only reads JSON from stdin and returns a greeting; it does not access files, network, or other environment state.
Install Mechanism
There is no install spec and requirements.txt is effectively empty. Nothing is downloaded or written to disk beyond the provided code, so install risk is minimal.
Credentials
The skill declares no required environment variables, credentials, or config paths and the code does not read any environment variables. Credential requests are proportional (none).
Persistence & Privilege
The skill does not request always:true and is user-invocable only. It does not modify other skills or request elevated agent-wide privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-echo - After installation, invoke the skill by name or use
/test-echo - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of test-echo skill.
- Returns a greeting using the provided name parameter.
- Designed for testing parameter passing in the OpenClaw skill system.
- Useful for verifying skill system functionality and demonstrations.
Metadata
Frequently Asked Questions
What is Test Echo?
A test echo skill for testing OpenClaw skill system with parameter passing. It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Test Echo?
Run "/install test-echo" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Test Echo free?
Yes, Test Echo is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Test Echo support?
Test Echo is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Test Echo?
It is built and maintained by pplx1104 (@pplx1104); the current version is v1.0.0.
More Skills