Test Upload Skill
A minimal test skill designed to verify the upload and publishing process on clawhub.ai platform.
Purpose
Use this skill to test that the skill upload system is working correctly.
What it does
When triggered, this skill will:
- 1. Confirm successful loading
- Display a test message with timestamp
- Verify basic skill functionality
Usage
Trigger this skill by saying:
- - "test upload"
- "upload test"
- "verify skill upload"
Instructions
When this skill is invoked, respond with:
CODEBLOCK0
Then confirm that all skill components are working:
- - Skill file parsed correctly
- Metadata loaded
- Trigger words recognized
- Instructions executed
Testing checklist
After upload, verify:
- - [ ] Skill appears in the platform
- [ ] Metadata displays correctly
- [ ] Trigger words work as expected
- [ ] Skill can be invoked successfully
- [ ] Instructions execute properly
Note: This is a minimal test skill for platform verification. Production skills should include comprehensive functionality, error handling, and detailed documentation.
测试上传技能
一个用于验证clawhub.ai平台上技能上传和发布流程的最小化测试技能。
目的
使用此技能测试技能上传系统是否正常运行。
功能说明
触发后,该技能将:
- 1. 确认加载成功
- 显示带有时间戳的测试消息
- 验证基本技能功能
使用方法
通过以下指令触发此技能:
操作说明
当此技能被调用时,请回复:
✓ 测试技能加载成功!
时间戳:[当前ISO时间戳]
状态:技能系统正常运行
平台:clawhub.ai
版本:1.0.0
然后确认所有技能组件正常运行:
- - 技能文件解析正确
- 元数据加载成功
- 触发词识别正常
- 指令执行无误
测试清单
上传后,请验证:
- - [ ] 技能在平台中显示
- [ ] 元数据正确显示
- [ ] 触发词按预期工作
- [ ] 技能可成功调用
- [ ] 指令正常执行
注意:这是一个用于平台验证的最小化测试技能。生产环境中的技能应包含完整功能、错误处理和详细文档。