comfyui-feishu-draw

Generate images locally with ComfyUI and post them to Feishu conversations.

1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/marcoamu/openclaw-workspace --skill comfyui-feishu-draw
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: comfyui-feishu-draw
Source: https://github.com/marcoamu/openclaw-workspace/tree/main/skills/openclaw-comfyui-imagegenerate
Command: npx skills add https://github.com/marcoamu/openclaw-workspace --skill comfyui-feishu-draw

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

该技能通过在本地使用 ComfyUI 生成图片并自动将图片发送至当前飞书会话,消除手动传递与重复操作。

Core Features & Use Cases

  • 自动生成并定位图片路径
  • 根据上下文自动选择发送目标(群聊/私聊)
  • 发送成功后静默结束,不输出额外文本

Quick Start

让我输入一个图片提示词,技能将本地生成并自动发送到飞书当前对话。

Frequently Asked Questions about comfyui-feishu-draw

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically send locally generated ComfyUI images to a Feishu conversation?

To send locally generated ComfyUI images to a Feishu conversation, this skill generates the image and posts it directly to the active Feishu chat. It automatically handles both group chats and direct messages.

What do I need to run ComfyUI and post images to Feishu?

To run ComfyUI and post images to Feishu, you need a local ComfyUI service at 127.0.0.1:8188, Python 3.x, and an OpenClaw environment. The skill relies on local files draw.py and zimage-api.json.

How does sending images to Feishu work outside of a chat context?

Sending images to Feishu outside of a chat context triggers a fallback behavior where the skill returns the local image path or performs a silent delivery. This ensures the image generation process completes without unnecessary text output.

Can I use ComfyUI to generate images and send them to Feishu silently without extra text?

Yes, you can use ComfyUI to generate images and send them to Feishu silently. After successfully posting the image to the active conversation, the skill ends silently without outputting any additional text.

Why does my ComfyUI image generation fail to post to Feishu?

ComfyUI image generation may fail to post to Feishu if the local ComfyUI service is not running at 127.0.0.1:8188, or if the OpenClaw environment and Python 3.x dependencies are not properly configured.