← ClaudeAtlas

natslisted

Cross-device messaging over the NATS bus — ping, publish, subscribe. Use to broadcast status or catch up on what other devices are doing.
fjwood69/mori · ★ 19 · AI & Automation · score 70
Install: claude install-skill fjwood69/mori
1. Parse the user's input: - `ping`: call `mori-nats_ping` and report connection status - `sub` 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 2. Present the result verbatim.