Clawhip is an open-source daemon-first notification router designed to deliver structured events from development workflows directly to platforms like Discord and Slack. It acts as a central event-processing system that listens to sources such as Git, GitHub, tmux sessions, and custom CLI events, then routes them through a typed pipeline. Built with a clean separation between routing, rendering, and delivery, Clawhip ensures reliable and organized notifications without polluting AI agent contexts. It integrates seamlessly with tools like OpenClaw, OMX (oh-my-codex), and OMC (oh-my-claudecode) to monitor coding sessions and automate updates. The system emphasizes normalized event contracts (like session.* and agent.*) for consistent automation and routing logic. Overall, Clawhip serves as an operational backbone for developer workflows, enabling real-time visibility and control over distributed AI-driven tasks.
Features
- Daemon-based event routing system with structured pipelines and typed events.
- Integrates with GitHub, Git, tmux, CLI tools, and AI agent workflows.
- Supports Discord and Slack delivery via bot tokens or webhooks.
- Native support for session-based events (session.*) and agent lifecycle tracking.
- Plugin architecture for extending integrations and tool-specific hooks.
- Built-in monitoring, cron jobs, and tmux session tracking with keyword/stale detection.