Agent skill · AI & Agents

tiktok-influencer-finder

Find TikTok influencers using Apify's Influencer Discovery Agent. Use when the user wants to discover TikTok creators or influencers in any niche.

gooseworks-aigithub.com/gooseworks-aiGitHub ↗
claude-codecodexcursorships scriptsMIT
Install
npx skills add gooseworks-ai/goose-skills --skill tiktok-influencer-finder --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/social/capabilities/tiktok-influencer-finder/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,091
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# TikTok Influencer Finder Search for TikTok influencers matching a specific niche using Apify's Influencer Discovery Agent. ## Quick Start Requires `requests` and either `GOOSEWORKS_API_KEY` or `APIFY_API_TOKEN` env var. ```bash # Basic search python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "fitness coaches for women over 40" # With follower filters python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "AI and tech reviewers" \ --min-followers 10000 --max-followers 500000 # Summary table output python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "vegan cooking creators" --output summary # CSV export python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \ --description "sustainable fashion" --output csv ``` ## Step 1: Gather Criteria Before running the search, ask the user for their filtering criteria. 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 + Canad

What's inside
Steps it walks through
  1. Quick Start
  2. Step 1: Gather Criteria
  3. Step 2: Run the Search
  4. Step 3: Filter Results
  5. Step 4: Present Results
  6. CLI Reference
  7. Notes
Ships with 2 files
  • scripts/find_influencers.py
  • skill.meta.json
Commands it runs
Basic search
python3 skills/tiktok-influencer-finder/scripts/find_influencers.py \
With follower filters
Summary table output
CSV export
More from goose-skills
All skills →
About this skill
What does the tiktok-influencer-finder skill do?

Find TikTok influencers using Apify's Influencer Discovery Agent. Use when the user wants to discover TikTok creators or influencers in any niche.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill tiktok-influencer-finder --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From gooseworks-ai/goose-skills, a repository with 1,091 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going