extensions/feishu/skills/feishu-urgent/SKILL.md
Feishu urgent message (buzz) notifications. Activate when user mentions urgent, buzz, remind, or escalation for messages.
npx skillsauth add openxjarvis/openclaw-python feishu-urgentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Single tool feishu_urgent for sending urgent (buzz) notifications to recipients for an already-sent message.
Urgent notifications (also called "buzz" in Feishu) send a strong push notification to specified recipients. Use this to escalate important messages that require immediate attention.
Important: The message must already be sent before sending an urgent notification. You need the message_id from a previously sent message.
| Type | Description | Cost |
|------|-------------|------|
| app | In-app buzz notification (popup + sound) | Free |
| sms | SMS push to recipient's phone | May incur cost |
| phone | Voice call to recipient's phone | May incur cost |
{
"message_id": "om_xxx",
"user_ids": ["ou_xxx"],
"urgent_type": "app"
}
{
"message_id": "om_xxx",
"user_ids": ["ou_xxx"],
"urgent_type": "sms"
}
{
"message_id": "om_xxx",
"user_ids": ["ou_xxx"],
"urgent_type": "phone"
}
{
"message_id": "om_xxx",
"user_ids": ["ou_xxx", "ou_yyy", "ou_zzz"],
"urgent_type": "app"
}
| Parameter | Required | Description |
|-----------|----------|-------------|
| message_id | Yes | Message ID to send urgent notification for (e.g., om_xxx). The message must already be sent. |
| user_ids | Yes | List of open_id values to buzz. Minimum 1 recipient. Recipients must be members of the chat where the message was sent. |
| urgent_type | No | Urgency delivery method: app (default), sms, or phone. |
{
"ok": true,
"message_id": "om_xxx",
"urgent_type": "app",
"invalid_user_list": []
}
invalid_user_list: List of user IDs that could not receive the urgent notification (e.g., not in the chat, or invalid ID).channels:
feishu:
tools:
urgent: true # default: true
im:message.urgent - Send in-app urgent notificationsim:message.urgent:sms - Send SMS urgent notifications (may incur cost)im:message.urgent:phone - Send phone call urgent notifications (may incur cost)message_id must be from a message that has already been sent. You cannot send urgent notifications for messages being composed.user_ids must be members of the chat where the original message was sent.sms and phone). Error 230024 ("Reach the upper limit of urgent message") indicates quota exhausted. Contact your tenant admin or check Feishu admin console > Cost Center > Quota.sms and phone types may incur costs on the tenant. Use app (default) for free notifications.tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.
development
Spreadsheet operations: open, read, edit, create .xlsx/.xlsm/.csv/.tsv files. Use for financial models, data tables, formula-based spreadsheets, data cleaning, charting, or any Excel file task. Triggers on: any .xlsx/.csv filename, 'spreadsheet', 'Excel', 'workbook'. Use openpyxl for formulas/formatting, pandas for data analysis.
development
Test local web applications using Playwright. Use when: testing a running web app, checking UI behavior, automating browser interactions, verifying HTML artifacts, or doing visual regression checks.
tools
Search the web for information and fetch URL content. Use when user asks to search for recent information, look up websites, fetch web page content, or find online resources. No external tools required — uses built-in web_search and web_fetch capabilities.