بنقرة واحدة
vision
Resolve Feishu image_key to a local file path so the agent can Read the image natively
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Resolve Feishu image_key to a local file path so the agent can Read the image natively
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Generate character-consistent selfie images and videos, send via OpenClaw messaging channels. Character reference image and description come from per-agent env.
Send voice/song audio to Feishu — voice.sh does plain TTS (MiniMax or Volcengine); sing.sh generates a full song with melody via MiniMax music-2.6
Transcribe user-sent voice messages via local OpenAI Whisper (no API key, runs offline)
| name | vision |
| description | Resolve Feishu image_key to a local file path so the agent can Read the image natively |
| allowed-tools | Bash(*/resolve.sh:*) Bash(ls:*) Read |
用户发图片时,消息体里出现 {"image_key":"img_v3_..."}。openclaw 已经自动把图片下到本地 ~/.openclaw/media/inbound/<uuid>.<ext>。本技能把 image_key 反查到本地路径,之后你用 Read 工具直接读图(Claude 原生视觉)。
image_key<media:image> 或 [Image]file_key(图片以文件形式发送)# 1) image_key → 本地路径
~/.openclaw/skills/vision/scripts/resolve.sh img_v3_0210u_xxx
# → /Users/openclaw/.openclaw/media/inbound/d526ab00-xxx.jpg
# 2) 拿不到 key 时的回退:取最近一张图
~/.openclaw/skills/vision/scripts/resolve.sh --latest
# 3) 之后用 Read 读文件
# Read tool 直接传上面输出的绝对路径即可
| code | 含义 |
|---|---|
| 0 | 成功,stdout 是绝对路径 |
| 2 | 日志里找不到 key(太老被截断,或下载还没完成) |
| 3 | 路径存在但文件已被清理 |