@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.
Files changed (27) hide show
  1. package/.claude-plugin/marketplace.json +113 -0
  2. package/.claude-plugin/plugin.json +45 -0
  3. package/LICENSE +21 -0
  4. package/README.md +221 -0
  5. package/bin/install.js +55 -0
  6. package/package.json +45 -0
  7. package/skills/anysite-audience-analysis/SKILL.md +273 -0
  8. package/skills/anysite-audience-analysis/references/PLATFORM_COVERAGE.md +53 -0
  9. package/skills/anysite-audience-analysis/references/TOOL_MAPPING.md +27 -0
  10. package/skills/anysite-brand-reputation/SKILL.md +373 -0
  11. package/skills/anysite-brand-reputation/references/MONITORING_GUIDE.md +84 -0
  12. package/skills/anysite-competitor-analyzer/SKILL.md +847 -0
  13. package/skills/anysite-competitor-intelligence/SKILL.md +642 -0
  14. package/skills/anysite-competitor-intelligence/references/ANALYSIS_PATTERNS.md +97 -0
  15. package/skills/anysite-content-analytics/SKILL.md +298 -0
  16. package/skills/anysite-content-analytics/references/METRICS_GUIDE.md +63 -0
  17. package/skills/anysite-influencer-discovery/SKILL.md +398 -0
  18. package/skills/anysite-influencer-discovery/references/DISCOVERY_CRITERIA.md +50 -0
  19. package/skills/anysite-lead-generation/SKILL.md +1022 -0
  20. package/skills/anysite-lead-generation/references/LINKEDIN_STRATEGIES.md +739 -0
  21. package/skills/anysite-lead-generation/references/WEB_SCRAPING.md +910 -0
  22. package/skills/anysite-market-research/SKILL.md +379 -0
  23. package/skills/anysite-market-research/references/RESEARCH_METHODS.md +65 -0
  24. package/skills/anysite-person-analyzer/SKILL.md +604 -0
  25. package/skills/anysite-trend-analysis/SKILL.md +310 -0
  26. package/skills/anysite-trend-analysis/references/SOCIAL_MONITORING.md +46 -0
  27. package/skills/anysite-vc-analyst/SKILL.md +269 -0
