Send alert notifications via configured channels (lark, dingtalk, wecom)
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill alert_sender --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Alert Sender?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-alert-sender)More formats (shields.io, HTML) on the badges page.
---
name: alert-sender
description: Send alert notifications via configured channels (lark, dingtalk, wecom)
activation_keywords: [alert, notify, notification, send alert, lark, dingtalk, wecom, webhook]
---
# Alert Sender Skill
Provides alert notification capabilities:
- Send alerts to Lark (Feishu) via webhook
- Send alerts to DingTalk via webhook
- Send alerts to WeCom via webhook
- Format alerts with title, content, and severity level
Use `builtin_alert_sender` tool with fields:
- `channel`: notification channel (lark, dingtalk, wecom)
- `webhook_url`: the webhook URL for the target channel
- `title`: alert title
- `content`: alert content (supports markdown)
- `level`: (optional) severity level: info, warning, critical (default: info)
- `at_users`: (optional) comma-separated user IDs to mention
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!