Openclaw Echo Agent
v0.1.0Processes text input using a tool to return deterministic output, serving as a reference example for OpenClaw agent development.
Security Scan
OpenClaw
Suspicious
high confidencePurpose & Capability
The SKILL.md describes a minimal echo/reference agent and requests no binaries, env vars, or installs — that is coherent. However the file claims an entry point named 'agent.py' which is not present in the package; this mismatch indicates the skill is incomplete or misdeclared.
Instruction Scope
The instructions are very short and do not ask the agent to read files, credentials, or external endpoints (good). They are also vague — e.g., 'Uses a tool to process it' without specifying what tool — leaving unspecified behavior that should be clarified before trusting execution.
Install Mechanism
No install spec and no code files are present. That minimizes risk from downloads or on-disk installs, but also means there is nothing to execute locally as provided.
Credentials
The skill declares no required environment variables, credentials, or config paths; this is proportionate for an echo/reference example.
Persistence & Privilege
Default runtime flags (not always-enabled, agent invocation allowed) are used. There is no request for persistent or elevated privileges in the metadata.
What to consider before installing
This package looks like a skeleton/reference but is incomplete: it declares an entry point (agent.py) that is not included and the runtime instructions are vague about what 'tool' it uses. Do not install or enable it expecting runnable functionality. Ask the publisher for the missing code (agent.py) or a corrected package listing and for clarification of what external tool or dependency the skill invokes. If you must test it, do so in an isolated environment and avoid granting any credentials until the skill's behavior and code are visible.Like a lobster shell, security has layers — review code before you run it.
latest
EchoAgent
EchoAgent is a minimal OpenClaw-compatible skill.
What it does
- Accepts text input
- Uses a tool to process it
- Returns deterministic output
Use case
This skill is intended as a reference example for building and publishing OpenClaw agents.
Entry point
agent.py
Interoperability
This skill is designed to be used by other OpenClaw agents.
Input
- text (string)
Output
- result (string)
This agent can be safely chained inside multi-agent workflows.
Comments
Loading comments...
