instagram-dashboard

Generate a self-contained Instagram analytics dashboard from public profile data via Apify.

Updated May 19, 2026
One-click install
npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill instagram-dashboard-o-pedrosiqueira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: instagram-dashboard
Source: https://github.com/o-pedrosiqueira/mapa-do-criador-system/tree/main/.claude/skills/instagram-dashboard
Command: npx skills add https://github.com/o-pedrosiqueira/mapa-do-criador-system --skill instagram-dashboard-o-pedrosiqueira

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates the generation of a self-contained Instagram analytics dashboard by collecting public profile data, posts and Reels via Apify, embedding images in base64 for offline viewing, and running locally without servers or GitHub scheduling.

Core Features & Use Cases

  • Build a self-contained HTML dashboard displaying followers, bio, profile picture, posts and Reels.
  • Images are embedded in base64 so dashboards work offline.
  • Supports replacement of posts with hidden likes up to 100 posts; runs locally on the learner's machine.
  • Useful for monitoring growth, engagement, and presenting results to clients or partners.

Quick Start

Run the updater script to generate and open the Instagram dashboard for the 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 Instagram analytics dashboard from public profile data?

Generate an Instagram analytics dashboard by running a local script that collects public profile data and posts via Apify, embeds images as base64, and outputs a self-contained HTML file for offline viewing.

Can I monitor Instagram engagement and growth locally without servers or cloud scheduling?

Yes, you can monitor Instagram engagement and growth locally without servers by running the updater script on your machine, which fetches public data via Apify and stores the dashboard HTML directly in your active product directory.

Does this Instagram dashboard approach work offline after the data is collected?

The Instagram dashboard works offline after data collection because all profile pictures, posts, and Reels images are embedded as base64 directly within the generated HTML file, requiring no external server connections to view.

How do I track Instagram posts with hidden likes for client reporting?

Track Instagram posts with hidden likes for client reporting by collecting up to 100 posts via Apify, generating a local HTML dashboard that displays followers, bio, and content performance metrics for presentation purposes.

What do I need to collect Instagram public data using Apify run-sync endpoints?

You need the requests Python dependency and Apify access to use the run-sync-get-dataset-items endpoints for collecting Instagram profile data and posts, which are then processed locally into a base64-embedded HTML dashboard.

Are there limitations when using Apify to build an Instagram dashboard locally?

Limitations include dependency on Apify for public data retrieval, a maximum of 100 posts supported for hidden likes replacement, and restriction to publicly available profile information rather than private account data.