Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Instagram DM auto-reply system. DM monitoring, reading, replying, security check (injection rejection). Use when checking Instagram DMs, reading unread messa...
Instagram DM auto-reply system. DM monitoring, reading, replying, security check (injection rejection). Use when checking Instagram DMs, reading unread messa...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
v2.js (Internal API) based. 0 browser snapshots, CDP cookie extraction โ Instagram REST API direct calls.
OpenClaw browser running (port 18800) Instagram tab open and logged in ws npm package (npm i -g ws or local)
ScriptPurposescripts/v2.jsDM CLI (inbox, unread, check, read, reply)scripts/auto-reply.jsRead dm-alert.json, security check, return reply metadatascripts/check-notify.jsCheck new DM notifications (for cron, state file based)scripts/dm-watcher.jsReal-time DM detection daemon (15s polling)
node scripts/v2.js check # unread count (lightest) node scripts/v2.js unread # unread DM list node scripts/v2.js inbox # full DM list
node scripts/v2.js read "<username>" -l 5
node scripts/v2.js reply "<username>" "message content" On API failure, returns JSON with method: "use_browser" + threadUrl โ fallback to browser tool.
node scripts/check-notify.js If new DMs: outputs ๐ฉ ์ DM N๊ฑด: ... If none: outputs no_new Uses state file dm-state.json to prevent duplicates
node scripts/auto-reply.js Read dm-alert.json (created by dm-watcher) Run security check on each DM Return results: needs_reply / security_alert / skipped AI generates replies for needs_reply DMs โ send via v2.js reply
node scripts/dm-watcher.js # detection only node scripts/dm-watcher.js --auto-reply # includes Discord notification Polls v2.js check every 15s. On new DM detection, writes dm-alert.json + Discord DM notification.
auto-reply.js's SECURITY_PATTERNS detects: Prompt Injection: "ignore previous", "system prompt", "you are now", "act as", "pretend" Jailbreak Attempts: "override", "jailbreak", "DAN mode", "bypass" Sensitive Info Requests: "secret key", "private key", "seed phrase", "wallet address" Code Execution Attempts: "execute command", "run script", "eval(", "rm -rf", "sudo" Social Engineering: "simulation mode", zero-width characters On threat detection โ don't reply, return security_alert. Separate notification sent.
inbox/check: exec 1 call (~500 tokens) reply: exec 1 call (~200 tokens) browser snapshots: 0 ๐ง Built by ๋ฌดํญ์ด โ Mupengism ecosystem skill
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.