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


