← 返回 Skills 市场
wxsjlrwsj

Echo Test

作者 wxsjlrwsj · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
480
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install echo-test
功能描述
Returns the text you input along with the current time for simple testing purposes.
使用说明 (SKILL.md)

slug: echo-test\r name: Echo Test\r version: 1.0.0\r description: 最简单的测试技能,返回你输入的内容\r tags:\r

  • test\r
  • echo\r ---\r \r

Echo Test\r

\r 这是一个测试技能,你输入什么,它就返回什么,同时显示当前时间。\r \r

使用方法\r

\r 直接说任何话,它会回复你。\r

安全使用建议
This skill is simple and appears safe: it just echoes the input and returns the current time. If you plan to run it in a sensitive environment, you can review the included echo-test.py (it only uses the provided 'query' param and the system clock). Note the returned JSON includes a hardcoded 'server' label (阿里云 Moltbot) — this is informational only and not a credential. No secrets, network calls, or file I/O are present.
功能分析
Type: OpenClaw Skill Name: echo-test Version: 1.0.0 The skill bundle contains a simple Python script (`echo-test.py`) that echoes user input along with the current time and a static server string. The `SKILL.md` provides clear, benign instructions for an 'echo test' skill. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, prompt injection attempts, or any other high-risk behaviors across any of the files.
能力评估
Purpose & Capability
Name/description (echo + current time) match the implementation: the Python file reads a 'query' param and returns it with a timestamp. No unrelated capabilities or secrets are requested.
Instruction Scope
SKILL.md instructs the user to say anything and receive it back. The runtime code only accesses params['query'] and the system clock; it does not read files, environment variables, or external endpoints.
Install Mechanism
No install spec is provided (instruction-only style). A single small Python implementation file is included; there are no downloads, package installs, or archive extraction steps.
Credentials
The skill requires no environment variables or credentials. The only hardcoded metadata is a 'server' string ('阿里云 Moltbot') in the returned JSON, which is informational but not a credential.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not modify system or other-skill configuration. Autonomous invocation is allowed by platform defaults but presents no extra risk given the skill's minimal behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install echo-test
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /echo-test 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 初始发布版本。 - 输入任何内容后,将原样返回并显示当前时间。 - 适用于基本测试和回显功能。
元数据
Slug echo-test
版本 1.0.0
许可证
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Echo Test 是什么?

Returns the text you input along with the current time for simple testing purposes. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。

如何安装 Echo Test?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install echo-test」即可一键安装,无需额外配置。

Echo Test 是免费的吗?

是的,Echo Test 完全免费(开源免费),可自由下载、安装和使用。

Echo Test 支持哪些平台?

Echo Test 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Echo Test?

由 wxsjlrwsj(@wxsjlrwsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论