stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Requirements
- Node.js 18 or later.
- npm available on your machine.
- Codex, Claude Code, Trae, or Trae CN.
§2 Install the CLI
npm install -g @tts-open-toolkit/cli
Confirm that the command is available:
tts_open_toolkit version
tts_open_toolkit doctor
§3 Add skills to your AI agent
| Agent | Command |
|---|---|
| Codex | tts_open_toolkit skill add --agent codex |
| Claude Code | tts_open_toolkit skill add --agent cc |
| Trae | tts_open_toolkit skill add --agent trae |
| Trae CN | tts_open_toolkit skill add --agent trae-cn |
§4 Project-scoped installation
Project-scoped installation
Use a project target when the skills should travel with one repository:
tts_open_toolkit skill add --scope project
This installs managed skills under .codex/skills in the current project.
§5 Verify the skills
tts_open_toolkit skill list --agent codex --json
tts_open_toolkit skill state --agent codex --json
💡 Ask your agent to do the setup. You can paste: “Install TTS Open Toolkit CLI, add all bundled TTS skills for this agent, run doctor, and show me the verification result.”
§6 Next
Sign in and manage profiles when your workflow needs Partner Center account, App, sandbox, or DevAPI data.
§7 Was this page helpful?
Was this page helpful?
Tell us what worked, what was unclear, or what should be added. TTS Open Toolkit Feedback Form
