Deploy clawhip notification gateway daemon

clawhipskillsetup L3911
Yeachan-Heo/clawhip
What it does

Route Discord notifications from CI/git/tmux

Best for

Best for routing high-volume CI/git/tmux events to Discord channels while keeping bot identity separate from main gateway.

Inputs
  • · config.toml with Discord token and routes
Outputs
  • · notification routing status (text)
  • · daemon health (enum)
Requires
  • · Discord API
  • · Systemd (optional)
Preconditions
  • · Discord bot token with Send Messages permission
  • · config.toml present
Failure modes
  • · Discord bot offline
  • · Invalid token
  • · Route filter matches no events
Trust signals
  • · Discord bot token segregation pattern secure
  • · Daemon-first architecture verified