@anysiteio/agent-skills 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.claude-plugin/marketplace.json +113 -0
- package/.claude-plugin/plugin.json +45 -0
- package/LICENSE +21 -0
- package/README.md +221 -0
- package/bin/install.js +55 -0
- package/package.json +45 -0
- package/skills/anysite-audience-analysis/SKILL.md +273 -0
- package/skills/anysite-audience-analysis/references/PLATFORM_COVERAGE.md +53 -0
- package/skills/anysite-audience-analysis/references/TOOL_MAPPING.md +27 -0
- package/skills/anysite-brand-reputation/SKILL.md +373 -0
- package/skills/anysite-brand-reputation/references/MONITORING_GUIDE.md +84 -0
- package/skills/anysite-competitor-analyzer/SKILL.md +847 -0
- package/skills/anysite-competitor-intelligence/SKILL.md +642 -0
- package/skills/anysite-competitor-intelligence/references/ANALYSIS_PATTERNS.md +97 -0
- package/skills/anysite-content-analytics/SKILL.md +298 -0
- package/skills/anysite-content-analytics/references/METRICS_GUIDE.md +63 -0
- package/skills/anysite-influencer-discovery/SKILL.md +398 -0
- package/skills/anysite-influencer-discovery/references/DISCOVERY_CRITERIA.md +50 -0
- package/skills/anysite-lead-generation/SKILL.md +1022 -0
- package/skills/anysite-lead-generation/references/LINKEDIN_STRATEGIES.md +739 -0
- package/skills/anysite-lead-generation/references/WEB_SCRAPING.md +910 -0
- package/skills/anysite-market-research/SKILL.md +379 -0
- package/skills/anysite-market-research/references/RESEARCH_METHODS.md +65 -0
- package/skills/anysite-person-analyzer/SKILL.md +604 -0
- package/skills/anysite-trend-analysis/SKILL.md +310 -0
- package/skills/anysite-trend-analysis/references/SOCIAL_MONITORING.md +46 -0
- package/skills/anysite-vc-analyst/SKILL.md +269 -0
|
@@ -0,0 +1,398 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: anysite-influencer-discovery
|
|
3
|
+
description: Discover and analyze influencers across Instagram, Twitter/X, LinkedIn, YouTube, and Reddit using anysite MCP server. Find content creators by niche, analyze engagement metrics, evaluate audience quality, track influencer activity, and identify partnership opportunities. Supports multi-platform influencer search, profile enrichment, follower analysis, and engagement tracking. Use when users need to find brand ambassadors, research content creators, identify thought leaders, build influencer lists, or evaluate influencer partnerships for marketing campaigns.
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# anysite Influencer Discovery
|
|
7
|
+
|
|
8
|
+
Find and analyze influencers across social platforms using anysite MCP. Discover content creators, evaluate their reach and engagement, and identify partnership opportunities.
|
|
9
|
+
|
|
10
|
+
## Overview
|
|
11
|
+
|
|
12
|
+
- **Discover influencers** across Instagram, Twitter, LinkedIn, YouTube
|
|
13
|
+
- **Analyze engagement** and audience quality
|
|
14
|
+
- **Track activity** and content patterns
|
|
15
|
+
- **Evaluate partnership fit** based on niche and metrics
|
|
16
|
+
- **Build influencer lists** with contact information
|
|
17
|
+
|
|
18
|
+
**Coverage**: 85% - Excellent for Instagram, Twitter, LinkedIn, YouTube influencers.
|
|
19
|
+
|
|
20
|
+
## Supported Platforms
|
|
21
|
+
|
|
22
|
+
- ✅ **Instagram**: Profile stats, posts, followers, engagement, Reels
|
|
23
|
+
- ✅ **Twitter/X**: User search, followers, tweets, engagement
|
|
24
|
+
- ✅ **LinkedIn**: B2B influencers, thought leaders, professional content
|
|
25
|
+
- ✅ **YouTube**: Channel search, subscribers, views, video performance
|
|
26
|
+
- ✅ **Reddit**: Community influencers, karma, post quality
|
|
27
|
+
|
|
28
|
+
## Quick Start
|
|
29
|
+
|
|
30
|
+
**Step 1: Search for Influencers**
|
|
31
|
+
|
|
32
|
+
By platform:
|
|
33
|
+
- Instagram: `search_instagram_posts` with niche keywords + hashtags
|
|
34
|
+
- Twitter: `search_twitter_users` with niche keywords
|
|
35
|
+
- LinkedIn: `search_linkedin_users` with industry + "thought leader"
|
|
36
|
+
- YouTube: `search_youtube_videos` with niche, then analyze channels
|
|
37
|
+
|
|
38
|
+
**Step 2: Analyze Profiles**
|
|
39
|
+
|
|
40
|
+
Get detailed metrics:
|
|
41
|
+
- Instagram: `get_instagram_user` → followers, posts, engagement rate
|
|
42
|
+
- Twitter: `get_twitter_user` → followers, tweet frequency
|
|
43
|
+
- YouTube: `get_youtube_channel_videos` → subscribers, views, growth
|
|
44
|
+
- LinkedIn: `get_linkedin_profile` → connections, post engagement
|
|
45
|
+
|
|
46
|
+
**Step 3: Evaluate Engagement**
|
|
47
|
+
|
|
48
|
+
Check engagement quality:
|
|
49
|
+
- Post likes, comments, shares
|
|
50
|
+
- Engagement rate (engagement / followers)
|
|
51
|
+
- Audience authenticity (comment quality)
|
|
52
|
+
- Content consistency (posts per week)
|
|
53
|
+
|
|
54
|
+
**Step 4: Build Influencer List**
|
|
55
|
+
|
|
56
|
+
Export with:
|
|
57
|
+
- Name, handle, platform
|
|
58
|
+
- Follower count, engagement rate
|
|
59
|
+
- Niche/topics, content type
|
|
60
|
+
- Contact info (if available)
|
|
61
|
+
- Partnership fit score
|
|
62
|
+
|
|
63
|
+
## Common Workflows
|
|
64
|
+
|
|
65
|
+
### Workflow 1: Instagram Influencer Discovery
|
|
66
|
+
|
|
67
|
+
**Scenario**: Find Instagram influencers in sustainable fashion (10k-100k followers)
|
|
68
|
+
|
|
69
|
+
**Steps**:
|
|
70
|
+
|
|
71
|
+
1. **Search by Hashtag/Keywords**
|
|
72
|
+
```
|
|
73
|
+
search_instagram_posts(
|
|
74
|
+
query="sustainable fashion OR eco friendly fashion",
|
|
75
|
+
count=100
|
|
76
|
+
)
|
|
77
|
+
→ Extract unique user handles from results
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
2. **Analyze Each Creator**
|
|
81
|
+
```
|
|
82
|
+
For each unique handle:
|
|
83
|
+
get_instagram_user(username)
|
|
84
|
+
→ Follower count, bio, profile type
|
|
85
|
+
|
|
86
|
+
Filter for:
|
|
87
|
+
- 10k-100k followers
|
|
88
|
+
- Business/Creator account
|
|
89
|
+
- Bio mentioning sustainability
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
3. **Evaluate Content**
|
|
93
|
+
```
|
|
94
|
+
For qualified creators:
|
|
95
|
+
get_instagram_user_posts(username, count=30)
|
|
96
|
+
|
|
97
|
+
Analyze:
|
|
98
|
+
- Post frequency (consistency)
|
|
99
|
+
- Engagement rate per post
|
|
100
|
+
- Content quality and style
|
|
101
|
+
- Brand partnerships visible
|
|
102
|
+
```
|
|
103
|
+
|
|
104
|
+
4. **Check Audience Quality**
|
|
105
|
+
```
|
|
106
|
+
get_instagram_post_likes(post_id, count=100)
|
|
107
|
+
get_instagram_post_comments(post_id, count=50)
|
|
108
|
+
|
|
109
|
+
Look for:
|
|
110
|
+
- Real comments (not just emojis)
|
|
111
|
+
- Engaged community (questions, discussions)
|
|
112
|
+
- Geographic relevance
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
5. **Get Contact Information**
|
|
116
|
+
```
|
|
117
|
+
From Instagram bio:
|
|
118
|
+
- Email addresses
|
|
119
|
+
- Website links
|
|
120
|
+
|
|
121
|
+
If LinkedIn mentioned:
|
|
122
|
+
search_linkedin_users(first_name, last_name)
|
|
123
|
+
get_linkedin_profile(user)
|
|
124
|
+
```
|
|
125
|
+
|
|
126
|
+
**Expected Output**:
|
|
127
|
+
- 20-40 qualified influencers
|
|
128
|
+
- Engagement metrics for each
|
|
129
|
+
- Contact information for 60-70%
|
|
130
|
+
- Partnership fit scores
|
|
131
|
+
|
|
132
|
+
### Workflow 2: LinkedIn Thought Leader Identification
|
|
133
|
+
|
|
134
|
+
**Scenario**: Find B2B thought leaders in SaaS/sales
|
|
135
|
+
|
|
136
|
+
**Steps**:
|
|
137
|
+
|
|
138
|
+
1. **Search for Active Posters**
|
|
139
|
+
```
|
|
140
|
+
search_linkedin_users(
|
|
141
|
+
keywords="SaaS sales thought leader",
|
|
142
|
+
title="VP Sales OR Head of Sales OR Chief Revenue Officer",
|
|
143
|
+
count=100
|
|
144
|
+
)
|
|
145
|
+
```
|
|
146
|
+
|
|
147
|
+
2. **Analyze Post Activity**
|
|
148
|
+
```
|
|
149
|
+
For each candidate:
|
|
150
|
+
get_linkedin_user_posts(urn, count=50)
|
|
151
|
+
|
|
152
|
+
Filter for:
|
|
153
|
+
- Posts 2-3x per week minimum
|
|
154
|
+
- High engagement (100+ reactions)
|
|
155
|
+
- Original content (not just shares)
|
|
156
|
+
```
|
|
157
|
+
|
|
158
|
+
3. **Evaluate Influence**
|
|
159
|
+
```
|
|
160
|
+
Check post engagement:
|
|
161
|
+
- Average reactions per post
|
|
162
|
+
- Comment quality and quantity
|
|
163
|
+
- Share count
|
|
164
|
+
- Follower growth signals
|
|
165
|
+
```
|
|
166
|
+
|
|
167
|
+
4. **Assess Content Quality**
|
|
168
|
+
```
|
|
169
|
+
Review posts for:
|
|
170
|
+
- Expertise demonstration
|
|
171
|
+
- Original insights
|
|
172
|
+
- Engagement with comments
|
|
173
|
+
- Consistency of messaging
|
|
174
|
+
```
|
|
175
|
+
|
|
176
|
+
**Expected Output**:
|
|
177
|
+
- 15-25 active thought leaders
|
|
178
|
+
- Content themes and topics
|
|
179
|
+
- Engagement metrics
|
|
180
|
+
- Partnership opportunities (guest posts, quotes, etc.)
|
|
181
|
+
|
|
182
|
+
### Workflow 3: YouTube Creator Research
|
|
183
|
+
|
|
184
|
+
**Scenario**: Find YouTube creators in tech reviews
|
|
185
|
+
|
|
186
|
+
**Steps**:
|
|
187
|
+
|
|
188
|
+
1. **Search for Niche Content**
|
|
189
|
+
```
|
|
190
|
+
search_youtube_videos(
|
|
191
|
+
query="tech review 2026",
|
|
192
|
+
count=100
|
|
193
|
+
)
|
|
194
|
+
→ Extract unique channel names
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
2. **Analyze Channels**
|
|
198
|
+
```
|
|
199
|
+
For each channel:
|
|
200
|
+
get_youtube_channel_videos(channel, count=30)
|
|
201
|
+
|
|
202
|
+
Check:
|
|
203
|
+
- Subscriber count
|
|
204
|
+
- Upload frequency
|
|
205
|
+
- Average views per video
|
|
206
|
+
- Video length (long-form vs shorts)
|
|
207
|
+
```
|
|
208
|
+
|
|
209
|
+
3. **Evaluate Video Performance**
|
|
210
|
+
```
|
|
211
|
+
For top videos:
|
|
212
|
+
get_youtube_video(video_id)
|
|
213
|
+
|
|
214
|
+
Metrics:
|
|
215
|
+
- View count
|
|
216
|
+
- Like/dislike ratio
|
|
217
|
+
- Comments count
|
|
218
|
+
- Watch time signals (retention)
|
|
219
|
+
```
|
|
220
|
+
|
|
221
|
+
4. **Analyze Audience Engagement**
|
|
222
|
+
```
|
|
223
|
+
get_youtube_video_comments(video_id, count=100)
|
|
224
|
+
|
|
225
|
+
Look for:
|
|
226
|
+
- Active community
|
|
227
|
+
- Technical discussions
|
|
228
|
+
- Purchase decisions influenced
|
|
229
|
+
```
|
|
230
|
+
|
|
231
|
+
**Expected Output**:
|
|
232
|
+
- 10-20 relevant channels
|
|
233
|
+
- Subscriber and view metrics
|
|
234
|
+
- Engagement analysis
|
|
235
|
+
- Partnership fit assessment
|
|
236
|
+
|
|
237
|
+
## MCP Tools Reference
|
|
238
|
+
|
|
239
|
+
### Instagram
|
|
240
|
+
- `search_instagram_posts` - Find posts by keywords/hashtags
|
|
241
|
+
- `get_instagram_user` - Get profile with followers, bio
|
|
242
|
+
- `get_instagram_user_posts` - Get recent posts with engagement
|
|
243
|
+
- `get_instagram_post_likes` - Check audience authenticity
|
|
244
|
+
- `get_instagram_post_comments` - Analyze engagement quality
|
|
245
|
+
- `get_instagram_user_friendships` - Get followers list (for analysis)
|
|
246
|
+
|
|
247
|
+
### Twitter/X
|
|
248
|
+
- `search_twitter_users` - Find users by keywords/bio
|
|
249
|
+
- `get_twitter_user` - Get profile with followers, tweets
|
|
250
|
+
- `get_twitter_user_posts` - Get recent tweets with engagement
|
|
251
|
+
- `search_twitter_posts` - Find influential tweets in niche
|
|
252
|
+
|
|
253
|
+
### LinkedIn
|
|
254
|
+
- `search_linkedin_users` - Find professionals by keywords/title
|
|
255
|
+
- `get_linkedin_profile` - Get complete profile
|
|
256
|
+
- `get_linkedin_user_posts` - Get post history and engagement
|
|
257
|
+
- `get_linkedin_user_skills` - Verify expertise
|
|
258
|
+
- `get_linkedin_user_connections` - Network size (for own account)
|
|
259
|
+
|
|
260
|
+
### YouTube
|
|
261
|
+
- `search_youtube_videos` - Find videos by keywords
|
|
262
|
+
- `get_youtube_channel_videos` - Get all videos from channel
|
|
263
|
+
- `get_youtube_video` - Get video metrics (views, likes)
|
|
264
|
+
- `get_youtube_video_comments` - Analyze audience engagement
|
|
265
|
+
|
|
266
|
+
### Reddit
|
|
267
|
+
- `search_reddit_posts` - Find influential posts in subreddits
|
|
268
|
+
- `reddit_user_posts` - Get user's post history
|
|
269
|
+
- `reddit_user_comments` - Analyze community engagement
|
|
270
|
+
|
|
271
|
+
## Output Formats
|
|
272
|
+
|
|
273
|
+
**Chat Summary**:
|
|
274
|
+
- Top 10 influencers with key metrics
|
|
275
|
+
- Engagement rate comparison
|
|
276
|
+
- Partnership recommendations
|
|
277
|
+
- Contact information found
|
|
278
|
+
|
|
279
|
+
**CSV Export**:
|
|
280
|
+
- Influencer name, handle, platform
|
|
281
|
+
- Followers, engagement rate
|
|
282
|
+
- Niche, content type
|
|
283
|
+
- Email, website
|
|
284
|
+
- Fit score (1-100)
|
|
285
|
+
|
|
286
|
+
**JSON Export**:
|
|
287
|
+
- Complete profile data
|
|
288
|
+
- All posts with engagement
|
|
289
|
+
- Audience demographics (if available)
|
|
290
|
+
- Historical metrics
|
|
291
|
+
|
|
292
|
+
## Influencer Evaluation Framework
|
|
293
|
+
|
|
294
|
+
### Reach Metrics
|
|
295
|
+
- **Followers**: Total audience size
|
|
296
|
+
- **Views**: Average content views
|
|
297
|
+
- **Growth**: Follower growth rate
|
|
298
|
+
|
|
299
|
+
### Engagement Metrics
|
|
300
|
+
- **Rate**: Engagement / Followers
|
|
301
|
+
- **Quality**: Comment depth and relevance
|
|
302
|
+
- **Consistency**: Regular engagement patterns
|
|
303
|
+
|
|
304
|
+
### Authenticity Indicators
|
|
305
|
+
- **Audience Quality**: Real vs. fake followers
|
|
306
|
+
- **Comment Quality**: Meaningful discussions
|
|
307
|
+
- **Growth Pattern**: Organic vs. purchased
|
|
308
|
+
- **Engagement Distribution**: Consistent vs. spiky
|
|
309
|
+
|
|
310
|
+
### Content Quality
|
|
311
|
+
- **Production Value**: Visual/audio quality
|
|
312
|
+
- **Originality**: Unique vs. repurposed
|
|
313
|
+
- **Consistency**: Regular posting schedule
|
|
314
|
+
- **Niche Alignment**: On-brand content
|
|
315
|
+
|
|
316
|
+
### Partnership Fit
|
|
317
|
+
- **Audience Overlap**: Match with target market
|
|
318
|
+
- **Brand Alignment**: Values and messaging
|
|
319
|
+
- **Professionalism**: Past partnerships, disclosure
|
|
320
|
+
- **Availability**: Contact information, responsiveness
|
|
321
|
+
|
|
322
|
+
## Advanced Features
|
|
323
|
+
|
|
324
|
+
### Micro-Influencer Strategy
|
|
325
|
+
|
|
326
|
+
Focus on 10k-50k followers for higher engagement:
|
|
327
|
+
```
|
|
328
|
+
Benefits:
|
|
329
|
+
- Higher engagement rates (5-10% vs. 1-3%)
|
|
330
|
+
- More authentic audience connections
|
|
331
|
+
- Lower partnership costs
|
|
332
|
+
- Niche expertise
|
|
333
|
+
|
|
334
|
+
Discovery approach:
|
|
335
|
+
- Use hashtag searches
|
|
336
|
+
- Analyze engagement vs. reach
|
|
337
|
+
- Prioritize niche relevance over size
|
|
338
|
+
```
|
|
339
|
+
|
|
340
|
+
### Multi-Platform Presence Analysis
|
|
341
|
+
|
|
342
|
+
Identify influencers active across platforms:
|
|
343
|
+
```
|
|
344
|
+
1. Find on Instagram/Twitter
|
|
345
|
+
2. Search LinkedIn for professional presence
|
|
346
|
+
3. Check for YouTube channel
|
|
347
|
+
4. Look for website/blog (parse_webpage)
|
|
348
|
+
|
|
349
|
+
Benefits:
|
|
350
|
+
- Multiple touchpoints
|
|
351
|
+
- Diverse content formats
|
|
352
|
+
- Professional credibility
|
|
353
|
+
- Larger total reach
|
|
354
|
+
```
|
|
355
|
+
|
|
356
|
+
### Audience Demographics Research
|
|
357
|
+
|
|
358
|
+
Analyze who follows the influencer:
|
|
359
|
+
```
|
|
360
|
+
Instagram:
|
|
361
|
+
- get_instagram_user_friendships(followers, count=100)
|
|
362
|
+
- Analyze follower profiles for patterns
|
|
363
|
+
|
|
364
|
+
LinkedIn:
|
|
365
|
+
- Check who engages with posts
|
|
366
|
+
- Identify follower job titles/industries
|
|
367
|
+
|
|
368
|
+
YouTube:
|
|
369
|
+
- Analyze comment demographics
|
|
370
|
+
- Check subscriber locations (if available)
|
|
371
|
+
```
|
|
372
|
+
|
|
373
|
+
## Reference Documentation
|
|
374
|
+
|
|
375
|
+
- **[DISCOVERY_CRITERIA.md](references/DISCOVERY_CRITERIA.md)** - Influencer evaluation criteria, scoring frameworks, and niche identification strategies
|
|
376
|
+
|
|
377
|
+
## Troubleshooting
|
|
378
|
+
|
|
379
|
+
**No Influencers Found**:
|
|
380
|
+
- Broaden search keywords
|
|
381
|
+
- Try multiple hashtags
|
|
382
|
+
- Search across multiple platforms
|
|
383
|
+
- Reduce minimum follower requirements
|
|
384
|
+
|
|
385
|
+
**Low Engagement Rates**:
|
|
386
|
+
- Filter for engagement rate > 2-3%
|
|
387
|
+
- Focus on micro-influencers (smaller = higher engagement)
|
|
388
|
+
- Check for bot followers (sudden spikes)
|
|
389
|
+
|
|
390
|
+
**No Contact Information**:
|
|
391
|
+
- Check bio for email/website
|
|
392
|
+
- Look for LinkedIn profile
|
|
393
|
+
- Try website domain (parse_webpage)
|
|
394
|
+
- Search for media kit or press page
|
|
395
|
+
|
|
396
|
+
---
|
|
397
|
+
|
|
398
|
+
**Ready to discover influencers?** Ask Claude to help you find content creators, analyze engagement, or build influencer lists for your marketing campaigns!
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
# Influencer Discovery Criteria
|
|
2
|
+
|
|
3
|
+
## Influencer Scoring Framework (0-100 points)
|
|
4
|
+
|
|
5
|
+
### Reach (25 points)
|
|
6
|
+
- 100k+ followers: 25 points
|
|
7
|
+
- 50k-100k: 20 points
|
|
8
|
+
- 10k-50k: 15 points
|
|
9
|
+
- 1k-10k: 10 points
|
|
10
|
+
- <1k: 5 points
|
|
11
|
+
|
|
12
|
+
### Engagement Rate (30 points)
|
|
13
|
+
- >10%: 30 points
|
|
14
|
+
- 7-10%: 25 points
|
|
15
|
+
- 4-7%: 20 points
|
|
16
|
+
- 2-4%: 15 points
|
|
17
|
+
- <2%: 5 points
|
|
18
|
+
|
|
19
|
+
###Authenticity (25 points)
|
|
20
|
+
- Organic growth pattern: 10 points
|
|
21
|
+
- Quality comments: 8 points
|
|
22
|
+
- Consistent engagement: 7 points
|
|
23
|
+
|
|
24
|
+
### Niche Alignment (20 points)
|
|
25
|
+
- Perfect fit: 20 points
|
|
26
|
+
- Strong fit: 15 points
|
|
27
|
+
- Moderate fit: 10 points
|
|
28
|
+
- Weak fit: 5 points
|
|
29
|
+
|
|
30
|
+
## Platform-Specific Benchmarks
|
|
31
|
+
|
|
32
|
+
**Instagram**:
|
|
33
|
+
- Engagement rate: 3-6% (good), 7%+ (excellent)
|
|
34
|
+
- Posts per week: 3-5 (ideal)
|
|
35
|
+
- Story engagement: 5-10% of followers
|
|
36
|
+
|
|
37
|
+
**Twitter/X**:
|
|
38
|
+
- Engagement rate: 1-3% (good), 4%+ (excellent)
|
|
39
|
+
- Tweets per day: 2-5 (ideal)
|
|
40
|
+
- Retweet ratio: 20-30%
|
|
41
|
+
|
|
42
|
+
**LinkedIn**:
|
|
43
|
+
- Engagement rate: 2-5% of connections (good)
|
|
44
|
+
- Posts per week: 2-3 (ideal)
|
|
45
|
+
- Comment quality: High
|
|
46
|
+
|
|
47
|
+
**YouTube**:
|
|
48
|
+
- View/subscriber ratio: 10-20% (good)
|
|
49
|
+
- Upload frequency: Weekly (ideal)
|
|
50
|
+
- Average watch time: >50%
|