int-instagram

Retrieve Instagram profile and post metrics via the Instagram Graph API.

520|175|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-instagram
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: int-instagram
Source: https://github.com/EvolutionAPI/evo-nexus/tree/main/.claude/skills/int-instagram
Command: npx skills add https://github.com/EvolutionAPI/evo-nexus --skill int-instagram

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates retrieval and consolidation of Instagram profile and post metrics so teams no longer gather engagement, follower, and insight data manually across accounts.

Core Features & Use Cases

  • Multi-account OAuth: Discover and manage multiple Instagram accounts configured via environment variables and a social auth flow.
  • Metrics & Insights: Retrieve profile summaries, recent posts with engagement rates, top posts by engagement, post-level insights, and 30-day account metrics like impressions and reach.
  • Use Case: A marketing manager can run scheduled reports to compare follower growth and post performance across brand accounts and identify top-performing content for campaign optimization.

Quick Start

Run the instagram_client script in the skill's scripts directory to list configured accounts or fetch recent posts and engagement metrics for a chosen account.

Frequently Asked Questions about int-instagram

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

FAQPage Schema
How do I fetch Instagram post insights and engagement metrics programmatically?

Fetch Instagram post insights and engagement metrics programmatically by calling the Instagram Graph API endpoints provided in the skill's scripts. This returns post-level engagement rates, impressions, and reach data directly for reporting.

Can I retrieve Instagram analytics for multiple accounts at once?

Yes, you can retrieve Instagram analytics for multiple accounts. The skill supports multi-account OAuth management, allowing you to discover and manage several Instagram profiles configured via environment variables and a social auth flow.

What Instagram Graph API metrics are available for engagement tracking?

Available Instagram Graph API metrics for engagement tracking include followers, media counts, recent posts, engagement rates, impressions, reach, and 30-day account metrics. These are returned through standard Graph API endpoints.

Do I need OAuth tokens to pull Instagram profile metrics?

Yes, OAuth tokens are required per account to pull Instagram profile metrics. The skill uses a social auth flow and environment variables to manage these tokens securely before accessing the Graph API endpoints.

What's the best way to compare follower growth across brand Instagram accounts?

The best way to compare follower growth across brand Instagram accounts is running the skill's scheduled reports. It consolidates profile summaries and 30-day metrics like impressions and reach across multiple accounts for marketing teams.

Are there limitations to monitoring Instagram engagement rates via the Graph API?

Limitations of monitoring Instagram engagement rates via the Graph API include the requirement for valid OAuth tokens per account and dependency on Graph API endpoint availability. The skill does not process data without proper authentication.