A secure WebSocket bridge connecting Feishu (Lark) bots to local AI agents without requiring public servers or domain configurations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-bridge
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-bridge 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 Bridge is a specialized connector designed to link Feishu (Lark) messaging bots with the Clawdbot Gateway. By leveraging WebSocket long-connections, this skill allows developers to deploy AI-driven bots within their organization's communication platform without the need for complex networking setups like ngrok, public IPs, or SSL certificates. This makes it an essential tool for teams looking to leverage Openclaw Skills within a secure, private environment.
The bridge ensures that every Feishu chat is mapped directly to a unique Clawdbot session using the feishu:chatId format. This maintains conversation context and allows the AI agent to interact seamlessly with users across direct messages and group chats, providing a robust interface for localized AI services.
First, create a self-built app on the Feishu Open Platform and enable Bot capabilities with message permissions (im:message, im:message.group_at_msg, im:message.p2p_msg). Ensure event delivery is set to WebSocket long-connection.
Next, store your app secret securely on your local machine:
mkdir -p ~/.clawdbot/secrets
echo "YOUR_APP_SECRET" > ~/.clawdbot/secrets/feishu_app_secret
chmod 600 ~/.clawdbot/secrets/feishu_app_secret
Install dependencies and start the bridge locally:
cd feishu-bridge
npm install
FEISHU_APP_ID=cli_xxx node bridge.mjs
For persistent operation on macOS, use the provided setup script to configure a launchd service for your Openclaw Skills integration:
FEISHU_APP_ID=cli_xxx node setup-service.mjs
launchctl load ~/Library/LaunchAgents/com.clawdbot.feishu-bridge.plist
The skill organizes its configuration and session data within the standard Clawdbot directory structure for consistent management across Openclaw Skills.
| Component | Path / Format | Description |
|---|---|---|
| App Secret | ~/.clawdbot/secrets/feishu_app_secret |
Securely stored Feishu credentials used for authentication. |
| Config File | ~/.clawdbot/clawdbot.json |
General bridge and agent configuration settings. |
| Session ID | feishu:<chatId> |
Mapping of Feishu chats to specific AI agent sessions. |
| Error Logs | ~/.clawdbot/logs/feishu-bridge.err.log |
Diagnostic output for monitoring the bridge service status. |
Loading
A comprehensive SEO and compliance engine designed to optimize titles, keywords, and hashtags while scanning for prohibited Chinese advertising terms.

A multi-platform AI content generator designed to produce publish-ready Chinese social media posts with native formatting and hooks.

An AI agent skill designed to automatically repurpose and rewrite content for native formatting across major Chinese social media platforms.

A high-performance AI engine for generating comprehensive 7-day social media content calendars with platform-native styling and SEO optimization.

Airdrop Hunter is an automated monitoring tool that tracks, analyzes, and alerts users to lucrative cryptocurrency airdrop opportunities.

A high-performance security tool for auditing Ethereum-based smart contracts to detect scams, honeypots, and hidden risks.








































