# Openclaw Echo Agent

> EchoAgent

- Skill: `demerzels-lab/openclaw-echo-agent` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add demerzels-lab/openclaw-echo-agent`
- Raw SKILL.md: https://api.skillmd.com/api/skills/demerzels-lab/openclaw-echo-agent/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Demerzels-lab (https://skillmd.com/u/demerzels-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/demerzels-lab/openclaw-echo-agent

---

# 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.

