TopRank Skills

Home / Claw Skills / 其他 / social-insights
Official OpenClaw rules 15%

social-insights

Social media analytics and performance tracking. Track engagement, optimal posting times, competitor analysis, and generate actionable reports.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 social-insights 技能。 若已安装,则直接安装 social-insights 技能。

Overview

Skill Key
fly3094/social-insights
Author
fly3094
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/fly3094/social-insights
Latest Commit SHA
d46ace93560ee0093c88f1ccd771b9c90c794918

Extracted Content

SKILL.md excerpt

# Social Analytics 📊

Track, analyze, and optimize your social media performance with AI-powered insights.

## What It Does

- 📈 **Performance Tracking**: Monitor followers, impressions, engagement rates
- ⏰ **Optimal Timing**: Find best posting times for your audience
- 🏆 **Top Content Analysis**: Identify your best performing posts
- 📊 **Competitor Comparison**: Benchmark against competitors
- 💡 **AI Recommendations**: Get actionable improvement suggestions
- 📋 **Auto Reports**: Weekly/monthly reports delivered automatically

## Installation

```bash
clawhub install social-analytics
```

## Commands

### View Weekly Analytics
```
Show my Twitter analytics for last week
```

### View Monthly Report
```
Generate social media report for last month
```

### Competitor Analysis
```
Compare my engagement with @competitor1 and @competitor2
```

### Best Posting Times
```
When should I post for maximum engagement?
```

### Content Insights
```
What type of content performs best for my audience?
```

### Trend Analysis
```
Show my follower growth trend for the last 30 days
```

## Configuration

### Environment Variables

```bash
# Twitter API credentials (for Twitter analytics)
export TWITTER_API_KEY="your_key"
export TWITTER_API_SECRET="your_secret"
export TWITTER_ACCESS_TOKEN="your_token"
export TWITTER_ACCESS_TOKEN_SECRET="your_token_secret"

# LinkedIn API (optional)
export LINKEDIN_ACCESS_TOKEN="your_token"

# Platforms to analyze
export ANALYTICS_PLATFORMS="twitter"  # twitter, linkedin, or all
```

### Without API Access

If you don't have API access, the skill can still:
- Analyze manually provided data
- Generate reports from exported CSV files
- Provide optimization recommendations

## Output Examples

### Weekly Report
```
📊 Social Media Weekly Report
Week of Mar 1-7, 2026

📈 Key Metrics:
• Followers: 1,234 (+56 this week)
• Impressions: 45,678 (+12%)
• Engagement Rate: 3.2% (industry avg: 1.8%)

🏆 Top Performing Posts:
1. "AI automation saves 20hrs/w...

Related Claw Skills