Install
openclaw skills install discord-contextSync and cache per-thread context for Discord Forum channels. Use when handling /discord-context commands to poll active threads, list cached context, inspect a thread cache, or link a thread to a memory QMD file.
openclaw skills install discord-contextRun node {baseDir}/scripts/discord-context-cli.js <command> ....
poll [--guild <id>] [--forum <id>] [--workspace <path>]
DISCORD_TOKEN plus guild/forum IDs (flags or env vars).context [threadId] [--workspace <path>] [--json]
threadId: list cached threads.threadId: print cached context and metadata for one thread.link <threadId> <qmdName> [--workspace <path>]
memory/<qmdName>.md and refresh cached context text.DISCORD_TOKEN (required for poll)DISCORD_GUILD_ID (default guild id for poll)DISCORD_FORUM_CHANNEL_ID (default forum id for poll)OPENCLAW_WORKSPACE (defaults to ~/.openclaw/workspace)[a-zA-Z0-9_-]+ for qmdName.memory/ tree.memory/discord-cache/thread-<id>.jsonmemory/discord-cache/thread-<id>-context.txtmemory/*.md