Agent Skills
› jegly/Box
› text-spinner
text-spinner
GitHub该技能用于将给定文本进行旋转动画效果展示,通过调用 run_js 工具并传入包含待处理文本的 JSON 数据来实现。
Trigger Scenarios
用户要求对文本进行旋转或翻转显示
需要将静态文本转换为动态旋转效果
Install
npx skills add jegly/Box --skill text-spinner -g -y
SKILL.md
Frontmatter
{
"name": "text-spinner",
"description": "Spin the given text on my head."
}
Instructions
You MUST use the run_js tool with the following exact parameters:
- data: A JSON string with the following fields:
- label: The text string to spin on my head.
Version History
- 7897895 Current 2026-07-24 17:00


