notification-routing
SolidRoute agent notifications to specific channels by type — prevent alert fatigue from single-channel flooding
Install
Quality Score: 87/100
Skill Content
Details
- Author
- DanWahlin
- Repository
- DanWahlin/ai-agent-board
- Created
- 6 months ago
- Last Updated
- 2 weeks ago
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
channel
Channel management — messaging integrations overview, health checks, deployments, start/stop services. Reads infra/channels/*.yaml for channel definitions. For scheduled tasks / cron jobs: use the /schedule skill instead. Trigger: "/channel", "channel status", "channel health", "channel deploy", "start channel", "stop channel".
telegram-agent-router
Designs and reviews durable Telegram multi-agent routing with idempotent webhook intake, fast-path intent routing, bounded agent contracts, PostgreSQL-backed sessions/memory/jobs, rate-limit handling, and privacy-aware auditability. Use when building or debugging Telegram bots that coordinate multiple specialized agents, persistent conversation state, handoffs, callbacks, or background work.
sent-routing-strategist
Decides how a Sent message should reach the recipient — automatic routing versus a pinned channel, what the channel array actually does, how fallback and reroute work, and why a message ended as FAILED, FILTERED, BLOCKED, or channel "auto". Use when choosing the channel field, expecting WhatsApp-to-SMS fallback, debugging an unexpected route or duplicate charges from multiple channels, or interpreting message status and activity evidence.