Help us improve
Share bugs, ideas, or general feedback.
From mori
Sends and receives messages over the NATS bus — ping to check connectivity, subscribe to catch up, publish to broadcast.
npx claudepluginhub fjwood69/mori --plugin moriHow this skill is triggered — by the user, by Claude, or both
Slash command
/mori:natsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Parse the user's input:
Configures NATS channel settings: selects contexts via NATS CLI, sets session names, manages permissions modes. Use for NATS setup, connections, context switches, permission config.
Uses Redis pub/sub channels and keyspace notifications for low-latency real-time messaging within trusted systems. Covers ioredis patterns, wildcard subscriptions, and key event reactivity.
Share bugs, ideas, or general feedback.
ping: call mori-nats_ping and report connection statussub or subscribe: call mori-nats_sub (optionally with --replay for last 7 days)pub or publish <message>: call mori-nats_pub with the message text