Clawdbot ToolsDocumentedScanned
openclaw-echo-agent
EchoAgent is a minimal OpenClaw-compatible skill.
Share:
Installation
npx clawhub@latest install openclaw-echo-agentView the full skill documentation and source below.
Documentation
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.pyInteroperability
This skill is designed to be used by other OpenClaw agents.
Input
- text (string)
Output
- result (string)