AI agent skill for building Instagram comment-to-DM funnels via the Upload-Post API.
A creator posts "Comment GUIDE to get my free PDF" → people comment → the AI agent sends each commenter a personalized DM with the link. Automatically.
- Monitors comments on Instagram posts for trigger keywords
- Uses semantic matching (not just exact keywords) to detect intent
- Sends personalized private DMs to matching commenters
- Tracks who's been contacted to avoid duplicates
- Optionally monitors DM replies for follow-up conversations
- Reports funnel metrics (comments scanned, DMs sent, replies received)
| Platform | Comments | Private Reply (DM) | Follow-up DMs |
|---|---|---|---|
| ✓ | ✓ | ✓ |
Instagram only — this is a Meta API limitation, not Upload-Post.
npx skills add Upload-Post/upload-post-comment-funnelCopy SKILL.md and references/ to your agent's skills directory.
- Create account at upload-post.com
- Connect your Instagram Business account
- Create a Profile (links your connected accounts)
- Generate an API Key from the dashboard
Tell your AI agent:
"Set up a comment funnel on https://instagram.com/p/ABC123 — anyone who comments GUIDE gets a DM with the download link https://example.com/guide"
The agent will:
- Start a persistent monitor on that post
- Filter comments containing "guide" (case and accent insensitive)
- Send each matching commenter a DM with the link
- Keep monitoring every 15 minutes, auto-stops after 15 days
This skill uses Meta's official Private Replies API. It's the same mechanism used by ManyChat, Inro, and every major DM automation platform. See references/compliance.md for full details.
- Upload-Post API docs: https://docs.upload-post.com
- LLM-friendly reference: https://docs.upload-post.com/llm.txt
MIT