Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Centralized alerting and notification system for OpenClaw. Multi-channel alerts, intelligent rules, escalation, and audit.
Centralized alerting and notification system for OpenClaw. Multi-channel alerts, intelligent rules, escalation, and audit.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Sistema centralizado de alertas y notificaciones para OpenClaw. Alertas multi-canal, reglas inteligentes, escalación y auditoría.
Permitir que OpenClaw sea proactivo en lugar de reactivo, detectando problemas y notificando automáticamente antes de que impacten operaciones.
✅ Multi-canal: Telegram, Email (Gmail), Log ✅ Reglas básicas: Umbrales, patrones, horarios ✅ Prioridades: Info, Warning, Critical, Emergency ✅ Agrupación: Alertas relacionadas agrupadas ✅ Historial: Auditoría completa de alertas
🔄 Escalación automática: Si no hay respuesta 📊 Dashboard web: Visualización en tiempo real 🤖 Auto-resolución: Alertas que se resuelven solas 📈 Análisis: Patrones y tendencias de alertas 🔗 Integraciones: Webhooks, Slack, etc.
🧠 Aprendizaje: Reduce falsos positivos ⏰ Horarios inteligentes: Respeta horas no laborales 👥 Routing: Enruta a persona correcta 📱 Mobile: Notificaciones push 🔄 Feedback loop: Mejora continua
alert monitor Monitorea un endpoint o recurso. # Monitorear API Tiklick alert monitor https://api.tiklick.com/health --interval 60 --channel telegram # Monitorear archivo de log alert monitor /var/log/tiklick_app.log --pattern "ERROR\|CRITICAL" --channel email # Monitorear métrica del sistema alert monitor system.cpu --threshold 80 --duration 300 --channel both alert threshold Configura alertas basadas en umbrales. # Ventas mínimas diarias alert threshold /workspace/ventas.csv --column "total" --min 1000000 --channel email # Uso máximo de disco alert threshold system.disk --path /workspace --max 90 --channel telegram # Tiempo respuesta API alert threshold api.response_time --url https://api.tiklick.com --max 2000 --channel both alert pattern Busca patrones en logs o datos. # Errores críticos en logs alert pattern /var/log/app.log --pattern "FATAL\|SEGFAULT\|OutOfMemory" --channel telegram # Intentos fallidos de login alert pattern /var/log/auth.log --pattern "Failed password" --count 5 --window 300 --channel email # Patrones de seguridad alert pattern security --type "brute_force\|sql_injection\|xss" --channel both alert status Muestra estado de alertas. # Alertas activas alert status --active # Historial de alertas alert status --history --days 7 # Resumen estadístico alert status --stats alert resolve Marca alertas como resueltas. # Resolver alerta específica alert resolve ALERT-1234 # Resolver todas de un servicio alert resolve --service api-tiklick # Auto-resolver después de verificación alert resolve --auto --check "curl -s https://api.tiklick.com/health"
telegram - Notificación inmediata a Telegram email - Email a lista configurada log - Registro en archivo de log dashboard - Visualización en dashboard web all - Todos los canales
emergency (🔴) - Requiere acción inmediata critical (🟠) - Acción requerida pronto warning (🟡) - Atención recomendada info (🔵) - Informativo solamente
ALERTING_TELEGRAM_CHAT_ID="${TELEGRAM_CHAT_ID}" # Variable de entorno ALERTING_EMAIL_RECIPIENTS="rhandus@gmail.com,admin@tiklick.com" ALERTING_SMTP_SERVER="smtp.gmail.com" ALERTING_DASHBOARD_URL="http://localhost:3000/alerts" ALERTING_RETENTION_DAYS="30"
# Si API falla, generar alerta api test https://api.tiklick.com/health --on-failure "alert trigger api.down --priority critical"
# Alertar hallazgos críticos de seguridad security scan --on-finding-critical "alert trigger security.critical --details {finding}"
# Alertar si contenedor cae docker monitor tiklick-app --on-crash "alert trigger docker.crash --container {name}"
# Recordatorios de eventos importantes calendar monitor --before 30 --action "alert trigger calendar.reminder --event {title}"
# Configurar monitoreo 24/7 alert monitor https://api.tiklick.com/health \ --interval 30 \ --timeout 10 \ --expected-status 200 \ --on-failure "alert trigger api.production.down --priority emergency" \ --on-recovery "alert resolve api.production.down" \ --channel all
# Verificar ventas cada hora alert threshold /workspace/ventas/ultima_hora.csv \ --column "total_ventas" \ --min 500000 \ --check-every 3600 \ --on-below "alert trigger sales.low --priority warning --details 'Ventas bajas: {value}'" \ --channel telegram,email
# Verificar backup diario alert monitor /workspace/backups/latest.tar.gz \ --max-age 86400 \ --min-size 1000000 \ --on-failure "alert trigger backup.failed --priority critical" \ --channel email
# Solo alertas críticas fuera de horario alert rule working-hours \ --days mon-fri \ --time 08:00-18:00 \ --action "allow-all" \ --else "allow-only critical,emergency"
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │ Detección │───▶│ Procesamiento │───▶│ Notificación │ │ (Monitores) │ │ (Reglas) │ │ (Canales) │ └─────────────────┘ └─────────────────┘ └─────────────────┘ │ │ │ ▼ ▼ ▼ ┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐ │ APIs Tiklick │ │ Agrupación │ │ Telegram │ │ Sistema │ │ Escalación │ │ Email │ │ Logs │ │ Deduplicación │ │ Dashboard │ │ Métricas │ │ Priorización │ │ Log │ └─────────────────┘ └─────────────────┘ └─────────────────┘
Tiempo medio de detección: < 60 segundos Tiempo medio de resolución: < 15 minutos Falsos positivos: < 5% Cobertura: > 95% de sistemas críticos Satisfacción: > 4.5/5 en encuestas
Alertas activas por prioridad Tendencia histórica Top servicios con problemas Tiempos de respuesta Estadísticas de resolución
Autenticación: Verificación de origen de alertas Autorización: Quién puede configurar/ver alertas Auditoría: Log completo de todas las acciones Rate limiting: Prevenir spam de alertas Cifrado: Datos sensibles cifrados
Revisar alertas activas Verificar canales de notificación Limpiar alertas resueltas antiguas
Revisar reglas y ajustar umbrales Analizar falsos positivos Actualizar contactos de escalación
Auditoría completa del sistema Revisión de métricas y KPIs Plan de mejora continua
Estructura del skill Canal Telegram Reglas básicas Testing inicial
Canal Email Dashboard web Reglas avanzadas Integración skills
Escalación automática Aprendizaje automático Mobile notifications Optimización Estado: 🟡 EN DESARROLLO (Semana 1) Próximo hito: Canal Telegram funcional Responsable: TK Claw Fecha objetivo: 2026-02-26
Long-tail utilities that do not fit the current primary taxonomy cleanly.
Largest current source with strong distribution and engagement signals.