Overview
- Skill Key
- blackswan-mohu/feishucard-sender
- Author
- blackswan-mohu
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blackswan-mohu/feishucard-sender
- Latest Commit SHA
- d4b716b880af4394765ef815b7a7b2f488e8d10d
发送飞书卡片消息(支持纯文本和图片)。使用 message 工具的 card 参数,需要配置飞书应用凭证(App ID + App Secret)。
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-card-sender 技能。 若已安装,则直接安装 feishu-card-sender 技能。
# feishu-card-sender
发送飞书卡片消息。
## 前置配置
在 USER.md 中配置飞书应用凭证:
```markdown
- **Feishu App ID:** cli_xxx
- **Feishu App Secret:** xxx
```
## 权限要求
飞书开放平台 → 应用 → 权限管理 → 开通 `im:message`
## 使用方法
### 纯文本卡片
```
message
action: send
card: {"config":{"wide_screen_mode":true},"header":{"title":{"content":"标题","tag":"plain_text"},"template":"blue"},"elements":[{"tag":"div","text":{"content":"内容","tag":"lark_md"}}]}
target: ou_xxx
```
### 带图片的卡片
**步骤 1:上传图片获取 img_key**
使用 `scripts/upload_image.py` 脚本:
```bash
python scripts/upload_image.py --image /path/to/image.jpg
```
返回 `img_key`。
**步骤 2:发送卡片**
```
message
action: send
card: {"config":{"wide_screen_mode":true},"header":{"title":{"content":"标题","tag":"plain_text"},"template":"blue"},"elements":[{"tag":"img","img_key":"img_v3_xxx"},{"tag":"div","text":{"content":"内容","tag":"lark_md"}}]}
target: ou_xxx
```
## 卡片格式
```json
{
"config": {"wide_screen_mode": true},
"header": {
"title": {"content": "标题", "tag": "plain_text"},
"template": "blue"
},
"elements": [...]
}
```
### header.template 颜色
`blue` | `green` | `red` | `orange` | `grey` | `purple` | `warning` | `error`
### elements 常用元素
- `div` - 文本块,支持 `tag: "lark_md"`(粗体/斜体/链接)
- `hr` - 分割线
- `note` - 备注脚注
- `img` - 图片(需要 img_key)
- `action` + `button` - 按钮组
## 注意事项
1. **优先用 `message` 工具**,不要用 `feishu_im_bot_message`(需要额外权限)
2. **图片必须上传获取 img_key**,不能用 URL
3. **机器人只能发给好友或群聊**,不能直接发给陌生人
4. **其他"龙虾"要使用**:需要配置相同的 app_id + app_secret
## 示例
### 示例 1:简单通知卡片
```
message
action: send
card: {"config":{"wide_screen_mode":true},"header":{"title":{"content":"通知","tag":"plain_text"},"template":"blue"},"elements":[{"tag":"div","text":{"content":"这是内容","tag":"plain_text"}}]}
target: ou_xxx
```
### 示例 2:带图片和按钮
```...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.