Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
Back to repository

anysite-audience-analysis

verified

Analyze audience demographics, engagement patterns, and follower behavior across Instagram, YouTube, and LinkedIn using anysite MCP server. Understand who engages with content, track audience growth, analyze follower quality, identify engagement patterns, and profile audience characteristics. Supports Instagram audience analysis, YouTube subscriber research, and LinkedIn connection profiling. Use when users need to understand target audiences, validate influencer audiences, analyze follower demographics, track engagement patterns, or optimize content for specific audience segments.

View on GitHub

Marketplace

anysite-skills-marketplace

anysiteio/agent-skills

Plugin

anysite-cli

productivity

Repository

anysiteio/agent-skills
10stars

skills/anysite-audience-analysis/SKILL.md

Last Verified

February 3, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/anysiteio/agent-skills/blob/main/skills/anysite-audience-analysis/SKILL.md -a claude-code --skill anysite-audience-analysis

Installation paths:

Claude
.claude/skills/anysite-audience-analysis/
Powered by add-skill CLI

Instructions

# anysite Audience Analysis

Understand your audience through demographic analysis, engagement patterns, and follower behavior across Instagram, YouTube, and LinkedIn.

## Overview

- **Analyze follower demographics** and characteristics
- **Track engagement patterns** and behavior
- **Evaluate audience quality** and authenticity
- **Identify content preferences** by audience segment
- **Optimize targeting** based on audience insights

**Coverage**: 60% - Focused on Instagram, YouTube, LinkedIn

## Supported Platforms

- ✅ **Instagram**: Follower analysis, engagement patterns, audience location
- ✅ **YouTube**: Subscriber insights, comment demographics, viewer behavior
- ✅ **LinkedIn**: Connection analysis, professional demographics, engagement

## Quick Start

**Step 1: Identify Audience Source**

Choose platform:
- Instagram: `get_instagram_user` + `get_instagram_user_friendships`
- YouTube: `get_youtube_channel_videos` + comment analysis
- LinkedIn: `get_linkedin_user_posts` + engagement analysis

**Step 2: Collect Audience Data**

Gather:
- Follower/subscriber counts
- Engagement metrics
- Demographics (from profiles)
- Behavior patterns

**Step 3: Analyze Patterns**

Look for:
- Audience segments
- Engagement drivers
- Content preferences
- Peak activity times

**Step 4: Generate Insights**

Deliver:
- Audience profile summary
- Engagement patterns
- Content recommendations
- Targeting suggestions

## Common Workflows

### Workflow 1: Instagram Audience Analysis

**Steps**:

1. **Get Profile Overview**
```
get_instagram_user(username)
→ Follower count, post count, bio
```

2. **Analyze Followers** (sample)
```
get_instagram_user_friendships(
  user=username,
  type="followers",
  count=100
)

For each follower (sample):
- Profile type (personal, business, creator)
- Bio indicators (interests, location)
- Follower count (influence level)
```

3. **Engagement Pattern Analysis**
```
get_instagram_user_posts(username, count=50)

For each post:
  get_instagram_post_

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
5762 chars