Echo Test
Returns the text you input along with the current time for simple testing purposes.
MIT-0 · Free to use, modify, and redistribute. No attribution required.
⭐ 0 · 302 · 1 current installs · 1 all-time installs
MIT-0
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
Current versionv1.0.0
Download ziplatest
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
SKILL.md
slug: echo-test name: Echo Test version: 1.0.0 description: 最简单的测试技能,返回你输入的内容 tags:
- test
- echo
Echo Test
这是一个测试技能,你输入什么,它就返回什么,同时显示当前时间。
使用方法
直接说任何话,它会回复你。
Files
2 totalSelect a file
Select a file to preview.
Comments
Loading comments…
