{
  "schemaVersion": "1.0",
  "item": {
    "slug": "instagram-analyzer",
    "name": "Instagram Analyzer",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/TevfikGulep/instagram-analyzer",
    "canonicalUrl": "https://clawhub.ai/TevfikGulep/instagram-analyzer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/instagram-analyzer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=instagram-analyzer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json",
      "config/analyzer_config.json",
      "requirements.txt",
      "scripts/instagram_analyzer.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/instagram-analyzer"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/instagram-analyzer",
    "agentPageUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Instagram Analyzer",
        "body": "A comprehensive Instagram profile and post analysis tool with engagement metrics, view tracking, and Reels-focused analytics.\n\n---\nname: instagram-analyzer\ndescription: Analyze Instagram profiles and posts with engagement metrics, view counts, follower ratios, and Reels analytics.\nemoji: 📊\nversion: 1.0.0\nauthor: Sencer\ntags:\n  - instagram\n  - analytics\n  - engagement\n  - reels\n  - influencer\nmetadata:\n  clawdbot:\n    requires:\n      bins:\n        - python3\n        - chromium\n      pip:\n        - playwright\n        - beautifulsoup4\n        - lxml\n    config:\n      stateDirs:\n        - data/output\n        - data/profiles\n        - data/posts\n      outputFormats:\n        - json\n        - csv\n---"
      },
      {
        "title": "📊 Single Post Analysis",
        "body": "✅ Like count\n✅ Comment count\n✅ Save count\n✅ View count (Reels)\n✅ Follower count\n✅ View-to-Follower ratio (%)\n✅ Time posted (hours/days ago)"
      },
      {
        "title": "👤 Profile Analysis",
        "body": "✅ Minimum 60 posts analyzed\n✅ Reels-focused analytics\n✅ All Reels links extraction\n✅ Engagement rate calculations\n✅ JSON/CSV export"
      },
      {
        "title": "🔧 Technical",
        "body": "🌐 Browser simulation with Playwright\n🛡️ Stealth mode (human behavior)\n📁 Structured JSON/CSV output\n⚡ Batch processing support"
      },
      {
        "title": "Profile Analysis (Default: Reels Only! 🎯)",
        "body": "# Full profile analysis - REELS FOCUS (default behavior)\nanalyze-profile \"username\"\n\n# With custom post count\nanalyze-profile \"username\" --posts 60\n\n# All posts (including regular posts)\nanalyze-profile \"username\" --include-posts"
      },
      {
        "title": "Single Post Analysis",
        "body": "# Analyze a Reel/post URL\nanalyze-post \"https://www.instagram.com/reel/ABC123xyz/\"\n\n# With JSON output\nanalyze-post \"https://www.instagram.com/reel/ABC123xyz/\" --output json"
      },
      {
        "title": "Single Post Response",
        "body": "{\n  \"post_type\": \"reel\",\n  \"url\": \"https://www.instagram.com/reel/ABC123xyz/\",\n  \"username\": \"example_user\",\n  \"metrics\": {\n    \"views\": 125000,\n    \"likes\": 8542,\n    \"comments\": 312,\n    \"saves\": 892,\n    \"followers\": 125000,\n    \"shares\": 156\n  },\n  \"ratios\": {\n    \"view_to_follower_percent\": 100.0,\n    \"like_to_view_percent\": 6.83,\n    \"comment_to_view_percent\": 0.25,\n    \"save_to_view_percent\": 0.71\n  },\n  \"timing\": {\n    \"posted_at\": \"2026-02-11T14:30:00\",\n    \"time_ago\": \"6 hours ago\",\n    \"age_hours\": 6\n  }\n}"
      },
      {
        "title": "Profile Analysis Response",
        "body": "{\n  \"profile\": {\n    \"username\": \"example_user\",\n    \"full_name\": \"Example User\",\n    \"followers\": 125000,\n    \"following\": 1500,\n    \"posts_count\": 450,\n    \"is_verified\": false\n  },\n  \"analysis_summary\": {\n    \"total_posts_analyzed\": 60,\n    \"reels_analyzed\": 45,\n    \"analysis_mode\": \"reels_only\",\n    \"total_views\": 5420000,\n    \"average_views\": 120444,\n    \"average_engagement_rate\": 8.2,\n    \"top_reels\": [...],\n    \"reels_links\": [\n      \"https://www.instagram.com/reel/ABC123/\",\n      \"https://www.instagram.com/reel/DEF456/\",\n      ...\n    ]\n  },\n  \"engagement_breakdown\": {\n    \"avg_likes\": 8542,\n    \"avg_comments\": 312,\n    \"avg_saves\": 892,\n    \"engagement_rate\": 7.8\n  }\n}"
      },
      {
        "title": "📈 Engagement Metrics Explained",
        "body": "MetricFormulaInterpretationView Rate(Views / Followers) × 100How many followers actually watchedEngagement Rate((Likes + Comments + Saves) / Views) × 100Overall audience interactionLike Rate(Likes / Views) × 100Content appreciationSave Rate(Saves / Views) × 100Content value indicator"
      },
      {
        "title": "⚙️ Configuration",
        "body": "Edit config/analyzer_config.json:\n\n{\n  \"scraper\": {\n    \"headless\": false,\n    \"min_followers\": 1000,\n    \"posts_to_analyze\": 60,\n    \"scroll_pause\": 2,\n    \"timeout\": 30000\n  },\n  \"browser\": {\n    \"stealth_mode\": true,\n    \"human_behavior\": true,\n    \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X)\"\n  },\n  \"output\": {\n    \"default_format\": \"json\",\n    \"save_reels_links\": true,\n    \"export_csv\": true\n  }\n}"
      },
      {
        "title": "📁 File Outputs",
        "body": "Profile data: data/profiles/{username}.json\nPost analysis: data/posts/{post_id}.json\nBatch results: data/output/batch_{timestamp}.json\nReels links: data/output/{username}_reels.txt"
      },
      {
        "title": "Login Required",
        "body": "Some metrics require login (view count, saves)\nConfigure Instagram credentials in .env"
      },
      {
        "title": "Rate Limiting",
        "body": "Increase scroll_pause in config\nReduce batch size\nUse multiple accounts"
      },
      {
        "title": "Missing Data",
        "body": "Check if account is private\nVerify post exists and is accessible\nInstagram may hide some metrics"
      },
      {
        "title": "📝 Requirements",
        "body": "Python 3.8+\nPlaywright\nChromium browser\nBeautifulSoup4\nlxml parser"
      }
    ],
    "body": "Instagram Analyzer\n\nA comprehensive Instagram profile and post analysis tool with engagement metrics, view tracking, and Reels-focused analytics.\n\n---\nname: instagram-analyzer\ndescription: Analyze Instagram profiles and posts with engagement metrics, view counts, follower ratios, and Reels analytics.\nemoji: 📊\nversion: 1.0.0\nauthor: Sencer\ntags:\n  - instagram\n  - analytics\n  - engagement\n  - reels\n  - influencer\nmetadata:\n  clawdbot:\n    requires:\n      bins:\n        - python3\n        - chromium\n      pip:\n        - playwright\n        - beautifulsoup4\n        - lxml\n    config:\n      stateDirs:\n        - data/output\n        - data/profiles\n        - data/posts\n      outputFormats:\n        - json\n        - csv\n---\n\n🎯 Features\n📊 Single Post Analysis\n✅ Like count\n✅ Comment count\n✅ Save count\n✅ View count (Reels)\n✅ Follower count\n✅ View-to-Follower ratio (%)\n✅ Time posted (hours/days ago)\n👤 Profile Analysis\n✅ Minimum 60 posts analyzed\n✅ Reels-focused analytics\n✅ All Reels links extraction\n✅ Engagement rate calculations\n✅ JSON/CSV export\n🔧 Technical\n🌐 Browser simulation with Playwright\n🛡️ Stealth mode (human behavior)\n📁 Structured JSON/CSV output\n⚡ Batch processing support\n🚀 Usage\nProfile Analysis (Default: Reels Only! 🎯)\n# Full profile analysis - REELS FOCUS (default behavior)\nanalyze-profile \"username\"\n\n# With custom post count\nanalyze-profile \"username\" --posts 60\n\n# All posts (including regular posts)\nanalyze-profile \"username\" --include-posts\n\nSingle Post Analysis\n# Analyze a Reel/post URL\nanalyze-post \"https://www.instagram.com/reel/ABC123xyz/\"\n\n# With JSON output\nanalyze-post \"https://www.instagram.com/reel/ABC123xyz/\" --output json\n\n📊 Output Examples\nSingle Post Response\n{\n  \"post_type\": \"reel\",\n  \"url\": \"https://www.instagram.com/reel/ABC123xyz/\",\n  \"username\": \"example_user\",\n  \"metrics\": {\n    \"views\": 125000,\n    \"likes\": 8542,\n    \"comments\": 312,\n    \"saves\": 892,\n    \"followers\": 125000,\n    \"shares\": 156\n  },\n  \"ratios\": {\n    \"view_to_follower_percent\": 100.0,\n    \"like_to_view_percent\": 6.83,\n    \"comment_to_view_percent\": 0.25,\n    \"save_to_view_percent\": 0.71\n  },\n  \"timing\": {\n    \"posted_at\": \"2026-02-11T14:30:00\",\n    \"time_ago\": \"6 hours ago\",\n    \"age_hours\": 6\n  }\n}\n\nProfile Analysis Response\n{\n  \"profile\": {\n    \"username\": \"example_user\",\n    \"full_name\": \"Example User\",\n    \"followers\": 125000,\n    \"following\": 1500,\n    \"posts_count\": 450,\n    \"is_verified\": false\n  },\n  \"analysis_summary\": {\n    \"total_posts_analyzed\": 60,\n    \"reels_analyzed\": 45,\n    \"analysis_mode\": \"reels_only\",\n    \"total_views\": 5420000,\n    \"average_views\": 120444,\n    \"average_engagement_rate\": 8.2,\n    \"top_reels\": [...],\n    \"reels_links\": [\n      \"https://www.instagram.com/reel/ABC123/\",\n      \"https://www.instagram.com/reel/DEF456/\",\n      ...\n    ]\n  },\n  \"engagement_breakdown\": {\n    \"avg_likes\": 8542,\n    \"avg_comments\": 312,\n    \"avg_saves\": 892,\n    \"engagement_rate\": 7.8\n  }\n}\n\n📈 Engagement Metrics Explained\nMetric\tFormula\tInterpretation\nView Rate\t(Views / Followers) × 100\tHow many followers actually watched\nEngagement Rate\t((Likes + Comments + Saves) / Views) × 100\tOverall audience interaction\nLike Rate\t(Likes / Views) × 100\tContent appreciation\nSave Rate\t(Saves / Views) × 100\tContent value indicator\n⚙️ Configuration\n\nEdit config/analyzer_config.json:\n\n{\n  \"scraper\": {\n    \"headless\": false,\n    \"min_followers\": 1000,\n    \"posts_to_analyze\": 60,\n    \"scroll_pause\": 2,\n    \"timeout\": 30000\n  },\n  \"browser\": {\n    \"stealth_mode\": true,\n    \"human_behavior\": true,\n    \"user_agent\": \"Mozilla/5.0 (iPhone; CPU iPhone OS 16_0 like Mac OS X)\"\n  },\n  \"output\": {\n    \"default_format\": \"json\",\n    \"save_reels_links\": true,\n    \"export_csv\": true\n  }\n}\n\n📁 File Outputs\nProfile data: data/profiles/{username}.json\nPost analysis: data/posts/{post_id}.json\nBatch results: data/output/batch_{timestamp}.json\nReels links: data/output/{username}_reels.txt\n🔧 Troubleshooting\nLogin Required\nSome metrics require login (view count, saves)\nConfigure Instagram credentials in .env\nRate Limiting\nIncrease scroll_pause in config\nReduce batch size\nUse multiple accounts\nMissing Data\nCheck if account is private\nVerify post exists and is accessible\nInstagram may hide some metrics\n📝 Requirements\nPython 3.8+\nPlaywright\nChromium browser\nBeautifulSoup4\nlxml parser"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TevfikGulep/instagram-analyzer",
    "publisherUrl": "https://clawhub.ai/TevfikGulep/instagram-analyzer",
    "owner": "TevfikGulep",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/instagram-analyzer",
    "downloadUrl": "https://openagent3.xyz/downloads/instagram-analyzer",
    "agentUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/instagram-analyzer/agent.md"
  }
}