← Back to Skills Marketplace
wxsjlrwsj

Echo Test

by wxsjlrwsj · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
480
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install echo-test
Description
Returns the text you input along with the current time for simple testing purposes.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install echo-test
  3. After installation, invoke the skill by name or use /echo-test
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- 初始发布版本。 - 输入任何内容后,将原样返回并显示当前时间。 - 适用于基本测试和回显功能。
Metadata
Slug echo-test
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Echo Test?

Returns the text you input along with the current time for simple testing purposes. It is an AI Agent Skill for Claude Code / OpenClaw, with 480 downloads so far.

How do I install Echo Test?

Run "/install echo-test" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Echo Test free?

Yes, Echo Test is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Echo Test support?

Echo Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Echo Test?

It is built and maintained by wxsjlrwsj (@wxsjlrwsj); the current version is v1.0.0.

💬 Comments