feishu-send-file

Send files to Feishu groups or users via the Feishu REST API.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/gula00/autoclaw-skills --skill feishu-send-file
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-send-file
Source: https://github.com/gula00/autoclaw-skills/tree/main/feishu-send-file
Command: npx skills add https://github.com/gula00/autoclaw-skills --skill feishu-send-file

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables sending files directly to Feishu chats, overcoming limitations of the built-in message tool for file attachments.

Core Features & Use Cases

  • Direct File Upload: Uploads files to Feishu via REST API.
  • Targeted Delivery: Sends files to specific Feishu groups or users.
  • Use Case: When a user asks to "send the project proposal.pdf to the marketing team chat", this skill can be used to fulfill that request.

Quick Start

Use the feishu-send-file skill to send the file located at /path/to/your/file to the chat with ID oc_xxxx.

Frequently Asked Questions about feishu-send-file

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

FAQPage Schema
How do I send a file to a Feishu chat using the API?

You can send files to Feishu groups or users by obtaining a tenant access token, uploading the file to Feishu's servers via the REST API, and then sending a file message to the target chat ID.

Does the built-in Feishu message tool support file attachments?

The built-in Feishu message tool has limitations with file attachments. This Skill overcomes them by using the REST API to upload files to Feishu servers and send them to specific chat IDs.

What do I need to transfer a document to a Feishu group?

To transfer a document to a Feishu group, you need the target chat ID and a tenant access token. The Skill uploads the specified file and sends a file message to that designated chat.

Can I use this Skill to send files to individual Feishu users?

Yes, you can send files to individual Feishu users. You must provide the target chat ID, and the Skill will upload the file to Feishu servers and deliver the file message to that user.

When should I use a dedicated API skill for Feishu file transfer?

Use a dedicated API skill for Feishu file transfer when users explicitly request to send files or attachments to chats, overcoming the limitations of the standard built-in messaging tool.