Agent Skills
› jegly/Box
› text-spinner
text-spinner
GitHub该技能用于将指定文本通过运行JavaScript进行视觉旋转效果处理,调用run_js工具并传入包含待处理文本的JSON数据。
触发场景
用户要求对文本进行旋转或翻转显示
需要将静态文本转换为动态视觉效果
安装
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.
版本历史
- 7897895 当前 2026-07-24 17:00


