instagram-dashboard

Scrape Instagram profile and posts to generate an offline HTML dashboard.

15|16|Updated May 6, 2026
One-click install
npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill instagram-dashboard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-dashboard
Source: https://github.com/ReadyToGo-Education/fluxo_criativo/tree/main/.claude/skills/instagram-dashboard
Command: npx skills add https://github.com/ReadyToGo-Education/fluxo_criativo --skill instagram-dashboard

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill removes the daily manual effort of checking Instagram performance by automatically collecting your profile metrics and recent post data and turning them into a self-contained dashboard.

Core Features & Use Cases

  • Daily dashboard generation with offline HTML: Creates a single dashboard.html that embeds all thumbnails/images in base64 so you can open it directly in the browser without fetching external CDN resources.
  • Apify-driven profile + post analytics: Pulls profile details and recent posts/reels, including engagement-relevant fields (likes, comments, shares, views) with special handling for hidden likes.
  • Historical snapshots for trend tracking: Maintains historico.json snapshots across runs to enable evolution graphs (e.g., follower growth and engagement trend).
  • Thumbnail & reel transcription support: Downloads post thumbnails (and carousel slides) to local files and transcribes Reel videos to power deeper copy/insights workflows.

Quick Start

Run the Skill to generate your dashboard.html for the currently configured Instagram profile in your active product.

Frequently Asked Questions about instagram-dashboard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate an offline Instagram analytics dashboard?

To generate an offline Instagram analytics dashboard, this Skill scrapes profile metrics and recent posts via Apify, embedding all images as base64 into a standalone dashboard.html file for direct browser viewing without external CDN fetches.

Do I need an Apify token to track Instagram engagement metrics?

Yes, you need a configured Apify token and an Instagram username. The Skill uses Apify sync dataset endpoints to pull profile details and recent posts/reels to track engagement metrics like likes, comments, shares, and views.

What is the best way to track Instagram follower growth trends automatically?

The best way to track Instagram follower growth trends automatically is by maintaining historico.json snapshots across runs. This Skill preserves historical data to enable evolution graphs for follower growth and engagement trends over time.

Can I extract structured Instagram post data for downstream copy workflows?

Yes, you can extract structured Instagram post data for downstream copy workflows. The Skill produces an insights.json file containing engagement fields and transcribed Reel video data, ready for further content generation processing.

Why do downloaded Instagram images fail to load in my analytics reports?

Downloaded Instagram images often fail to load in analytics reports due to CDN blocks. This Skill avoids external CDN fetches by downloading all post thumbnails and carousel slides locally and converting them to base64 embeddings.

Does this Instagram content insights tool handle posts with hidden likes?

Yes, this Instagram content insights tool handles posts with hidden likes. It pulls recent posts and reels from Apify with special handling logic to ensure engagement tracking remains accurate even when likes are hidden.