Agent skill · software engineering · mvanhorn

pp-tiktok-shop

Printing Press CLI/MCP for confirmed TikTok Shop Seller APIs. Safe v1 supports auth readiness, token exchange/refresh, read-only shops/orders/products/inventory/package/warehouse commands, and defers risky mutations.

Why this skill is useful

Adds specific commands and workflows for interacting with TikTok Shop APIs that the AI wouldn't reliably generate on its own.

What it needs

Requires tiktok-shop-pp-cli installed locally. About 3k tokens when loaded. Last updated 2026-08-06. 1,890 stars on the source repository.

What this skill does

TikTok Shop - Printing Press Safe v1 Prerequisites: Install the CLI This skill drives the tiktok-shop-pp-cli binary. You must verify the CLI is installed before invoking any command from this skill. If it is missing, install it first: 1. Install via the Printing Press installer. It defaults binaries to $HOME/.local/bin on macOS/Linux and %LOCALAPPDATA%\Programs\PrintingPress\bin on Windows: 2. Verify: tiktok-shop-pp-cli --version 3. Ensure the reported install directory is on $PATH for the agent/runtime that will invoke this skill. If the npx install fails (no Node, offline, etc.), fall back to a direct Go install (requires Go 1.26.6 or newer): If --version reports "command not found" after install, the runtime cannot see the binary directory on $PATH. Do not proceed with skill commands until verification succeeds. Official Source Boundaries Only use official TikTok Shop Partner Center docs for API, auth, signing, scope, endpoint, and rate-limit claims: Seller API overview: https://partner.tiktokshop.com/docv2/page/650b1f2ff1fd3102b93c6d3d Authorization overview: https://partner.tiktokshop.com/docv2/page/678e3a3292b0f40314a92d75 Authorization guide: https://partner.tiktokshop.com/docv2/page/678e3a2dbd083702fd17455c Signing algorithm: https://partner.tiktokshop.com/docv2/page/678e3a3d4ddec3030b238faf Get Authorized Shops: https://partner.tiktokshop.com/docv2/page/6507ead7b99d5302be949ba9 Get Active Shops: https://partner.tiktokshop.com/docv2/page/650a69e24a0bb702c067291c Get Order List: https://partner.tiktokshop.com/docv2/page/650aa8094a0bb702c06df242 Get Order Detail: https://partner.tiktokshop.com/docv2/page/650aa8ccc16ffe02b8f167a0 Search Products: https://partner.tiktokshop.com/docv2/page/6503081a56e2bb0289dd6d7d Get Product: https://partner.tiktokshop.com/docv2/page/6509d85b4a0bb702c057fdda Inventory Search: https://partner.tiktokshop.com/docv2/page/650a9191c16ffe02b8eec161 Update Inventory, deferred: https://partner.tiktokshop.com/docv2/page/6503068fc20ad60284 …

How to use it

Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:

@skills mvanhorn/tiktok-shop

View the source on GitHub

Browse the @skills marketplace