用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/OPPO-Mente-Lab/X-OmniClaw --skill feishu-urgent命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
主流APP搜索。当用户想要在拼多多、美团、高德地图、抖音、快手、小红书、哔哩哔哩、知乎、百度、OPPO音乐、OPPO软件商店等APP中搜索时激活。覆盖电商购物、生活服务、短视频内容、知识搜索、音乐搜索、应用商店搜索等场景。
CapCut (剪映) one-tap video creation on Android. Always clear A_latest first (copy_images_to_album clear-only), then retrieve by time (list_gallery_images) or content (image-memories). Copy to A_latest (clear_album_first), CapCut 照片视频 → A_latest → 全部, multi_tap, N=K.
Configure messaging channels in X-OmniClaw, including Feishu and Discord. Use when the user asks to configure, enable, disable, inspect, or fix channel settings such as tokens, appId/appSecret, dmPolicy, groupPolicy, requireMention, or connection status. For X-OmniClaw, these settings live in /sdcard/.xomniclaw/xomniclaw.json under channels.*.
基于 SOC 职业分类
正在显示 SKILL.md
| name | feishu-urgent |
| description | Feishu urgent notification tool. Activate when user wants to send urgent messages or notifications. |
Tool feishu_urgent for sending urgent notifications.
{
"action": "send",
"user_id": "ou_xxx",
"title": "Urgent: Production Issue",
"content": "Service is down, please check immediately!"
}
Sends an urgent notification to a user with push notification.
{
"action": "send_batch",
"user_ids": ["ou_xxx", "ou_yyy"],
"title": "Critical Alert",
"content": "System maintenance starting in 5 minutes"
}
Sends urgent notifications to multiple users.
Tool Class: FeishuUrgentTools.kt
Available Tools:
feishu_urgent_send - Send urgent message to userfeishu_urgent_batch - Send urgent message to multiple usersExample Usage:
// Send urgent notification
val result = feishuUrgentTools.sendUrgent(
userId = "ou_xxx",
title = "Production Alert",
content = "Database connection failed!"
)
// Send to multiple users
val result = feishuUrgentTools.sendUrgentBatch(
userIds = listOf("ou_xxx", "ou_yyy"),
title = "System Maintenance",
content = "Starting in 5 minutes"
)
Required: im:message:send_as_bot, im:message