Agent skill

linkedin-influencer-discovery

Discover top LinkedIn influencers and voices by topic, industry, follower count, and country. Use when you need to find the top 100 voices in a space, build influencer lists for outreach, or identify thought leaders on LinkedIn.

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

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

Facts
Files in the skill folder: 3
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/social/capabilities/linkedin-influencer-discovery/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

# LinkedIn Influencer Discovery Discover top LinkedIn influencers by topic, country, and follower count using the Apify `powerai/influencer-filter-api-scraper` actor. Queries a database of 3.6M+ influencer profiles filtered to those with LinkedIn presence. ## Quick Start Requires `APIFY_API_TOKEN` env var (or `--token` flag). Install dependency: `pip install requests`. ```bash # Find top AI influencers with LinkedIn profiles python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "artificial intelligence" --max-results 50 --output summary # Find SaaS influencers in the US python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "saas" --country "United States of America" --output summary # Find marketing influencers with email available python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "marketing" --has-email --max-results 100 # Filter to a specific follower range python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \ --topic "fintech" --min-followers 10000 --max-followers 500000 --output summary ``` ## CLI Reference | Flag | Default | Description | |------|----

What's inside
Steps it walks through
  1. Quick Start
  2. CLI Reference
  3. Cost
  4. Output Fields
  5. Notes
Ships with 2 files
  • scripts/discover_influencers.py
  • skill.meta.json
Commands it runs
Find top AI influencers with LinkedIn profiles
python3 skills/linkedin-influencer-discovery/scripts/discover_influencers.py \
Find SaaS influencers in the US
Find marketing influencers with email available
Filter to a specific follower range
More from goose-skills
All skills →
About this skill
What does the linkedin-influencer-discovery skill do?

Discover top LinkedIn influencers and voices by topic, industry, follower count, and country. Use when you need to find the top 100 voices in a space, build influencer lists for outreach, or identify thought leaders on LinkedIn.

How do I install it?

Run `npx skills add gooseworks-ai/goose-skills --skill linkedin-influencer-discovery --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