instagram

Official

Instagram Graph API via curl.

Authorvm0-ai
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables reading and publishing Instagram content using the Graph API, automating social media workflows.

Core Features & Use Cases

  • Fetch recent media (photos/videos/Reels)
  • Get media details and publish image posts
  • Hashtag search and content insights

Quick Start

Fetch recent media: bash -c 'curl -s -X GET "https://graph.facebook.com/v21.0/${INSTAGRAM_BUSINESS_ACCOUNT_ID}/media?fields=id,caption,media_type,media_url" --header "Authorization: Bearer ${INSTAGRAM_ACCESS_TOKEN}"' | jq .

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: instagram
Download link: https://github.com/vm0-ai/vm0-skills/archive/main.zip#instagram

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository