stable本次发布有变化全部展示
来自 TikTok Shop 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Choose one installation target
| Target | Use when | Command |
|---|---|---|
| Agent user directory | You want skills available across projects in one agent. | skill add --agent codex |
| Current project | You want a repository-specific managed copy. | skill add --scope project |
| User scope | You want the default Codex user skill directory. | skill add --scope user |
| Explicit path | You manage a custom skill directory. | skill add --target /path/to/skills |
--scope, --agent, and --target are mutually exclusive.
§2 Install all or one skill
tts_open_toolkit skill add --agent codex
tts_open_toolkit skill add tts-openapi-guide --scope project
§3 Inspect managed state
tts_open_toolkit skill list --scope project --json
tts_open_toolkit skill state --scope project --json
| State | Meaning |
|---|---|
current | The managed copy matches the bundled version. |
outdated | A newer managed version is available. |
modified | Local content differs from the managed copy; review before overwriting. |
unmanaged | The directory exists but was not installed as a managed Toolkit skill. |
unknown | The CLI cannot determine a reliable state. |
§4 Update managed skills
tts_open_toolkit skill add --scope project --update
💡 Use
--forceonly when you intentionally want to overwrite local changes. Check state first.
§5 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
