social-inbox-agent
Installation
SKILL.md
What It Does
Automatically responds to inbound DMs across all connected social platforms. Uses PostgreSQL as the single source of truth for all message tracking — no file-based state, no race conditions, no self-reply loops.
How to Run
# Process all unreplied messages
node skills/social-inbox-agent/scripts/dm-response-agent.js
# Dry run — see what would be sent without sending
node skills/social-inbox-agent/scripts/dm-response-agent.js --dry-run
# Limit to N conversations
node skills/social-inbox-agent/scripts/dm-response-agent.js --limit 5
# Filter to specific platform
node skills/social-inbox-agent/scripts/dm-response-agent.js --platform instagram