Word / DOCX
一个面向 Content 场景的 Agent 技能。原始说明:Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
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.