send-feishu

Send text, image, file, and rich card messages to Feishu via webhook or open API.

Updated Mar 13, 2026
One-click install
npx skills add https://github.com/gmh5225/k-skills --skill send-feishu-gmh5225
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-feishu
Source: https://github.com/gmh5225/k-skills/tree/main/skills/productivity/send-feishu
Command: npx skills add https://github.com/gmh5225/k-skills --skill send-feishu-gmh5225

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually sending messages, images, and files to Feishu groups or individual users is time-consuming and error-prone, especially for frequent team notifications or file sharing tasks. This Skill eliminates that repetitive work by automating the entire sending process via Feishu's official webhook and API.

Core Features & Use Cases

  • Multi-format message support: Send plain text, rich formatted cards, images, and various file types (PDF, DOC, XLS, etc.) to Feishu.
  • Flexible sending methods: Uses simple webhook for quick group text/card sends, and official open API for file uploads and individual messaging.
  • Use case: Send a project completion card to your engineering team's Feishu group in one go, or share a quarterly report file directly with your manager via private message.

Quick Start

Use the send-feishu skill to send a project status update card to your team's Feishu group chat.

Frequently Asked Questions about send-feishu

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

FAQPage Schema
How do I send automated notifications to a Feishu group chat?

You can send automated notifications to a Feishu group chat by configuring a webhook URL to instantly push text, rich cards, and files directly through the Feishu API.

Can I upload files and images to Feishu users via the open API?

Yes, you can upload files and images to Feishu users via the open API by acquiring a tenant access token to handle resource uploads and deliver messages to individual users.

Does sending rich card messages to Feishu require signature verification?

Signature verification is required for secured webhooks when sending rich card messages to Feishu, ensuring formatted message delivery complies with Feishu API specifications.

What is the best way to distribute automated reports to Feishu?

The best way to distribute automated reports to Feishu is using open API integration to handle tenant access token acquisition, file uploads, and direct message delivery to groups or users.

Are there limitations when using Feishu webhooks for file sharing?

Feishu webhooks are limited to quick group text and card sends, so sharing various file types like PDF or DOC requires using the official open API for resource upload and individual messaging.