feishu-send-message

Send messages to Feishu groups via the Feishu REST API.

4|Updated May 14, 2026
One-click install
npx skills add https://github.com/liumeixin/hermes-skills --skill feishu-send-message-liumeixin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-send-message
Source: https://github.com/liumeixin/hermes-skills/tree/main/devops/feishu-send-message
Command: npx skills add https://github.com/liumeixin/hermes-skills --skill feishu-send-message-liumeixin

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the need for sending messages to Feishu groups efficiently and securely, especially for cron tasks and scenarios without direct gateway access.

Core Features & Use Cases

  • Efficient Messaging: Send messages directly to Feishu groups through the Feishu REST API.
  • Security: Ensures that credentials and sensitive information are securely managed.
  • Use Case: Automate cron jobs to send alerts, notifications, or updates to a specific Feishu group without manual intervention.

Quick Start

Use the 'feishu-send-message' skill to send a text message to the group with chat_id 'oc_xxx'.

Frequently Asked Questions about feishu-send-message

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

FAQPage Schema
How do I send automated notifications to a Feishu group from a cron task?

You can send messages to Feishu groups via the Feishu REST API, which supports automated cron jobs for delivering alerts and updates without direct gateway access. It requires Feishu app credentials to authenticate.

Do I need Feishu app credentials to send messages to a group via the REST API?

Yes, sending messages to a Feishu group via the REST API requires Feishu app credentials for authentication. The Skill securely manages these credentials to ensure efficient and safe message delivery.

How does token expiration work when sending Feishu messages automatically?

Token expiration during automated Feishu messaging is handled through cron task renewal. This ensures that your scheduled notifications continue to deliver securely without authentication failures over time.

Can I use Python requests to send alerts to Feishu groups without a direct gateway connection?

Yes, you can use Python requests to send alerts to Feishu groups without a direct gateway connection. The Skill leverages the Feishu REST API to enable secure message delivery from automated environments.

What is the best way to automate secure message delivery to Feishu groups?

The best way to automate secure message delivery to Feishu groups is by using the Feishu REST API with securely managed app credentials. This approach handles token expiration automatically and requires no direct gateway connection.