SkillHub

openclaw-echo-agent

v0.1.0

使用工具处理文本输入以返回确定性输出,作为OpenClaw智能体开发的参考示例。

Sourced from ClawHub, Authored by krishna3554

Installation

Please help me install the skill `openclaw-echo-agent` from SkillHub official store. npx skills add krishna3554/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.