A robust webhook bridge that connects Lark or Feishu messaging platforms to OpenClaw for intelligent, bidirectional AI communication.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install lark-integration
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 lark-integration using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Lark Integration skill is a sophisticated bridge designed to link the Lark (International) and Feishu (China) messaging ecosystems directly to your AI agents. By utilizing this within the Openclaw Skills framework, developers can enable AI agents to send and receive text, rich-text posts, and images seamlessly. The bridge handles the complexities of platform-specific API differences and authentication, providing a unified interface for your agents.
Beyond simple messaging, this skill allows AI agents to interact with the broader Lark suite, including documents, wikis, and bitables. It ensures that context is preserved across various media types, making it an essential tool for teams looking to embed AI capabilities directly into their primary communication and collaboration workspace.
Ensure you have your Lark or Feishu App ID and Secret ready from the developer console.
# 1. Configure environment variables
echo "FEISHU_APP_ID=cli_your_app_id" >> ~/.openclaw/workspace/.env
mkdir -p ~/.openclaw/secrets
echo "your_app_secret" > ~/.openclaw/secrets/feishu_app_secret
# 2. Launch the webhook bridge
cd skills/lark-integration/scripts
node bridge-webhook.mjs
# 3. Configure the Webhook URL in Lark Developer Console
# Navigate to: Your App -> Event Subscriptions
# Set URL to: http://<YOUR_SERVER_IP>:3000/webhook
The skill organizes data and configuration using the following structure:
| Component | Type | Description |
|---|---|---|
| Environment | .env | Stores FEISHU_APP_ID and port configurations |
| Secrets | File | Stores the sensitive feishu_app_secret securely |
| Payloads | JSON | Bidirectional mapping between Lark message types and OpenClaw attachments |
| Documents | URL | Supports docx, wiki, sheets, and base (bitable) formats |
| Services | Systemd | Optional lark-bridge.service for persistent background operation |
feishu-doc extension.Loading
A powerful automation tool for managing Lark (Feishu) calendar events and tasks with built-in employee name resolution.

ListenHub is a powerful content transformation tool that converts text, URLs, and ideas into high-quality podcasts, explainer videos, and AI-generated imagery.

AIresearchOS is a deep research engine that enables users to submit complex queries and receive comprehensive, multi-source reports directly within an agent workflow.

A comprehensive communication skill enabling AI agents to interact with Discord channels through messages, replies, reactions, and advanced history searching.

A versatile CLI tool for AI assistants to manage Feishu calendars, Bitable tasks, and organizational contacts.

A powerful CLI-driven skill for managing Feishu (Lark) calendars with advanced features like event creation and conflict detection.








































