instagram-autoreply-skill
v1.0.0
Published
Reusable Codex/Claude-compatible skill for Instagram auto-comment replies triggered by keywords.
Maintainers
Readme
Instagram AutoReply Skill
A Codex/Claude-compatible skill for setting up Instagram auto-comment replies triggered by keywords. When someone comments a keyword on your post, the bot replies automatically with a randomly selected response from your configured reply set.
What This Skill Does
- Detects keyword triggers in Instagram comments (e.g., "PRICE", "INFO", "LINK")
- Replies automatically with a randomly selected message from your reply pool
- Supports multiple keywords, each with their own reply sets
- Guides you through Instagram Graph API setup or third-party platform configuration (n8n, Zapier, Make)
- Generates ready-to-use code or workflow configs
Install
npx instagram-autoreply-skill installOr clone and run locally:
node install.js installValidate
node install.js validateUninstall
node install.js uninstallExample Prompts (after installing)
- "Set up auto replies on my Instagram when someone comments PRICE"
- "When someone comments INFO on my post, reply with one of these 5 messages at random"
- "Build a keyword-triggered Instagram comment bot using the Graph API"
- "Generate a reply config for my Instagram account with keywords: PRICE, LINK, DM"
Structure
skills/
Instagram-AutoReply-Skill/
SKILL.md — skill definition and behavior guide
references/ — domain knowledge files
scripts/ — Python utilities
assets/ — templates and config examplesLicense
MIT
