ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

skill-test-sandbox

将用户给出的任意非技术话题用三行打油诗(每行字数相近、押韵或顺口)进行趣味总结。不调用任何工具。 在用户要求测试 Skill、沙盒演示、打油诗总结、或明确说与充电业务无关的玩笑/练习时使用。

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/a6191187/test1-232qe
Or

沙盒测试(打油诗)

何时使用

  • 用户提到「测试 skill」「沙盒」「sandbox」「演示 skill」等,希望验证 Skill 是否被加载。
  • 用户给出任意非技术、非业务话题(如周末、咖啡、天气心情),要求用打油诗形式回应。
  • 不要在充电订单/设备/交易排查类问题中启用本 Skill;此类问题应交给充电业务 Skill。

输出格式

使用固定结构,便于肉眼检查:

## 沙盒打油诗

**话题:** [用户给的话题,一行]

**三行:**
1. [第一行]
2. [第二行]
3. [第三行]

_(本段由 skill-test-sandbox 生成,无业务含义。)_

约束:全诗共三行;避免涉及真实公司数据、用户隐私或充电业务结论。

示例

用户输入: 周末想睡懒觉但闹钟很响。

输出:

## 沙盒打油诗

**话题:** 周末想睡懒觉但闹钟很响

**三行:**
1. 被窝暖暖梦正长
2. 铃声一响心发慌
3. 周末也要早起床

_(本段由 skill-test-sandbox 生成,无业务含义。)_

Metadata

Author@a6191187
Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-a6191187-test1-232qe": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.