Skip to content
Skillv1.0.0

topview-tiktok-shop-ops

TikTok Shop public intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_tiktok_data → get_tool_schema → call_tool; deferred td_* tools). Use when: TikTok Shop market trends, pr

by topviewai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from topviewai/skill (topview-tiktok-shop-ops/SKILL.md). Install upstream with npx 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

  1. Confirm MCP server topview-mcp is connected (look for use_tiktok_data, get_tool_schema, call_tool). Do not expect td_* as top-level tools/list entries.
  2. If missing, point the user to mcp.example.json~/.cursor/mcp.json, reload MCP.
  3. 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:

  1. Read the use_tiktok_data description on tools/list (embedded Tools catalog). Calling use_tiktok_data only to list tools is optional.
  2. Pick a deferred td_* name from the catalog or references/tool_routing.md.
  3. get_tool_schema with { "name": "<td_*>", "domain": "tiktok" }.
  4. call_tool with { "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

  1. Be concise; lead with actionable findings.
  2. Ask for region / category / product identifiers when missing.
  3. Do not invent private shop-backend ads metrics.
  4. For video/image/avatar production, chain to topview-generate.
  5. Match the user's language.

Source

Adapted from Marketing Studio TikTok Shop expert skills (V030) + topview-mcp.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/topviewai-skill-topview-tiktok-shop-ops/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

topviewai-skill-topview-tiktok-shop-ops.ocm.jsonjson
{
  "ocm": "1",
  "id": "topviewai-skill-topview-tiktok-shop-ops",
  "kind": "skill",
  "name": "topview-tiktok-shop-ops",
  "description": "TikTok Shop public intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_tiktok_data → get_tool_schema → call_tool; deferred td_* tools). Use when: TikTok Shop market trends, product selection, viral material breakdown, scripts, content calendar, affiliate/creator ops, ads/live ops. NOT for: Amazon, Shopee, YouTube KOL pool, or media generation (use topview-amazon-ops, topview-shopee-ops, topview-youtube-kol-ops, or topview-generate).",
  "publisher": "topviewai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "topview",
      "tiktok",
      "ecommerce",
      "mcp",
      "td",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "TikTok Shop public intelligence via unified host MCP `topview-mcp` (progressive disclosure: use_tiktok_data → get_tool_schema → call_tool; deferred td_* tools). Use when: TikTok Shop market trends, product selection, viral material breakdown, scripts, content calendar, affiliate/creator ops, ads/live ops. NOT for: Amazon, Shopee, YouTube KOL pool, or media generation (use topview-amazon-ops, topview-shopee-ops, topview-youtube-kol-ops, or topview-generate)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/topviewai/skill",
      "path": "topview-tiktok-shop-ops/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/topviewai/skill/blob/HEAD/topview-tiktok-shop-ops/SKILL.md",
      "key": "topviewai/skill/topview-tiktok-shop-ops/SKILL.md"
    }
  },
  "instructions": "# Topview TikTok Shop Ops\n\nTikTok Shop data via the host's unified **`topview-mcp`** server (progressive disclosure; domain `tiktok`; deferred `td_*` tools).\n\n## Step 0 — Bootstrap\n\n1. Confirm MCP server **`topview-mcp`** is connected (look for `use_tiktok_data`, `get_tool_schema`, `call_tool`). Do **not** expect `td_*` as top-level tools/list entries.\n2. If missing, point the user to [`mcp.example.json`](../mcp.example.json) → `~/.cursor/mcp.json`, reload MCP.\n3. **Do not** run `scripts/mcp_call.py`, open SSE yourself, or use curl/raw HTTP.\n\n## Execution\n\nServer: **`topview-mcp`** (unified). ",
  "cost": {
    "context_tokens": 435
  }
}

Fetch it by URL: GET /api/v1/registry/topviewai-skill-topview-tiktok-shop-ops/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.