Start Discord auto-response loop. Use when user mentions watch, discord watch, auto-response.
From shipnpx claudepluginhub thkt/dotclaude --plugin toolkitThis skill is limited to using the following tools:
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Calculates TAM/SAM/SOM using top-down, bottom-up, and value theory methodologies for market sizing, revenue estimation, and startup validation.
Start a /loop that monitors Discord DM channels and auto-responds to new messages.
$1: interval (optional, default: 1m). Supports Ns, Nm, Nh format.$2: channel_id (optional). If omitted, read all channel IDs from ~/.claude/channels/discord/access.json allowFrom entries and check approved channels.$ARGUMENTS (default 1m).~/.claude/channels/discord/access.json and find active DM channels from ~/.claude/channels/discord/approved/ directory (file contents = chatId).1m → */1 * * * *5m → */5 * * * *Nm where N <= 59 → */N * * * *Nh → 0 */N * * *cron: the expressionprompt: the monitoring prompt (below)recurring: trueFor each channel:
Check Discord channel {channel_id} for new messages using fetch_messages. Reply to any new messages not from me. Do not re-reply to already-replied messages. If no new messages, do nothing.
If user says "stop":