A powerful Python utility for sending automated messages to Feishu and Lark users using various identifiers.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-send-message
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install feishu-send-message using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Feishu Message Sender is a developer-centric tool designed to bridge the gap between automated scripts and human communication. By leveraging the Feishu and Lark APIs, it allows users to send notifications directly to individuals using phone numbers or internal IDs. As a core part of Openclaw Skills, it handles the complexities of tenant authentication and ID resolution automatically, making it an essential component for any automated alerting system.
This tool is particularly useful for developers who need to integrate real-time notifications into their coding agents or CI/CD pipelines without manually managing authentication tokens for every request. It simplifies the messaging process by providing a unified interface for different ID types, including open_id, user_id, and union_id.
Verify your credentials are set in your global config file at ~/.openclaw/openclaw.json. You must provide an appId and appSecret. Once configured, you can send messages using the following command structure:
python send_message.py "+8613500000000" "Hello from Openclaw Skills!"
The skill utilizes a JSON-based configuration and caching system to optimize performance and reduce API overhead:
| File Name | Purpose |
|---|---|
| feishu-users.json | A local mapping of identifiers to open_id, user_id, and union_id to speed up message delivery. |
| openclaw.json | The main configuration file containing the primary appId, appSecret, and domain settings. |
Loading
A powerful CLI utility for converting HTML content into professional-grade PDFs and images without complex server-side rendering setup.

A high-performance utility for extracting and downloading video content from Douyin and Twitter platforms.

A specialized automation tool for programmatically capturing and downloading Douyin videos using browser emulation.

A multi-functional agent skill for automatically reading, analyzing, and summarizing diverse file formats including PDF, Excel, and images.

A comprehensive automation toolkit for programmatic interaction with the Moltbook social platform.

A specialized vision skill that provides high-accuracy image recognition and text extraction to power AI agent reasoning.








































