feishu-push

Push text, cards, images, or files to Feishu users via the Feishu Open API.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kweaver-ai/kweaver-dip --skill feishu-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-push
Source: https://github.com/kweaver-ai/kweaver-dip/tree/main/deploy/openclaw-extensions/dip/skills/feishu-push
Command: npx skills add https://github.com/kweaver-ai/kweaver-dip --skill feishu-push

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu Push Message Skill helps automate delivery of messages to specific Feishu users via the Feishu Open API, reducing manual effort and ensuring timely notifications.

Core Features & Use Cases

  • Feishu messages (text, cards, images, files) can be pushed to a single user_id within a Feishu tenant.
  • Environment-variable based authentication with FEISHU_APP_ID and FEISHU_APP_SECRET for easy deployment across environments.
  • Use cases include automated alerts, status updates, and user-targeted notifications from integrations or bots.

Quick Start

Configure FEISHU_APP_ID and FEISHU_APP_SECRET in your environment, then run the provided script to send a message to a Feishu user.

Frequently Asked Questions about feishu-push

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

FAQPage Schema
How do I push messages to Feishu users automatically via the API?

To push Feishu messages automatically, use the Feishu Open API to send text, cards, images, or files to a specific user_id within a tenant. This requires setting the FEISHU_APP_ID and FEISHU_APP_SECRET environment variables for authentication.

What types of Feishu push notifications can I send to a specific user_id?

Feishu push notifications support sending text, cards, images, and files to a targeted user_id inside a Feishu tenant. This targets scenarios where an app or bot needs to deliver automated alerts and status updates.

Do I need FEISHU_APP_ID and FEISHU_APP_SECRET to send automated Feishu notifications?

Yes, you need the FEISHU_APP_ID and FEISHU_APP_SECRET environment variables for authentication. These credentials allow your app or bot to obtain a token and post messages to Feishu users securely across deployment environments.

How do I get an access token to send Feishu messages using curl or Python?

You can obtain an access token to send Feishu messages by using curl commands or Node and Python helpers. These scripts use your configured FEISHU_APP_ID and FEISHU_APP_SECRET to authenticate with the Feishu Open API before posting messages.

Can I use Feishu push messages for automated alerts and status updates from my bot?

Yes, Feishu push messages are designed for automated alerts, status updates, and user-targeted notifications from integrations or bots. They automate delivery to specific Feishu users, reducing manual effort and ensuring timely updates.

What are the limitations of sending Feishu messages to users via the Open API?

A key limitation of sending Feishu messages via the Open API is that messages can only be pushed to a single user_id within a Feishu tenant at a time. The process also strictly requires valid FEISHU_APP_ID and FEISHU_APP_SECRET credentials.