Echo Test
v1.0.0Returns the text you input along with the current time for simple testing purposes.
⭐ 0· 445·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
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.
latestvk97acymp03107nx0xmmrchr4f981s9t3
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
