Imported from topviewai/skill (
topview-tiktok-shop-ops/SKILL.md). Install upstream withnpx skills add topviewai/skill --skill topview-tiktok-shop-ops. Copyright stays with the author.
Topview TikTok Shop Ops
TikTok Shop data via the host's unified topview-mcp server (progressive disclosure; domain tiktok; deferred td_* tools).
Step 0 — Bootstrap
- Confirm MCP server
topview-mcpis connected (look foruse_tiktok_data,get_tool_schema,call_tool). Do not expecttd_*as top-level tools/list entries. - If missing, point the user to
mcp.example.json→~/.cursor/mcp.json, reload MCP. - Do not run
scripts/mcp_call.py, open SSE yourself, or use curl/raw HTTP.
Execution
Server: topview-mcp (unified). Never open SSE yourself.
TikTok data tools are deferred. Invoke via progressive disclosure:
- Read the
use_tiktok_datadescription ontools/list(embedded Tools catalog). Callinguse_tiktok_dataonly to list tools is optional. - Pick a deferred
td_*name from the catalog or references/tool_routing.md. get_tool_schemawith{ "name": "<td_*>", "domain": "tiktok" }.call_toolwith{ "name": "<td_*>", "domain": "tiktok", "arguments": { "req": { ... } } }(confirm shape with schema).
Typical host tool ids: mcp__topview-mcp__get_tool_schema / mcp__topview-mcp__call_tool.
Prefer td_* for market/item/creator/video/live intelligence. Do not use use_amazon_data / Amazon deferred names for TikTok intents.
UX Rules
- Be concise; lead with actionable findings.
- Ask for region / category / product identifiers when missing.
- Do not invent private shop-backend ads metrics.
- For video/image/avatar production, chain to
topview-generate. - Match the user's language.
Source
Adapted from Marketing Studio TikTok Shop expert skills (V030) + topview-mcp.