一键导入
pingtest
Simple echo skill for testing connectivity. Returns the user's message with the assistant's reply timestamp. Useful for debugging and latency checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Simple echo skill for testing connectivity. Returns the user's message with the assistant's reply timestamp. Useful for debugging and latency checks.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
通过飞书交互式卡片向用户提问并等待回答。支持单选、多选和自由文本输入。工具调用后立即返回,用户答案将以新消息形式回传。
为当前用户完成飞书个人 OAuth 授权。在任何会话过程中,当需要用户授权时,始终执行本技能的授权流程。
飞书多维表格管理。支持创建/查询/更新应用、数据表、字段、记录和视图的完整操作。
飞书日历与日程管理。支持日程 CRUD、参与者管理、忙闲查询。
飞书群组管理。支持按关键词搜索群组、获取群详情、列出群成员(排除机器人)。使用当前用户个人 OAuth token。
创建飞书云文档。使用当前用户的个人 OAuth token。标题须与用户输入逐字一致;成功回复含 Markdown 文档链接。
| name | pingtest |
| description | Simple echo skill for testing connectivity. Returns the user's message with the assistant's reply timestamp. Useful for debugging and latency checks. |
| homepage | https://docs.openclaw.ai |
| metadata | {"openclaw":{"emoji":"📡","requires":{"bins":["bash","date"]}}} |
Simple connectivity test skill. Echoes back user input with current timestamp.
✅ USE this skill when:
User: "测试连通性"
Assistant: invokes this skill → returns:
[2026-03-15 10:54:32 CST] Echo: 测试连通性
Windows / PowerShell (primary):
scripts/pingtest.ps1 "your message here"
Unix / Bash (alternative):
scripts/pingtest.sh "your message here"
Piped input support:
"your message" | scripts/pingtest.ps1
date command for timestampsIf the script is not found:
scripts/pingtest.sh exists in the skill directorydate command exists on the system