Token导航 LogoToken导航TokenDH.com
研究检索执行命令github未标认证来源可访问许可证需确认审计提醒

creator-discovery-router创建者发现路由器

Agent Skill

creator-discovery-router 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

588

周安装

25

GitHub Stars

公开资料未说明

下载量

206
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:creator-discovery-router(创建者发现路由器)
来源仓库:https://github.com/postplusai/postplus-skills
仓库路径:skills/creator-discovery-router
安装命令:
npx skills add https://github.com/postplusai/postplus-skills --skill creator-discovery-router
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/postplusai/postplus-skills --skill creator-discovery-router

简介

用于查找、检索和筛选创作者或影响者信息,支持多平台候选结果快速定位。

  • 适用于根据关键词、任务场景或来源线索进行精准匹配与路由决策。
  • 作为路由层决定发现问题的类型及优先使用的平台技能。
  • 安装前建议确认权限范围和维护状态,避免触发不必要的联网或文件操作。
  • creator-discovery-router 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Creator Discovery Router

Use this skill when the user wants to:

  • find creators or influencers for outreach
  • shortlist KOL / KOC candidates
  • find mid-tier or micro creators in a niche
  • find creators under follower constraints such as 5k-10k
  • find creators by audience fit, not only by topic keywords
  • compare discovery routes across TikTok, Instagram, and X

This skill is a routing layer. It should not be the primary collector.

It decides:

  • what kind of discovery problem this is
  • which platform skill should collect first
  • whether to start from handles, content, or creator graph expansion
  • when to hand off to skills/50-publishing/creator-outreach

Follow shared release-shell and research rules in:

  • postplus-shared release-shell rules
  • postplus-shared research preferences

Execution Rules

Inside the product-shell runtime, keep this skill narrow and fast:

  • this skill is route selection only, not a collection workflow
  • do not enter plan mode
  • do not spawn Agent/Task subagents
  • do not use TodoWrite just to manage simple routing work
  • do not use Glob or any other discovery step to search for this skill's own reference files
  • do not use Bash, ls, find, cat, or similar shell exploration to inspect skill directories or references
  • read only the directly relevant reference files listed in this skill with the Read tool
  • treat the reference list in this file as explicit. If you need one reference, read that exact file path directly
  • after choosing the route, either:

- explain the route briefly in user-facing language and hand off to the downstream platform skill - or ask one short clarification question if the route is genuinely ambiguous

  • do not end the turn immediately after only reading a reference file
  • do not stop at route diagnosis; continue into the downstream skill in the same turn whenever the route is already clear

If the request already clearly maps to one route, do not stop for extra exploration.

Same-Turn Handoff Rule

For a clear creator-discovery request, this skill must complete three things in the same turn:

  1. normalize the request into a brief internally
  2. choose the discovery route
  3. hand off to the downstream platform skill

Do not stop after step 1 or step 2.

If the request already names a platform and the route is clear, do not return a route-only answer.

Default Handoff For TikTok Discovery

When the request is about finding TikTok creators/KOLs with topical fit plus a follower-band preference:

  • default to content-first
  • explain the plan in plain business language
  • hand off directly to skills/20-research/tiktok-research in the same turn

For requests like:

  • 找 20 个 TikTok 护肤仪 KOL,优先微中腰部账号
  • 找 TikTok 上适合做合作的美妆仪器达人

do not pause after reading brief-schema.md. Route to skills/20-research/tiktok-research immediately unless a missing detail would genuinely change the route. Do not treat a missing local reference file as a reason to stop or fail this handoff. If the route is already clear from the user request, skip extra reference reads and continue into skills/20-research/tiktok-research.

User-Facing Explanation Rule

When explaining the plan to the user before collection, do not expose internal route labels such as:

  • handle-first
  • content-first
  • graph-first
  • mixed

Use business language that a marketer can understand.

Good examples:

  • "我会先从最近真的在发这类内容的人里找,再补他们的主页和联系方式。"
  • "我会先从竞品已经合作过的人和相关内容里拉一批候选,再筛掉不适合联系的账号。"
  • "我会先用你现有的达人名单补资料,再按内容、互动和合作价值做一轮筛选。"
  • "如果平台后台已经有达人池,我会先用那个做第一轮过滤,再补公开资料。"

Avoid explanations like:

  • "我会先走 content-first"
  • "这次更适合 graph-first"
  • "我准备 mixed route"

Internal route labels are for system reasoning, not for user-facing communication.

Read these references before implementation:

  • postplus-shared research preferences
  • skills/10-routing/creator-discovery-router/references/brief-schema.md
  • skills/10-routing/creator-discovery-router/references/routing-modes.md
  • skills/10-routing/creator-discovery-router/references/iteration-loop.md
  • skills/10-routing/creator-discovery-router/references/candidate-schema.md
  • skills/10-routing/creator-discovery-router/references/instagram-candidate-mapping.md
  • skills/10-routing/creator-discovery-router/references/x-candidate-mapping.md

Core Rule

Do not treat all "find creators" requests as keyword-based profile search.

First extract the real constraints:

  • platform
  • follower range
  • recall range
  • topic or niche
  • audience
  • geo or language
  • creator type
  • recency / activity
  • contactability

Then choose the route.

