EchoAgent is a minimal OpenClaw-compatible skill.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add Demerzels-lab/elsamultiskillagent --skill openclaw-echo-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openclaw Echo Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/demerzels-lab-openclaw-echo-agent)More formats (shields.io, HTML) on the badges page.
# 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.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!