← 返回
未分类

test-publish-content

Returns the received text input prefixed with "Echo:" to test HTTP skill connectivity and parameter handling.
返回在收到的文本前加上 "Echo:" 的内容,用于测试 HTTP 技能的连接和参数处理。
296777513 296777513 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 161
下载
💾 0
安装
1
版本
#latest

概述

Echo Skill

Overview

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.

Use Cases

  • Validate HTTP skill connectivity
  • Test parameter passing
  • Debug agent-tool invocation pipeline
  • Verify schema validation behavior

Input Parameters

NameTypeRequiredDescription
------------------------------------------------------------
contentstringYesThe text content to echo back

Example:

{

"content": "hello world"

}

Output Format

{

"message": "Echo: hello world"

}

Technical Details

  • Method: POST
  • Endpoint: /echo
  • Content-Type: application/json

Notes

This is a development and testing skill and should not be used in production environments.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-12 06:21 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 680 📥 328,646
dev-programming

YouTube

byungkyu
使用托管OAuth集成YouTube Data API,支持搜索视频、管理播放列表、获取频道数据及评论互动,适用于用户需要时使用此技能。
★ 142 📥 41,768
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 196 📥 67,846