Rriasistemas/claude-plugins
riasistemas/claude-plugins/instagram/ v0.1.7
live/Instagram Graph API/Apache-2.0

Comments and DMs
automated by
Claude Code.

Official Instagram Graph API bridge. Receives comments and DMs, runs automatic comment-to-DM bootstrap, transcribes inbound audio. Pluggable extensions system for your own custom policies.

Graph API
official Meta
C-to-DM
auto bootstrap
Pluggable
extensions
RIA
@riasistemas
post / reel
2,413 likes · 87 comments
M
@maria_dev how do I install this?
2 min
@riasistemas replied via DM with a tutorial 📩
via /skills/comment-to-dm
claude transcribed audio “how do I configure?” → 0.4s
§ 01 — capabilities

Comments,
DMs,
and the bridge between them.

All via the official Graph API — no terms-of-use violations, no risk of page bans. Works with Business and Creator accounts linked to a Facebook page.

native flows

Comment-to-DM bootstrap

Someone comments. Claude replies on the public comment and opens a DM with personalized content. The user moves from public thread to private without you lifting a finger.

  1. 1./comments webhook fires
  2. 2.policy decides reply or skip
  3. 3.public reply → “replied via DM 📩”
  4. 4.send DM with full payload
audio

Automatic transcription

DMs with audio reach Claude already transcribed in context — you respond by content, not by file.

whisper-compatible · < 0.5s/audio typical
extensibility

Extensions system

Plug in custom policies: spam filtering, intent classification, human escalation. Each extension is an isolated module.

setup

Same tunnel, same deploy

Compatible with the local webhook tunnel (cloudflared/ngrok). Can run side-by-side with the WhatsApp plugin — same MCP server, two channels.

see the WhatsApp plugin →
§ 02 — install

Three commands.
One access token.

You’ll need: a Page Access Token (Meta) + Instagram Business Account ID + cloudflared installed.

  1. 1
    marketplace

    Add the RIA marketplace

    /plugin marketplace add riasistemas/claude-plugins
  2. 2
    install

    Install the Instagram plugin

    /plugin install instagram@riasistemas
  3. 3
    tunnel

    Run the local webhook

    cloudflared tunnel --url http://localhost:8788
.env (sample)
IG_PAGE_ACCESS_TOKEN=EAAG…
IG_BUSINESS_ACCOUNT_ID=17841…
IG_VERIFY_TOKEN=a-secret-token
IG_ALLOW_COMMENT_TO_DM=true
§ 03 — faq

Before you install, read this.

01Does it work with any Instagram account?

Only Business or Creator accounts linked to a Facebook page — Meta's restriction, not ours. Personal accounts don't have Graph API.

02Does Meta allow auto-replying to DMs?

Yes, within the 24h window after the user's last message (messaging window rule). Outside it, only with specific tags. The plugin honours both.

03Doesn't comment-to-DM violate policy?

No — it's an officially supported Graph API pattern (Private Replies). Claude only sends if your policy allows it, and respects Meta's rate limits.

04Can it run with the WhatsApp plugin at the same time?

Yes, designed for it. Same MCP server, two plugins, two distinct webhooks.

§ 04 — next step

Comments answered
while you sleep.