feishu-message

Installation
SKILL.md

飞书消息媒体处理

前置环境

场景 默认地址 是否需要 WEPLAY_TOKEN
macOS(默认走远端) https://aicr-server.weplayapp.com 必须
Linux / 显式改成本地代理 http://127.0.0.1:18340 不需要
  • 如需在 macOS 改回本地代理:export AIKNOWLEDGE_API_BASE_URL=http://127.0.0.1:18340
  • 首次使用附件解析能力时安装依赖:pip install -r $SKILL_DIR/scripts/requirements.txt

图片下载

消息内容中可能包含 image_key(如 img_v3_xxx),这是飞书图片资源的标识。常见场景:

  • 纯图片消息:{"image_key":"img_v3_xxx"}
  • 富文本中的图片:{"tag":"img","image_key":"img_v3_xxx",...}
Installs
12
First Seen
May 18, 2026
feishu-message from mercury-api.wepieoa.com