Systems Lab

Agent skill

find-influencers

Find influencers on TikTok using Apify's Influencer Discovery Agent.

dormantNeeds a keyInstructions only402 words

Filed under LinkedIn and social.

From edupegoretti/fluidz-skills · 116 skills · 0 · pushed 2026-03-11

What it does when it runs

Find influencers on TikTok using Apify's Influencer Discovery Agent. Use when the user wants to discover, search for, or find influencers, creators, or content creators in any niche.

Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.

Keys and connectors you must supply
  • apify
Hosts it reaches
No third-party host appears in the skill or its bundled files.
Tool permissions it declares
No allowed-tools in the frontmatter. It only issues instructions, so there is nothing to bound.
Actions present in the files
None. Instructions only.

Ask about find-influencers

Opens your assistant with this page's verified links already in the prompt.

Is this safe to install?ClaudeChatGPT
Adapt it to my stackClaudeChatGPT
What else do I need for it to workClaudeChatGPT
Rather ask a human? Talk to Cheetah
git clone --depth 1 --filter=blob:none --sparse https://github.com/edupegoretti/fluidz-skills.git /tmp/fluidz-skills
git -C /tmp/fluidz-skills sparse-checkout set "skills/capabilities/find-influencers"
mkdir -p ~/.claude/skills/find-influencers
cp -R "/tmp/fluidz-skills/skills/capabilities/find-influencers/." ~/.claude/skills/find-influencers/

Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗

The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.

Before you install: this skill will not complete its job on a bare agent. It needs apify, which you have to obtain separately.

Reproduced in full from edupegoretti/fluidz-skills/blob/a2cf697e2e8ec2ea517d85496e2d5c7f5dc44cd3/skills/capabilities/find-influencers/SKILL.md, which is licensed MIT (repository). 402 words, 6 headings.

Find Influencers

Search for TikTok influencers matching a specific niche using Apify's Influencer Discovery Agent.

Step 1: Gather Criteria

Before running the search, ask the user for their filtering criteria using AskUserQuestion. Collect ALL of the following:

  1. Niche/Description: What type of influencer? (use $ARGUMENTS if provided, otherwise ask)
  2. Minimum follower count: e.g. 5K, 10K, 50K
  3. Maximum follower count: e.g. 50K, 100K, 500K
  4. Location filter: e.g. US only, US + Canada, any English-speaking country
  5. Sub-niche preferences: Any specific content focus within the broader niche

Ask all 5 criteria in a single AskUserQuestion call to minimize back-and-forth. Provide sensible default options but always allow custom input.

Step 2: Run the Apify Influencer Discovery Agent

Use the mcp__apify__apify-slash-influencer-discovery-agent tool with:

  • influencerDescription: Compose a detailed description combining the user's niche, content style preferences, and target audience. Be specific and descriptive.
  • generatedKeywords: 5 (maximum for best coverage)
  • profilesPerKeyword: 10 (maximum for best coverage)

If the MCP connection fails, instruct the user to run /mcp to reconnect, then retry.

Step 3: Filter Results

After receiving results, apply ALL the user's criteria strictly:

  • Remove profiles below minimum follower count
  • Remove profiles above maximum follower count
  • Remove profiles outside the specified location(s)
  • Remove profiles that don't match the sub-niche (use the fit score and fitDescription to judge relevance; generally exclude fit < 0.6)
  • Sort remaining results by fit score (descending), then by follower count (descending)

Step 4: Present Results

Present filtered results in a clean markdown table with these columns:

| Creator | Handle | Followers | Engagement | Location | Focus | Fit Score |

Include:

  • Clickable TikTok profile links
  • Follower count formatted readably (e.g. 46.3K)
  • Engagement rate as percentage
  • Brief description of their content focus
  • The AI-generated fit score

After the table, include:

  • Total profiles analyzed vs profiles matching criteria
  • A note if very few results matched (suggest adjusting criteria)
  • Offer to run another search with different keywords or adjusted criteria

Notes

  • This skill requires the Apify MCP server to be connected. If not connected, tell the user to run /mcp first.
  • The tool searches TikTok specifically. If the user wants other platforms, let them know this is TikTok-only and suggest alternatives.
  • Engagement rates above 100% can occur when viral posts drive disproportionate interaction relative to follower count.

Files bundled with it

These load only when the skill asks for them, so they cost nothing until it runs.

Other skills for the same job

Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.

Need help setting it up?

This page tells you what find-influencers does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.

Book a call →

The directory stays free. There is nothing gated behind this.