guia-matthieu/influencer-finder
Find and analyze influencers for campaigns. Use when: researching potential influencer partners; analyzing influencer metrics; building influencer lists; evaluating engagement rates; planning influencer outreach
npx skills add https://github.com/guia-matthieu/clawfu-skills --skill influencer-finder
> Find and evaluate influencers for marketing collaborations and partnerships.
| 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 |
pip install click requests pandas
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
category: social
dependencies: [click, requests, pandas]
difficulty: intermediate
Take guia-matthieu/influencer-finder from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.
The instructions reference pip.
Without those the skill loads but fails at the first command.