Default assumption:

  • do not use the user's target follower band as the first-pass recall band when the platform search is noisy
  • use a wider recall band first, then tighten in shortlist scoring

Discovery Modes

handle-first

Use when the user already has:

  • seed creators
  • competitor handles
  • account usernames
  • brand watchlists

Route:

  1. collect profiles from platform skills
  2. enrich recent content if needed
  3. rank and shortlist
  4. hand off to creator-outreach if partnership prep is needed

content-first

Use when the user wants:

  • creators in a niche
  • creators under a follower band
  • real creators who are actively posting a topic
  • partnership candidates based on what they post, not only what they claim in bio

Route:

  1. collect topic-relevant videos / posts / reels first
  2. extract authors from the content set
  3. enrich author profiles
  4. classify creator type
  5. filter by follower range and creator fit
  6. shortlist and hand off

This should be the default when the user asks for combinations like:

  • 5k-10k AI tools creators
  • small study creators who post productivity workflows
  • mid-tier creators with overseas student audiences

graph-first

Use when the best creators are unlikely to be found by simple search ranking.

Examples:

  • micro creators
  • local-language creators
  • creators in a narrow subculture
  • creators around a specific seed account or hashtag cluster

Route:

  1. start from one or more seed creators, hashtags, or posts
  2. expand through related accounts, tagged mentions, repeated collaborators, or creator clusters
  3. enrich candidate profiles
  4. filter and shortlist

mixed

Use when discovery needs multiple passes.

Example:

  1. content-first to get real active creators
  2. graph-first to expand around the best seeds
  3. handle-first to enrich the final shortlist

Routing Heuristics

If the user strongly cares about follower range:

  • do not default to keyword-only profile search
  • prefer content-first or graph-first
  • widen recall before tightening shortlist

If the user strongly cares about content relevance:

  • collect content before ranking creators

If the user strongly cares about audience fit:

  • do not trust bios alone
  • use recent content patterns, language, and repeated framing as evidence

If the user strongly cares about creator type:

  • classify candidates before final shortlist
  • separate:

- individual creator - brand/product account - educator/consultant - aggregator

If the user already has seeds:

  • use handle-first

If the user wants contact-ready leads:

  • collect first
  • enrich second
  • score third
  • only then use creator-outreach

Platform Handoff

Use the narrowest useful platform skill:

  • TikTok data -> skills/20-research/tiktok-research
  • Instagram accounts -> skills/20-research/instagram-account-research
  • X accounts -> skills/20-research/x-research
  • Outreach prep -> skills/50-publishing/creator-outreach

Do not use public web search as the primary route for platform creator discovery unless platform collection is blocked.

Default Output

Return:

  • chosen discovery mode
  • why this route was chosen
  • collection plan by platform
  • filtering logic:

- recall range - follower range - relevance signals - creator type rules - exclusion rules

  • whether the next skill should be collection, enrichment, or outreach

When returning creator candidates, normalize them into the shared candidate schema in references/candidate-schema.md.

Keep:

  • a stable core schema across platforms
  • optional fields for platform-specific or request-specific extensions

Do not let each platform return a completely different downstream shape if the outputs are meant to be merged.

Good Brief

Use the shared brief shape in references/brief-schema.md.

If the user gives a vague request, infer the smallest sufficient brief and proceed.

If the request is ambiguous in a way that changes the route, ask one short question.

Examples:

  • 你是更希望我先从最近在发这类内容的人里找,还是先从你已有名单和竞品名单里找?
  • 你这次更在意达人粉丝量级,还是更在意内容和目标受众的贴合度?

Failure Pattern To Avoid

Bad route:

  • user asks for 5k-10k AI tools creators
  • agent runs keyword-based user search
  • agent filters follower counts afterward
  • result quality is poor and sparse

Better route:

  • recognize that follower band plus niche fit needs content-first
  • collect relevant content first
  • extract and enrich authors
  • classify creator type before final shortlist
  • apply follower and fit filters after author expansion

When telling the user this plan, translate it into plain language:

  • first find people who are already posting the right content
  • then补主页和公开资料
  • then按粉丝量、内容贴合度和账号类型筛 shortlist

Default Filtering Pattern

Unless the user explicitly requires strict first-pass filtering:

  1. use a wider recall band such as 3k-15k
  2. score relevance and creator type
  3. tighten to the target band such as 5k-10k
  4. return:

- research pool - outreach-ready shortlist

Do not collapse these into one list.

Iteration Rule

Do not assume one collection pass is enough.

Creator discovery is an iterative loop:

  1. collect a small but valid dataset
  2. evaluate the result quality
  3. diagnose where the failure or weakness is
  4. change one or two key variables
  5. run the next pass

Typical variables to change:

  • route
  • queries
  • recall range
  • creator type filters
  • platform
  • seed set

Do not change everything at once unless the current route is clearly invalid.

After each pass, decide whether the next step is:

  • continue on the same platform
  • change route on the same platform
  • expand from seeds
  • switch or add platform
  • stop and synthesize

Use references/iteration-loop.md for the evaluation and optimization checklist.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.44%
按下载量换算75

Claude

31.45%
按下载量换算65

Cursor

18.84%
按下载量换算39

Gemini CLI

9.93%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

可疑

Snyk

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 npx skills add https://github.com/postplusai/postplus-skills --skill creator-discovery-router 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills