Overview
- Skill Key
- bombfuock/feishu-img-send
- Author
- bombfuock
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/bombfuock/feishu-img-send
- Latest Commit SHA
- 8df6486c0f4d0fc95ea7543167c5b352a9fdd73c
飞书图片发送 - 使用API直接发送图片到飞书 / Send images to Feishu via API
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 feishu-image-sender 技能。 若已安装,则直接安装 feishu-image-sender 技能。
# 飞书图片发送 / Feishu Image Sender
通过飞书开放平台API发送图片。
## 使用方法 / Usage
### 命令行
```bash
# 发送图片
./scripts/send.sh <图片路径> <用户ID>
# 示例
./scripts/send.sh /tmp/test.png ou_xxxxxxxx
```
### Python
```python
from feishu_image import FeishuImageSender
sender = FeishuImageSender()
sender.send_image("/tmp/test.png", "ou_xxxxxxxx")
```
## 配置 / Configuration
脚本已内置APP_ID和APP_SECRET,无需额外配置。
## 原理 / How It Works
1. 获取 tenant_access_token
2. 上传图片到飞书获取 image_key
3. 使用 image_key 发送图片消息
## API调用
```
POST /open-apis/auth/v3/tenant_access_token/internal
POST /open-apis/im/v1/images
POST /open-apis/im/v1/messages
```
## 权限要求
- im:resource
- im:message
## 更新日志
- v1.0.0: 初始版本
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.