Echo 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.
共 1 个版本