Openclaw Echo Agent

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

安裝
$clawhub install 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.

詳情

版本
v0.1.0
下載
1,468

熱門 Skills

Tavily AI Search
AI-optimized web search using Tavily Search API. Use when you need comprehensive web research, current events lookup, domain-specific search, or AI-generated answer summaries. Tavily is optimized for LLM consumption with clean structured results, answer generation, and raw content extraction. Best for research tasks, news queries, fact-checking, and gathering authoritative sources.
Playwright (Automation + MCP + Scraper)
Browser automation via Playwright MCP. Navigate websites, click elements, fill forms, take screenshots, extract data, and debug real browser workflows. Use when (1) you need a real browser, not static fetch; (2) the task involves Playwright MCP, browser tools, Playwright tests, scripts, or JS-rendered pages; (3) the user wants navigation, forms, screenshots, PDFs, downloads, or browser-driven extraction turned into a reliable outcome.
Web Search by Exa
Neural web search, content extraction, company and people research, code search, and deep research via the Exa MCP server. Use when you need to: (1) search the web with semantic understanding — not just keywords, (2) find research papers, news, tweets, companies, or people, (3) extract clean content from URLs, (4) find semantically similar pages to a known URL, (5) get code examples and documentation, (6) run deep multi-step research with a report, (7) get a quick synthesized answer with citations. NOT for: local file operations, non-web tasks, or anything that doesn't involve web search or content retrieval.