A high-efficiency automation system for monitoring, reading, and securely replying to Instagram Direct Messages using direct API calls.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install auto-reply
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install auto-reply using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Instagram DM Auto-Reply skill is a sophisticated automation framework designed for Openclaw Skills to manage social interactions with surgical precision. Unlike legacy automation that relies on resource-heavy browser snapshots, this skill utilizes v2.js to perform direct REST API calls through CDP cookie extraction. This technical approach ensures maximum token efficiency and speed while providing a reliable interface for AI agents to interact with the Instagram platform.
This skill is built for developers who need a production-grade solution for social media engagement. It bridges the gap between raw browser automation and intelligent conversation management, offering a seamless way to integrate Instagram into a broader automated ecosystem powered by Openclaw Skills.
To deploy this tool within your Openclaw Skills environment, follow these steps:
npm i -g ws
node scripts/v2.js check
- schedule: "*/5 * * * *"
command: "node /path/to/scripts/check-notify.js"
The skill manages its state and communication through the following structured data files:
| File | Role | Purpose |
|---|---|---|
dm-state.json |
Persistence Layer | Prevents duplicate replies by tracking processed message IDs. |
dm-alert.json |
Buffer | Stores metadata for newly detected DMs pending AI processing. |
v2.js Output |
API Payload | Returns clean JSON including thread URLs, user handles, and message text. |
Loading
An automated booking management system that handles scheduling, calendar synchronization, and customer reminders for service-based businesses.

A comprehensive framework for implementing secure API patterns including robust authentication, input validation, and protection against common vulnerabilities.

A peer-to-peer file sharing skill for AI agents that enables direct, encrypted transfers without intermediate servers.

A PowerShell-based skill for normalizing Korean addresses and performing location searches using the Kakao Local REST API.

A conversational onboarding framework that transforms a raw AI model into a unique personality with defined values, relationships, and self-documentation.

A specialized tool for defining, managing, and applying consistent brand tones and writing styles across multiple AI-driven communication channels.








































