Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mvanhorn avatar

Pp Tiktok Shop

  • 116 installs
  • 1.9k repo stars
  • Updated August 4, 2026
  • mvanhorn/printing-press-library

Research TikTok Shop listings, creators, and merchandising patterns to plan social commerce campaigns and catalog positioning.

About

pp-tiktok-shop wires TikTok Shop into Printing Press so agents can analyze products, creators, and shop trends, supporting ecommerce growth strategy and social-selling content planning.

  • Social commerce intel
  • Creator merchandising
  • Listing pattern scan
  • Campaign planning inputs

Pp Tiktok Shop by the numbers

  • 116 all-time installs (skills.sh)
  • +6 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #425 of 853 Sales & Marketing skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/mvanhorn/printing-press-library --skill pp-tiktok-shop

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs116
repo stars1.9k
Last updatedAugust 4, 2026
Repositorymvanhorn/printing-press-library

What it does

Research TikTok Shop listings, creators, and merchandising patterns to plan social commerce campaigns and catalog positioning.

Files

SKILL.mdMarkdownGitHub ↗

<!-- GENERATED FILE — DO NOT EDIT. This file is a verbatim mirror of library/commerce/tiktok-shop/SKILL.md, regenerated post-merge by tools/generate-skills/. Hand-edits here are silently overwritten on the next regen. Edit the library/ source instead. See the repository agent guide, section "Generated artifacts: registry.json, cli-skills/". -->

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:

   npx -y @mvanhorn/printing-press-library install tiktok-shop --cli-only

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.4 or newer):

go install github.com/mvanhorn/printing-press-library/library/commerce/tiktok-shop/cmd/tiktok-shop-pp-cli@latest

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/6503068fc20ad60284b38858
  • Get Warehouse List: https://partner.tiktokshop.com/docv2/page/650aa418defece02be6e66b6
  • Search Package: https://partner.tiktokshop.com/docv2/page/650aa592bace3e02b75db748
  • Get Package Detail: https://partner.tiktokshop.com/docv2/page/650aa39fbace3e02b75d8617

Rate limits remain unclear in accessible official docs and are not encoded as numeric claims.

Command Reference

Implemented:

  • tiktok-shop-pp-cli doctor - Check config, env, auth readiness, and official-doc basis without sending a live probe.
  • tiktok-shop-pp-cli auth status - Show whether app credentials, tokens, and shop selector are configured without revealing secrets.
  • tiktok-shop-pp-cli auth exchange --auth-code <code> - Exchange a Partner Center authorization code for tokens; output redacts tokens.
  • tiktok-shop-pp-cli auth refresh - Refresh an access token; output redacts tokens.
  • tiktok-shop-pp-cli shops info - List shops authorized for this app/token and retrieve shop cipher.
  • tiktok-shop-pp-cli orders list - Search orders; response contains buyer/order PII.
  • tiktok-shop-pp-cli orders get <order-id> - Get order detail; response contains buyer/order PII.
  • tiktok-shop-pp-cli products list - Search products/listings.
  • tiktok-shop-pp-cli products get <product-id> - Get product detail.
  • tiktok-shop-pp-cli inventory list --product-id <id> or --sku-id <id> - Search inventory.
  • tiktok-shop-pp-cli inventory get <sku-id> - Get inventory for one SKU.
  • tiktok-shop-pp-cli fulfillment list - Search fulfillment packages; response may contain fulfillment PII.
  • tiktok-shop-pp-cli fulfillment get <package-id> - Get package detail.
  • tiktok-shop-pp-cli fulfillment warehouses - List seller warehouses.
  • tiktok-shop-pp-cli which [query] - Resolve capabilities to commands.
  • tiktok-shop-pp-cli agent-context - Emit JSON context for agents.

Deferred:

  • tiktok-shop-pp-cli inventory update - Official endpoint is confirmed, but safe v1 defers execution until idempotency and no-retry mutation behavior are designed.

Auth Setup

Set values obtained through official TikTok Shop Partner Center flows. Never hardcode secrets.

export TIKTOK_SHOP_APP_KEY="<from Partner Center>"
export TIKTOK_SHOP_APP_SECRET="<from Partner Center>"
export TIKTOK_SHOP_ACCESS_TOKEN="<from official token exchange>"
export TIKTOK_SHOP_REFRESH_TOKEN="<from official token exchange>"
export TIKTOK_SHOP_SHOP_CIPHER="<from shops info>"

Optional overrides:

export TIKTOK_SHOP_CONFIG="$HOME/.config/tiktok-shop-pp-cli/config.toml"
export TIKTOK_SHOP_BASE_URL="https://open-api.tiktokglobalshop.com"
export TIKTOK_SHOP_AUTH_BASE_URL="https://auth.tiktok-shops.com"

Run:

tiktok-shop-pp-cli doctor --json

Token exchange/refresh do not print token values. Add --save only when you intentionally want the returned token bundle persisted to ~/.config/tiktok-shop-pp-cli/config.toml with 0600 permissions.

Agent Mode

Add --agent to any command. It expands to --json --compact --no-input --no-color --yes.

Agent-safe examples:

tiktok-shop-pp-cli doctor --agent
tiktok-shop-pp-cli shops info --agent --dry-run
tiktok-shop-pp-cli which --agent
tiktok-shop-pp-cli inventory update --agent

Safety Rules

  • Treat orders, fulfillment, returns, and buyer identifiers as PII.
  • Use shops info to obtain shop_cipher; do not invent or decrypt shop ciphers.
  • Use --dry-run before first live calls to inspect signed request shape without transmitting it.
  • Do not retry mutations. Safe v1 only executes read commands and auth token calls.
  • Do not use unofficial endpoints, SDK guesses, blog posts, or copied Postman collections for missing API behavior.

Exit Codes

CodeMeaning
0Success, including intentional deferred placeholder output
1Unclassified error
2Usage error
4Authentication/config material missing
5Upstream API error
7Rate limited
10Config error

Argument Parsing

Parse $ARGUMENTS:

1. Empty, help, or --help means show tiktok-shop-pp-cli --help. 2. Starts with install and ends with mcp means MCP installation; otherwise CLI installation. 3. Anything else means direct use with --agent.

MCP Server Installation

go install github.com/mvanhorn/printing-press-library/library/commerce/tiktok-shop/cmd/tiktok-shop-pp-mcp@latest
claude mcp add tiktok-shop-pp-mcp -- tiktok-shop-pp-mcp

The MCP server exposes the same safe v1 read surface and an inventory_update_status explainer instead of a stock mutation tool.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.