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

Install and set up

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 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

AgentCommand
Codextts_open_toolkit skill add --agent codex
Claude Codetts_open_toolkit skill add --agent cc
Traetts_open_toolkit skill add --agent trae
Trae CNtts_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

#