← 返回 Skills 市场
112
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install test-echo
功能描述
A test echo skill for testing OpenClaw skill system with parameter passing.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install test-echo - 安装完成后,直接呼叫该 Skill 的名称或使用
/test-echo触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Test Echo 是什么?
A test echo skill for testing OpenClaw skill system with parameter passing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 112 次。
如何安装 Test Echo?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-echo」即可一键安装,无需额外配置。
Test Echo 是免费的吗?
是的,Test Echo 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Test Echo 支持哪些平台?
Test Echo 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Test Echo?
由 pplx1104(@pplx1104)开发并维护,当前版本 v1.0.0。
推荐 Skills