Skip to content
OpenSmartRoute
Skillv1.0.0

topview-youtube-kol-ops

YouTube creator discovery and evaluation via unified host MCP `topview-mcp` (progressive disclosure: use_youtube_kol → get_tool_schema → call_tool; deferred youtube_kol_* tools from Topview's owned yo

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-youtube-kol-ops/SKILL.md). Install upstream with npx skills add topviewai/skill --skill topview-youtube-kol-ops. Copyright stays with the author.

Topview YouTube KOL Ops

Merchant-facing YouTube creator research via the host's unified topview-mcp server (progressive disclosure; domain youtube_kol).

Step 0 — Bootstrap

  1. Confirm MCP server topview-mcp is connected (look for use_youtube_kol, get_tool_schema, call_tool).
  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.

YouTube KOL tools are deferred. Invoke via progressive disclosure:

  1. Read the use_youtube_kol description on tools/list (embedded Tools catalog). Calling use_youtube_kol only to list tools is optional.
  2. Pick a deferred youtube_kol_* name from the catalog or references/tool_routing.md.
  3. get_tool_schema with { "name": "<youtube_kol_*>", "domain": "youtube_kol" }.
  4. call_tool with { "name": "<youtube_kol_*>", "domain": "youtube_kol", "arguments": { "req": { ... } } } (confirm shape with schema).

Typical host tool ids: mcp__topview-mcp__get_tool_schema / mcp__topview-mcp__call_tool.
Prefer youtube_kol_auto_quote_saved over write tool youtube_kol_auto_quote unless the user explicitly wants a new saved quote.

UX Rules

  1. Prefer analysis and shortlists over CRM execution.
  2. Never invent subscriber/metrics; report empty/failed tool results honestly.
  3. Creative production → topview-generate.
  4. Match the user's language.

Source

Adapted from Marketing Studio youtube-kol-ops-assistant (V049).

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-youtube-kol-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-youtube-kol-ops.ocm.jsonjson
{
  "ocm": "1",
  "id": "topviewai-skill-topview-youtube-kol-ops",
  "kind": "skill",
  "name": "topview-youtube-kol-ops",
  "description": "YouTube creator discovery and evaluation via unified host MCP `topview-mcp` (progressive disclosure: use_youtube_kol → get_tool_schema → call_tool; deferred youtube_kol_* tools from Topview's owned youtubeagent pool). Use when: find YouTube creators, channel detail, competitor creators, collaboration quote references from Topview's owned pool. NOT for: Amazon/Shopee/TikTok Shop data, Modash Instagram/YouTube creator-discovery MCP, or media generation (use other topview-*-ops or topview-generate).",
  "publisher": "topviewai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "topview",
      "youtube",
      "creator",
      "kol",
      "mcp",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "YouTube creator discovery and evaluation via unified host MCP `topview-mcp` (progressive disclosure: use_youtube_kol → get_tool_schema → call_tool; deferred youtube_kol_* tools from Topview's owned youtubeagent pool). Use when: find YouTube creators, channel detail, competitor creators, collaboration quote references from Topview's owned pool. NOT for: Amazon/Shopee/TikTok Shop data, Modash Instagram/YouTube creator-discovery MCP, or media generation (use other topview-*-ops or topview-generate)."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/topviewai/skill",
      "path": "topview-youtube-kol-ops/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/topviewai/skill/blob/HEAD/topview-youtube-kol-ops/SKILL.md",
      "key": "topviewai/skill/topview-youtube-kol-ops/SKILL.md"
    }
  },
  "instructions": "# Topview YouTube KOL Ops\n\nMerchant-facing YouTube creator research via the host's unified **`topview-mcp`** server (progressive disclosure; domain `youtube_kol`).\n\n## Step 0 — Bootstrap\n\n1. Confirm MCP server **`topview-mcp`** is connected (look for `use_youtube_kol`, `get_tool_schema`, `call_tool`).\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). Never open SSE yourself.\n\nYouTube KOL tools are **de",
  "cost": {
    "context_tokens": 414
  }
}

Fetch it by URL: GET /api/v1/registry/topviewai-skill-topview-youtube-kol-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.