A comprehensive integration toolkit that connects AI agents to the Feishu Open Platform for seamless office automation and team collaboration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install official-feishu-toolkit
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 official-feishu-toolkit 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/Lark Office Toolkit is a powerful integration suite designed for the Openclaw Skills ecosystem. It allows AI agents to interface directly with the Feishu Open Platform API, covering six essential modules of modern office work. By implementing this skill, developers can transform a standard agent into a highly capable virtual assistant that manages schedules, communications, and organizational workflows.
Whether you are managing complex project data in multi-dimensional tables or automating corporate approval processes, this toolkit provides the necessary endpoints and logic to bridge AI intelligence with enterprise productivity tools. It is built to support both Feishu and Lark environments, ensuring global compatibility for team collaboration.
First, create a custom application on the Feishu Developer Console and enable the Bot capability. Install the skill using the following command:
claw skill install official/feishu-toolkit
Configure your environment variables with your app credentials:
export FEISHU_APP_ID="your-app-id"
export FEISHU_APP_SECRET="your-app-secret"
Initialize the local server using the uv package manager:
cd server/
uv venv && uv pip install -e ".[dev]"
uv run --env-file .env uvicorn feishu_toolkit.main:app --host 127.0.0.1 --port 8002
The toolkit organizes data based on the Feishu Open Platform's resource hierarchy. Key entities include:
| Entity | Description |
|---|---|
| Calendar Event | Includes event_id, start_time, end_time, and attendee_list. |
| Message Object | Supports text, post (rich text), and interactive card formats. |
| Approval Flow | Contains approval_code, instance_id, and form_data fields. |
| Bitable Record | Managed via app_token, table_id, and field_value mappings. |
| Contact Info | Includes open_id, union_id, and department_id for organizational mapping. |
| Attendance | Detailed logs of clock_in and clock_out timestamps with location data. |
Loading
A specialized AI agent that brings the Juliette Psychose narrative and musical universe to life through conversational intelligence.

A portable Spaced Repetition System (SRS) for learning English vocabulary using SQLite and AI-driven chat interfaces.

A dedicated research assistant for searching, downloading, and summarizing academic papers from the arXiv repository.

A high-performance skill for searching, retrieving, and summarizing English Wikipedia content for AI agents.

An expert-level analytical skill for identifying market trends and price patterns using the Elliott Wave Principle.

A professional command-line interface for querying customer intelligence, executing SQL analytics, and providing context to AI agents.








































