What problem does it solve? Publishing to Instagram programmatically requires a Business account, media attachments on every post, and strict format and size rules enforced by the Instagram Graph API. This Skill guides an AI agent to create and schedule Instagram content through the Publora MCP server without integrating the Instagram API directly. ## Core Features & Use Cases - Post Creation and Scheduling: Publish single-image posts, 2-10 image carousels, Reels, and Stories with captions up to 2,200 characters, either immediately or at a scheduled UTC time. - Media Handling: Attach up to 10 public HTTPS media URLs in one call, or use the presigned upload flow with get_upload_url and complete_media for local files. - Video Type Control: Set platformSettings.instagram.videoType to REELS or STORIES to control how videos are published. - Use Case: A marketer asks the agent to schedule a 5-image product carousel for tomorrow at 10 AM with a captioned hashtag set; the agent resolves the Instagram connection ID, attaches the images, and schedules the post in one workflow. ## Quick Start Ask your agent to post the attached image to Instagram with the caption "Morning coffee and code #devlife" using the Publora connection.