Agent Skills
› jegly/Box
› text-spinner
text-spinner
GitHub该技能用于通过运行JavaScript代码,将输入的文本字符串进行旋转动画效果展示。
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


