feishu-send-image

Send images to Feishu users and groups via lark-oapi SDK.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill feishu-send-image
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-send-image
Source: https://github.com/lxh755818-bot/obsidian-vault/tree/main/backup/skills/messaging/feishu-send-image
Command: npx skills add https://github.com/lxh755818-bot/obsidian-vault --skill feishu-send-image

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-oapi, and includes scripts (resource) components.

What problem does it solve?

Streamlines the process of sending images to Feishu users and groups directly from your Python scripts, reducing manual steps and saving time.

Core Features & Use Cases

  • Image Upload and Send: Upload images to Feishu using the lark-oapi SDK and send them to users via DM or to groups using chat IDs.
  • DM and Group Support: Supports sending images to both individual users and group chats.
  • Open ID and Chat ID: Works with both user-specific open IDs and group chat IDs.
  • MiniMax Integration: Facilitates image generation and uploading directly to Feishu.

Quick Start

Use the feishu-send-image skill to upload and send an image to a user: feishu-send-image --user-id ou_58af23392d77ef07bc19cb35bcec234d --image-file path/to/image.png

Frequently Asked Questions about feishu-send-image

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

FAQPage Schema
How do I send images to Feishu users using Python?

To send images to Feishu users using Python, you can use the lark-oapi SDK to upload the image file and send it directly to a specific user via their open ID or to a group chat.

How do I upload and send an image to a Feishu group chat?

You can upload and send an image to a Feishu group chat by using the lark-oapi SDK in your Python script to handle the image upload and then dispatch the message using the target chat ID.

Does the lark-oapi SDK support sending direct image messages to individual Feishu users?

Yes, the lark-oapi SDK supports sending direct image messages to individual Feishu users by utilizing their unique open ID to target the specific recipient for the uploaded image.

What is the best way to automate sending generated images to Feishu from a script?

The best way to automate sending generated images to Feishu from a script is using a Python skill that leverages the lark-oapi SDK to handle image uploading and message dispatching to users or groups.

Do I need a chat ID or open ID to send images to Feishu groups and users?

You need an open ID to send images to individual Feishu users via direct messages, and you need a chat ID to send images to Feishu group chats using the lark-oapi SDK.