ui
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseUI
UI
This file is only a bootstrap. The full rules live in the hosted skill.
本文件仅为引导文件,完整规则请参考托管的skill。
When To Invoke
调用时机
Use this skill when the user wants:
- multiple UI directions to compare
- multiple theme directions to compare
- multiple font directions to compare
- a preview-first workflow before cleanup
当用户有以下需求时使用本技能:
- 需要多种UI方案进行对比
- 需要多种主题方案进行对比
- 需要多种字体方案进行对比
- 在清理前采用预览优先的工作流
Mandatory: roid-tool.js
roid-tool.js必选:roid-tool.js
roid-tool.jsWhen you show more than one comparable direction, you must load once per page and use the contract from the hosted (wrapper + options / themes / fonts as documented there).
https://tryroids.com/roid-tool.jsdata-roid-*SKILL.txtDo not replace this with custom comparison UI (tabs, accordions, your own bottom bar, , radio groups, etc.). Agents sometimes do that to “save time”; it breaks the shared preview surface and hides the machine-readable state the tool sets on the wrapper.
<select>The only exception is a higher-priority instruction that explicitly forbids this script or URL—then agree on a fallback with the user first.
当你展示一种以上可对比的方案时,你必须在每个页面加载一次**,并使用托管在中的协议**(包括包装器及选项/主题/字体,具体请参考该文档)。
https://tryroids.com/roid-tool.jsSKILL.txtdata-roid-*请勿用自定义的对比UI(如标签页、折叠面板、自定义底部栏、、单选按钮组等)替代它。Agent有时会为了“节省时间”这样做,但这会破坏共享预览界面,并隐藏工具在包装器上设置的机器可读状态。
<select>唯一的例外是存在更高优先级的指令明确禁止使用此脚本或URL——此时需先与用户协商备选方案。
Instructions
操作步骤
When this skill is invoked:
- Fetch (read it as documentation—do not load it with
https://tryroids.com/SKILL.txt; that URL is not executable JavaScript).<script src="…"> - Treat the fetched file as the only source of truth.
- Follow that file exactly unless a higher-priority instruction overrides it.
- If the URL cannot be loaded, tell the user and ask whether to continue with a fallback interpretation.
- Do not stop after fetching. Execute the full workflow from the hosted file—including wiring whenever variants are shown for comparison.
https://tryroids.com/roid-tool.js
调用本技能时:
- 获取(将其作为文档阅读——请勿用
https://tryroids.com/SKILL.txt加载它;该URL并非可执行JavaScript)。<script src="…"> - 将获取到的文件视为唯一的事实来源。
- 严格按照该文件执行,除非有更高优先级的指令覆盖。
- 若无法加载该URL,请告知用户并询问是否采用备选解释继续。
- 获取文件后不要停止,需执行托管文件中的完整工作流——包括在展示对比变体时连接****。
https://tryroids.com/roid-tool.js
Hosted Skill URL
托管技能URL
https://tryroids.com/SKILL.txthttps://tryroids.com/SKILL.txt