instagram-posting
Installation
SKILL.md
Instagram Posting Workflow
Overview
This skill guides a browser-capable agent through automating the process of uploading and publishing a post (video or image) to Instagram. It handles media upload, correct aspect ratio cropping, and adding tags/content.
Workflow Execution Steps
1. Identify Media Aspect Ratio
Before opening the browser, calculate the aspect ratio of the media to select the correct crop option on the upload screen.
- Use the bundled script:
python scripts/get_media_aspect_ratio.py <path_to_media_file> - The script will output the appropriate crop option:
1:1,4:5,16:9,9:16, orOriginal. - Note this exact crop option for use in Step 2.