快工助手跨境电商知识与商机助手

Choose and manage skills

TikTok Shop 官方资料 · TikTok Shop Partner Center 开发者文档 · 适合开发者

stable本次发布有变化全部展示

来自 TikTok Shop 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
TikTok Shop / profile.tiktok.docs_api
语言
en-US
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/tiktok_shopaudience/developercategory/api_doctopic/compliancetopic/developer

资料正文

§1 Choose one installation target

TargetUse whenCommand
Agent user directoryYou want skills available across projects in one agent.skill add --agent codex
Current projectYou want a repository-specific managed copy.skill add --scope project
User scopeYou want the default Codex user skill directory.skill add --scope user
Explicit pathYou 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
StateMeaning
currentThe managed copy matches the bundled version.
outdatedA newer managed version is available.
modifiedLocal content differs from the managed copy; review before overwriting.
unmanagedThe directory exists but was not installed as a managed Toolkit skill.
unknownThe CLI cannot determine a reliable state.
#

§4 Update managed skills

tts_open_toolkit skill add --scope project --update

💡 Use --force only 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

#