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.
1---2name: openclaw-echo-agent3description: EchoAgent4---5# EchoAgent67EchoAgent is a minimal OpenClaw-compatible skill.89## What it does10- Accepts text input11- Uses a tool to process it12- Returns deterministic output1314## Use case15This skill is intended as a reference example for building16and publishing OpenClaw agents.1718## Entry point19agent.py2021## Interoperability2223This skill is designed to be used by other OpenClaw agents.2425### Input26- text (string)2728### Output29- result (string)3031This agent can be safely chained inside multi-agent workflows.
Run npx skillmds@latest add demerzels-lab/openclaw-echo-agent in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
EchoAgent It is listed under AI & ML on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Demerzels-lab (@demerzels-lab) published this skill. Their other Agent Skills are listed on their SkillMD profile.