🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Openclaw Echo Agent

by @krishna3554

Processes text input using a tool to return deterministic output, serving as a reference example for OpenClaw agent development.

Versionv0.1.0
Downloads2,039
Installs3
Stars⭐ 1
TERMINAL
clawhub install openclaw-echo-agent

πŸ“– About This Skill

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.