Analyze Instagram profiles and posts with detailed engagement metrics, view tracking, follower ratios, and Reels-focused analytics with JSON/CSV export.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install instagram-analyzer或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install instagram-analyzer⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/instagram-analyzer/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
A comprehensive Instagram profile and post analysis tool with engagement metrics, view tracking, and Reels-focused analytics.
---
name: instagram-analyzer
description: Analyze Instagram profiles and posts with engagement metrics, view counts, follower ratios, and Reels analytics.
emoji: 📊
version: 1.0.0
author: Sencer
tags:
- instagram
- analytics
- engagement
- reels
- influencer
metadata:
clawdbot:
requires:
bins:
- python3
- chromium
pip:
- playwright
- beautifulsoup4
- lxml
config:
stateDirs:
- data/output
- data/profiles
- data/posts
outputFormats:
- json
- csv
---
---
# Full profile analysis - REELS FOCUS (default behavior)
analyze-profile "username"
# With custom post count
analyze-profile "username" --posts 60
# All posts (including regular posts)
analyze-profile "username" --include-posts
# Analyze a Reel/post URL
analyze-post "https://www.instagram.com/reel/ABC123xyz/"
# With JSON output
analyze-post "https://www.instagram.com/reel/ABC123xyz/" --output json
---
{
"post_type": "reel",
"url": "https://www.instagram.com/reel/ABC123xyz/",
"username": "example_user",
"metrics": {
"views": 125000,
"likes": 8542,
"comments": 312,
"saves": 892,
"followers": 125000,
"shares": 156
},
"ratios": {
"view_to_follower_percent": 100.0,
"like_to_view_percent": 6.83,
"comment_to_view_percent": 0.25,
"save_to_view_percent": 0.71
},
"timing": {
"posted_at": "2026-02-11T14:30:00",
"time_ago": "6 hours ago",
"age_hours": 6
}
}
{
"profile": {
"username": "example_user",
"full_name": "Example User",
"followers": 125000,
"following": 1500,
"posts_count": 450,
"is_verified": false
},
"analysis_summary": {
"total_posts_analyzed": 60,
"reels_analyzed": 45,
"analysis_mode": "reels_only",
"total_views": 5420000,
"average_views": 120444,
"average_engagement_rate": 8.2,
"top_reels": [...],
"reels_links": [
"https://www.instagram.com/reel/ABC123/",
"https://www.instagram.com/reel/DEF456/",
...
]
},
"engagement_breakdown": {
"avg_likes": 8542,
"avg_comments": 312,
"avg_saves": 892,
"engagement_rate": 7.8
}
}
---
| Metric | Formula | Interpretation | |--------|---------|----------------| | View Rate | (Views / Followers) × 100 | How many followers actually watched | | Engagement Rate | ((Likes + Comments + Saves) / Views) × 100 | Overall audience interaction | | Like Rate | (Likes / Views) × 100 | Content appreciation | | Save Rate | (Saves / Views) × 100 | Content value indicator |
---
Edit config/analyzer_config.json:
{
"scraper": {
"headless": false,
"min_followers": 1000,
"posts_to_analyze": 60,
"scroll_pause": 2,
"timeout": 30000
},
"browser": {
"stealth_mode": true,
"human_behavior": true,
"user_agent": "Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X)"
},
"output": {
"default_format": "json",
"save_reels_links": true,
"export_csv": true
}
}
---
data/profiles/{username}.jsondata/posts/{post_id}.jsondata/output/batch_{timestamp}.jsondata/output/{username}_reels.txt---
.envscroll_pause in config---
安装 Instagram Analyzer 后,可以对 AI 说这些话来触发它
Help me get started with Instagram Analyzer
Explains what Instagram Analyzer does, walks through the setup, and runs a quick demo based on your current project
Use Instagram Analyzer to analyze Instagram profiles and posts with detailed engagement metri...
Invokes Instagram Analyzer with the right parameters and returns the result directly in the conversation
What can I do with Instagram Analyzer in my marketing & growth workflow?
Lists the top use cases for Instagram Analyzer, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/instagram-analyzer/ 目录(个人级,所有项目可用),或 .claude/skills/instagram-analyzer/(项目级)。重启 AI 客户端后,用 /instagram-analyzer 主动调用,或让 AI 根据上下文自动发现并使用。
Instagram Analyzer 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Instagram Analyzer 可免费安装使用。请查阅仓库了解许可证信息。
Analyze Instagram profiles and posts with detailed engagement metrics, view tracking, follower ratios, and Reels-focused analytics with JSON/CSV export.
Instagram Analyzer 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Instagram Analyzer
Identifies repetitive steps in your workflow and sets up Instagram Analyzer to handle them automatically