int-instagram

Query Instagram Graph API to monitor profile metrics across configured accounts.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-instagram-davidsongomes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-instagram
Source: https://github.com/DavidsonGomes/claude_cowork_workspace/tree/main/.claude/skills/int-instagram
Command: npx skills add https://github.com/DavidsonGomes/claude_cowork_workspace --skill int-instagram-davidsongomes

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Monitoring and analyzing Instagram metrics across multiple business or creator accounts requires manual API calls and scattered data sources. This Skill centralizes data retrieval for profile stats, recent posts, and engagement insights via a unified CLI client.

Core Features & Use Cases

  • Multi-account profile fetch: pull current followers, bio, and profile data for all configured accounts.
  • Post engagement tracking: retrieve recent posts with like and comment counts and compute engagement rates.
  • Account insights and summaries: generate aggregated metrics across accounts for dashboards and reporting.

Quick Start

Run instagram_client.py profile <account_label> to fetch profile details.

Frequently Asked Questions about int-instagram

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

FAQPage Schema
How do I track Instagram metrics across multiple accounts?

Fetch Instagram profile data by running the instagram_client.py script with the profile command and your account label. This retrieves current followers, bio, and profile details for a specified business or creator account.

Do I need OAuth to pull Instagram engagement data for business profiles?

Yes, you need a multi-account OAuth setup to pull Instagram engagement data. This authentication is required to access the Instagram Graph API and retrieve profile stats, recent posts, and engagement insights.

Can I generate aggregated Instagram insights for multiple creator accounts?

Generate aggregated Instagram insights for multiple creator accounts by retrieving recent posts with like and comment counts. The script computes engagement rates and summarizes metrics for reporting dashboards.

What are the limitations of using the Instagram Graph API for post engagement tracking?

Post engagement tracking is limited to business or creator accounts accessible via your OAuth setup. You can only retrieve recent posts with like and comment counts, not historical data outside the API's retention window.