@@ -0,0 +1,97 @@
1
+ # Competitive Analysis Patterns
2
+
3
+ Frameworks and templates for analyzing competitors using anysite MCP data.
4
+
5
+ ## SWOT Analysis Framework
6
+
7
+ ### Data Collection for SWOT
8
+
9
+ **Strengths**:
10
+ ```
11
+ LinkedIn:
12
+ - get_linkedin_company → Company size, growth
13
+ - get_linkedin_company_posts → Messaging, brand strength
14
+ - search_linkedin_users → Leadership quality
15
+
16
+ Y Combinator:
17
+ - get_yc_company → Funding, pedigree
18
+
19
+ Social:
20
+ - Follower counts, engagement rates
21
+ - Content quality and frequency
22
+ ```
23
+
24
+ **Weaknesses**:
25
+ ```
26
+ Reddit:
27
+ - search_reddit_posts(competitor) → Customer complaints
28
+ - Product gaps, feature requests
29
+
30
+ LinkedIn:
31
+ - Employee turnover (departures)
32
+ - Job re-postings (hiring challenges)
33
+
34
+ Web:
35
+ - Website quality, user experience
36
+ - Missing features vs. competitors
37
+ ```
38
+
39
+ **Opportunities**:
40
+ ```
41
+ Market gaps identified through:
42
+ - Competitor job postings (expansion areas)
43
+ - Customer requests in forums
44
+ - Underserved geographies
45
+ - Unaddressed use cases
46
+ ```
47
+
48
+ **Threats**:
49
+ ```
50
+ Competitive threats:
51
+ - YC batch analysis (new entrants)
52
+ - Hiring velocity (aggressive growth)
53
+ - New product launches
54
+ - Pricing changes
55
+ ```
56
+
57
+ ## Competitive Positioning Matrix
58
+
59
+ **Dimensions to Track**:
60
+ 1. Market Focus (Enterprise vs. SMB)
61
+ 2. Product Complexity (Simple vs. Feature-Rich)
62
+ 3. Pricing Strategy (Premium vs. Value)
63
+ 4. Customer Type (Technical vs. Business Users)
64
+
65
+ **Data Sources**:
66
+ - Website messaging
67
+ - LinkedIn company description
68
+ - Pricing pages
69
+ - Job postings (customer success vs. enterprise support)
70
+
71
+ ## Porter's Five Forces Analysis
72
+
73
+ **Threat of New Entrants**:
74
+ - Monitor YC batches for new competitors
75
+ - Track LinkedIn company formations in space
76
+ - Watch for well-funded startups
77
+
78
+ **Competitive Rivalry**:
79
+ - Employee count growth rates
80
+ - Content output and engagement
81
+ - Product launch frequency
82
+ - Market share signals
83
+
84
+ **Supplier Power**:
85
+ - Identify common technology partners
86
+ - Track integrations and partnerships
87
+ - Monitor platform dependencies
88
+
89
+ **Buyer Power**:
90
+ - Analyze customer segments (from job postings)
91
+ - Track pricing transparency
92
+ - Monitor customer communities
93
+
94
+ **Threat of Substitutes**:
95
+ - Identify adjacent solutions
96
+ - Track feature overlap
97
+ - Monitor market positioning shifts
@@ -0,0 +1,298 @@
1
+ ---
2
+ name: anysite-content-analytics
3
+ description: Track and analyze content performance across Instagram, YouTube, LinkedIn, Twitter/X, and Reddit using anysite MCP server. Measure engagement metrics, analyze post effectiveness, benchmark content strategy, identify top-performing content, and optimize posting strategies. Supports post performance tracking, engagement analysis, content type comparison, and competitive benchmarking. Use when users need to measure content ROI, optimize social strategy, identify viral content patterns, or analyze content engagement across platforms.
4
+ ---
5
+
6
+ # anysite Content Analytics
7
+
8
+ Measure and optimize content performance across social platforms using anysite MCP. Track engagement, identify top performers, and refine your content strategy.
9
+
10
+ ## Overview
11
+
12
+ - **Track post performance** across Instagram, YouTube, LinkedIn, Twitter/X
13
+ - **Analyze engagement metrics** (likes, comments, shares, views)
14
+ - **Identify top content** and viral patterns
15
+ - **Benchmark against competitors** for strategy insights
16
+ - **Optimize posting strategy** based on data
17
+
18
+ **Coverage**: 80% - Strong for Instagram, YouTube, LinkedIn, Twitter, Reddit
19
+
20
+ ## Supported Platforms
21
+
22
+ - ✅ **Instagram**: Posts, Reels, likes, comments, engagement rates
23
+ - ✅ **YouTube**: Videos, views, likes, comments, watch time indicators
24
+ - ✅ **LinkedIn**: Posts, articles, reactions, comments, shares
25
+ - ✅ **Twitter/X**: Tweets, retweets, likes, replies
26
+ - ✅ **Reddit**: Posts, upvotes, comments, awards
27
+
28
+ ## Quick Start
29
+
30
+ **Step 1: Collect Content Data**
31
+
32
+ Platform-specific:
33
+ - Instagram: `get_instagram_user_posts(username, count=50)`
34
+ - LinkedIn: `get_linkedin_user_posts(urn, count=50)`
35
+ - Twitter: `get_twitter_user_posts(user, count=100)`
36
+ - YouTube: `get_youtube_channel_videos(channel, count=30)`
37
+
38
+ **Step 2: Analyze Engagement**
39
+
40
+ Calculate metrics:
41
+ - Engagement rate: (likes + comments + shares) / followers
42
+ - Best performing content: Top 10% by engagement
43
+ - Content types: Video vs. image vs. text
44
+ - Posting frequency: Posts per week
45
+
46
+ **Step 3: Identify Patterns**
47
+
48
+ Look for:
49
+ - Best posting times (day of week, time)
50
+ - Top-performing topics/themes
51
+ - Optimal content length
52
+ - High-engagement formats
53
+
54
+ **Step 4: Optimize Strategy**
55
+
56
+ Based on findings:
57
+ - Double down on top content types
58
+ - Post more during peak engagement times
59
+ - Replicate successful topics
60
+ - Adjust content mix
61
+
62
+ ## Common Workflows
63
+
64
+ ### Workflow 1: Instagram Content Audit
65
+
66
+ **Steps**:
67
+
68
+ 1. **Get All Posts**
69
+ ```
70
+ get_instagram_user_posts(username, count=100)
71
+ ```
72
+
73
+ 2. **Calculate Metrics**
74
+ ```
75
+ For each post:
76
+ - Engagement rate = (likes + comments) / follower_count
77
+ - Engagement per hour = engagement / hours_since_posted
78
+ - Content type (Reel, carousel, single image, video)
79
+ ```
80
+
81
+ 3. **Identify Top Performers**
82
+ ```
83
+ Sort by engagement rate
84
+ Top 10%: Analyze for common patterns
85
+ - Topics/themes
86
+ - Visual style
87
+ - Caption style and length
88
+ - Hashtag strategy
89
+ ```
90
+
91
+ 4. **Analyze Content Mix**
92
+ ```
93
+ Count by type:
94
+ - Reels: X% of posts, Y% of engagement
95
+ - Carousels: X% of posts, Y% of engagement
96
+ - Single images: X% of posts, Y% of engagement
97
+ ```
98
+
99
+ 5. **Benchmark Against Competitors**
100
+ ```
101
+ For each competitor:
102
+ get_instagram_user_posts(competitor, count=50)
103
+ Compare:
104
+ - Posting frequency
105
+ - Engagement rates
106
+ - Content types
107
+ - Top themes
108
+ ```
109
+
110
+ **Expected Output**:
111
+ - Content performance report
112
+ - Top 10 performing posts
113
+ - Content type effectiveness
114
+ - Posting frequency analysis
115
+ - Competitive benchmark
116
+
117
+ ### Workflow 2: LinkedIn Content Strategy Analysis
118
+
119
+ **Steps**:
120
+
121
+ 1. **Collect Post History**
122
+ ```
123
+ get_linkedin_user_posts(urn, count=100)
124
+ ```
125
+
126
+ 2. **Categorize Content**
127
+ ```
128
+ Group by type:
129
+ - Text-only posts
130
+ - Image posts
131
+ - Video posts
132
+ - Article shares
133
+ - LinkedIn articles
134
+ - Polls
135
+ ```
136
+
137
+ 3. **Analyze Engagement by Type**
138
+ ```
139
+ For each content type:
140
+ - Average reactions
141
+ - Average comments
142
+ - Average shares
143
+ - Engagement rate
144
+ ```
145
+
146
+ 4. **Topic Analysis**
147
+ ```
148
+ Extract themes from top posts:
149
+ - Industry insights
150
+ - Personal stories
151
+ - How-to/educational
152
+ - Company news
153
+ - Thought leadership
154
+ ```
155
+
156
+ 5. **Posting Timing Analysis**
157
+ ```
158
+ Group posts by:
159
+ - Day of week
160
+ - Time of day
161
+ Calculate average engagement for each group
162
+ ```
163
+
164
+ **Expected Output**:
165
+ - Best content types for engagement
166
+ - Top topics by engagement
167
+ - Optimal posting times
168
+ - Content frequency recommendations
169
+
170
+ ### Workflow 3: YouTube Channel Performance Analysis
171
+
172
+ **Steps**:
173
+
174
+ 1. **Get Channel Videos**
175
+ ```
176
+ get_youtube_channel_videos(channel, count=50)
177
+ ```
178
+
179
+ 2. **Analyze Each Video**
180
+ ```
181
+ For each video:
182
+ get_youtube_video(video_id)
183
+
184
+ Metrics:
185
+ - Views
186
+ - Likes/dislikes
187
+ - Comments
188
+ - View velocity (views per day since upload)
189
+ ```
190
+
191
+ 3. **Identify Patterns**
192
+ ```
193
+ Analyze top 20% by views:
194
+ - Video length
195
+ - Titles (keywords, style)
196
+ - Thumbnail patterns
197
+ - Topics/themes
198
+ - Upload timing
199
+ ```
200
+
201
+ 4. **Engagement Analysis**
202
+ ```
203
+ Check comments:
204
+ get_youtube_video_comments(video_id, count=100)
205
+
206
+ Analyze:
207
+ - Comment quality
208
+ - Questions asked
209
+ - Sentiment
210
+ - Engagement timing
211
+ ```
212
+
213
+ 5. **Content Mix Optimization**
214
+ ```
215
+ Compare:
216
+ - Long-form (>10 min) vs short (<5 min)
217
+ - Tutorial vs entertainment vs review
218
+ - Series vs one-offs
219
+ ```
220
+
221
+ **Expected Output**:
222
+ - Video performance rankings
223
+ - Optimal video length
224
+ - Best topics and formats
225
+ - Title and thumbnail insights
226
+ - Upload strategy recommendations
227
+
228
+ ## MCP Tools Reference
229
+
230
+ ### Instagram
231
+ - `get_instagram_user_posts(user, count)` - Get posts with engagement
232
+ - `get_instagram_post(post_id)` - Get detailed post metrics
233
+ - `get_instagram_post_likes(post, count)` - Analyze likers
234
+ - `get_instagram_post_comments(post, count)` - Get comments
235
+
236
+ ### LinkedIn
237
+ - `get_linkedin_user_posts(urn, count)` - Get post history
238
+ - `get_linkedin_company_posts(urn, count)` - Company page posts
239
+
240
+ ### Twitter/X
241
+ - `get_twitter_user_posts(user, count)` - Get tweets
242
+ - `search_twitter_posts(query, count)` - Find trending tweets
243
+
244
+ ### YouTube
245
+ - `get_youtube_channel_videos(channel, count)` - All videos
246
+ - `get_youtube_video(video)` - Video details and metrics
247
+ - `get_youtube_video_comments(video, count)` - Comments
248
+
249
+ ### Reddit
250
+ - `reddit_user_posts(username, count)` - User's posts
251
+ - `search_reddit_posts(query, count)` - Find popular posts
252
+
253
+ ## Key Metrics
254
+
255
+ **Engagement Rate**:
256
+ - Formula: (Likes + Comments + Shares) / Followers × 100
257
+ - Instagram benchmark: 3-6%
258
+ - LinkedIn benchmark: 2-5% of connections
259
+ - Twitter benchmark: 0.5-1%
260
+
261
+ **Content Performance Score**:
262
+ ```
263
+ Score = (Engagement Rate × 40) +
264
+ (Comments/Likes Ratio × 30) +
265
+ (Share Rate × 30)
266
+ ```
267
+
268
+ **Viral Potential Indicators**:
269
+ - Engagement rate >2x average
270
+ - High share rate (>5% of engagement)
271
+ - Rapid engagement velocity (50% within 24h)
272
+ - Quality comments (questions, discussions)
273
+
274
+ ## Output Formats
275
+
276
+ **Chat Summary**:
277
+ - Top 5 performing posts
278
+ - Key insights and patterns
279
+ - Recommendations for optimization
280
+
281
+ **CSV Export**:
282
+ - Post URL, date, type
283
+ - Likes, comments, shares
284
+ - Engagement rate
285
+ - Performance rank
286
+
287
+ **JSON Export**:
288
+ - Full post data with metadata
289
+ - Time-series engagement data
290
+ - Historical trends
291
+
292
+ ## Reference Documentation
293
+
294
+ - **[METRICS_GUIDE.md](references/METRICS_GUIDE.md)** - Detailed metrics definitions, calculation formulas, and benchmarks
295
+
296
+ ---
297
+
298
+ **Ready to analyze content?** Ask Claude to help you track performance, identify top content, or optimize your posting strategy!
@@ -0,0 +1,63 @@
1
+ # Content Analytics Metrics Guide
2
+
3
+ ## Core Metrics
4
+
5
+ **Engagement Rate**:
6
+ ```
7
+ (Likes + Comments + Shares) / Followers × 100
8
+
9
+ Benchmarks:
10
+ - Instagram: 3-6% (good), 7%+ (excellent)
11
+ - LinkedIn: 2-5% (good), 6%+ (excellent)
12
+ - Twitter: 0.5-1% (good), 2%+ (excellent)
13
+ ```
14
+
15
+ **Engagement Velocity**:
16
+ ```
17
+ Engagement in first 24h / Total engagement × 100
18
+
19
+ Good: 50-60%
20
+ Excellent: 70%+
21
+ ```
22
+
23
+ **Comment-to-Like Ratio**:
24
+ ```
25
+ Comments / Likes × 100
26
+
27
+ Indicates engagement quality
28
+ Good: 5-10%
29
+ Excellent: 15%+
30
+ ```
31
+
32
+ ## Platform-Specific Metrics
33
+
34
+ **Instagram**:
35
+ - Saves (if available): Indicates value
36
+ - Shares: Viral potential
37
+ - Profile visits: Discovery effectiveness
38
+
39
+ **LinkedIn**:
40
+ - Click-through rate on links
41
+ - Follower growth from posts
42
+ - Comment quality (length, depth)
43
+
44
+ **YouTube**:
45
+ - View duration: Watch time percentage
46
+ - Subscriber conversion: Subs from video
47
+ - Click-through rate on thumbnails
48
+
49
+ ## Content Type Benchmarks
50
+
51
+ **Instagram**:
52
+ - Reels: 5-10% engagement
53
+ - Carousels: 4-7% engagement
54
+ - Single images: 3-5% engagement
55
+
56
+ **LinkedIn**:
57
+ - Native video: Highest engagement
58
+ - Text + image: Good engagement
59
+ - Link posts: Lower engagement
60
+
61
+ **YouTube**:
62
+ - 10-15 min: Optimal length for most niches
63
+ - First 30 sec: Critical for retention