ct
✓使用 ct (CommonTools) 二进制文件与超级按钮、配方和 Common Fabric 进行交互的指南。在部署配方、管理超级按钮、在超级按钮之间链接数据或调试配方执行时使用此技能。触发器包括“部署此配方”、“调用处理程序”、“链接这些超级按钮”、“从超级按钮获取数据”或“在本地测试此配方”的请求。
SKILL.md
The ct binary is the CLI for CommonTools. Use --help for current commands:
| Type check | deno task ct check pattern.tsx --no-run | | Deploy new | deno task ct charm new pattern.tsx -i key -a url -s space | | Update existing | deno task ct charm setsrc pattern.tsx --charm ID -i key -a url -s space | | Inspect state | deno task ct charm inspect --charm ID ... | | Get field | deno task ct charm get --charm ID fieldPath ... |
| Set field | echo '{"data":...}' \| deno task ct charm set --charm ID path ... | | Call handler | deno task ct charm call --charm ID handlerName ... | | Trigger recompute | deno task ct charm step --charm ID ... | | List charms | deno task ct charm ls -i key -a url -s space | | Visualize | deno task ct charm map ... |
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/commontoolsinc/labs --skill ct- 分类
- {}数据分析
- 认证
- ✓
- 收录时间
- 2026-02-01
- 更新时间
- 2026-02-18
快速解答
什么是 ct?
使用 ct (CommonTools) 二进制文件与超级按钮、配方和 Common Fabric 进行交互的指南。在部署配方、管理超级按钮、在超级按钮之间链接数据或调试配方执行时使用此技能。触发器包括“部署此配方”、“调用处理程序”、“链接这些超级按钮”、“从超级按钮获取数据”或“在本地测试此配方”的请求。 来源:commontoolsinc/labs。
如何安装 ct?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/commontoolsinc/labs --skill ct 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/commontoolsinc/labs
详情
- 分类
- {}数据分析
- 来源
- skills.sh
- 收录时间
- 2026-02-01