Influencer finder
Quick answer
- 01What is it?
- Find and evaluate influencers for marketing collaborations and partnerships. It stands out by giving influencer finder a defined shape, so the agent asks for better context and returns a more usable result.
- 02Inputs
- Context the agent needs: your goals, audience, constraints, and any source material the skill asks for.
- 03Output
- A ready-to-use result: the analysis, copy, or recommendations the agent produces.
Add this skill
Install as a package
Installs this one skill package for your coding agent, including any supporting files that skill ships with — not every skill in the repository. Read the tutorial.
$ npx skills add guia-matthieu/clawfu-skills --skill influencer-finderSkill instructions
The instruction file for this skill. The skill also includes other files you need to install to use it.
Influencer Finder
Find and evaluate influencers for marketing collaborations and partnerships.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
Dependencies
pip install click requests pandas
Commands
python scripts/main.py search "fitness" --platform instagram --followers 10000-100000
python scripts/main.py analyze @influencer --platform instagram
python scripts/main.py export influencers.csv --with-metrics
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: social
dependencies: [click, requests, pandas]
difficulty: intermediate
Common questions
How do I install Influencer finder in Cursor, Claude Code, or Codex?
Run npx skills add guia-matthieu/clawfu-skills --skill influencer-finder in the project where you want it, then ask your agent for the skill by name. The --skill flag installs only Influencer finder, not every skill in the repository.
Where does Influencer finder come from and what license is it under?
Influencer finder comes from the guia-matthieu/clawfu-skills repository on GitHub. That repository has 128 GitHub stars. The skill is published under the MIT license.
Prefer plain text? Read the Influencer finder guide as markdown.
Related skills
More from guia-matthieu