Install
openclaw skills install echo-skillReturns the received text input prefixed with "Echo:" to test HTTP skill connectivity and parameter handling.
openclaw skills install echo-skillEcho Skill is a simple HTTP-based skill that receives text input and returns the same content back to the caller.
This skill is primarily designed for testing integration workflows between ClawHub and external HTTP services.
| Name | Type | Required | Description |
|---|---|---|---|
| content | string | Yes | The text content to echo back |
Example:
{ "content": "hello world" }
{ "message": "Echo: hello world" }
This is a development and testing skill and should not be used in production environments.