<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Reinaldo Oliveira</title>
    <description>The latest articles on DEV Community by Reinaldo Oliveira (@reinaldoon).</description>
    <link>https://dev.to/reinaldoon</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3906501%2Fa3bdad57-7921-473f-9314-35c9e465e9c3.jpg</url>
      <title>DEV Community: Reinaldo Oliveira</title>
      <link>https://dev.to/reinaldoon</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/reinaldoon"/>
    <language>en</language>
    <item>
      <title>I built Claude Code plugins that reply on WhatsApp and Instagram for you</title>
      <dc:creator>Reinaldo Oliveira</dc:creator>
      <pubDate>Thu, 30 Apr 2026 17:09:31 +0000</pubDate>
      <link>https://dev.to/reinaldoon/i-built-claude-code-plugins-that-reply-on-whatsapp-and-instagram-for-you-451b</link>
      <guid>https://dev.to/reinaldoon/i-built-claude-code-plugins-that-reply-on-whatsapp-and-instagram-for-you-451b</guid>
      <description>&lt;p&gt;We just open-sourced 2 plugins that let Claude Code reply to real people on your behalf — via WhatsApp Business and Instagram DMs/comments.&lt;/p&gt;

&lt;h2&gt;
  
  
  claude-channel-whatsapp
&lt;/h2&gt;

&lt;p&gt;The agent receives customer messages in real time (text, audio, image, doc, reactions) and replies — text or native OGG Opus voice. It reads history, holds context, keeps tone consistent. Watch from the terminal or let it run.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Real-time webhooks (WhatsApp Business Cloud API)&lt;/li&gt;
&lt;li&gt;Native OGG Opus voice notes (not download links)&lt;/li&gt;
&lt;li&gt;HSM templates, media, docs, typing indicator&lt;/li&gt;
&lt;li&gt;Reactions, conversation history from chat.db&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/riasistemas/claude-channel-whatsapp" rel="noopener noreferrer"&gt;https://github.com/riasistemas/claude-channel-whatsapp&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  claude-channel-instagram
&lt;/h2&gt;

&lt;p&gt;The agent replies to DMs and post/reel comments. Comment-to-DM bootstrap: someone comments "how does it work?", agent replies on the thread and opens a private conversation. Voice notes are auto-transcribed.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Comments + DMs webhooks (Instagram Graph API)&lt;/li&gt;
&lt;li&gt;Comment-to-DM bootstrap&lt;/li&gt;
&lt;li&gt;Auto-transcription on incoming voice notes&lt;/li&gt;
&lt;li&gt;DM send: text, image, video, M4A audio&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/riasistemas/claude-channel-instagram" rel="noopener noreferrer"&gt;https://github.com/riasistemas/claude-channel-instagram&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Official Meta APIs
&lt;/h2&gt;

&lt;p&gt;Both plugins use official Meta APIs (WhatsApp Business Cloud + Instagram Graph). No account-ban risk.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install (5 minutes)
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;/plugin marketplace add riasistemas/claude-plugins
/plugin &lt;span class="nb"&gt;install &lt;/span&gt;whatsapp@riasistemas
/plugin &lt;span class="nb"&gt;install &lt;/span&gt;instagram@riasistemas
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Use cases
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Customer support over DM/WhatsApp with context and knowledge base&lt;/li&gt;
&lt;li&gt;Commercial SDR with automatic qualification&lt;/li&gt;
&lt;li&gt;Comment replies + DM handoff when relevant&lt;/li&gt;
&lt;li&gt;First-line triage with human escalation&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Apache-2.0, MCP-compatible.&lt;/p&gt;

</description>
      <category>claude</category>
      <category>ai</category>
      <category>whatsapp</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
