A professional automation tool for creating cleaned, ready-to-use Feishu Bitable tables with intelligent data population and admin management.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install feishu-bitable-creator
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-bitable-creator 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 Bitable Creator is a specialized extension designed for Openclaw Skills that streamlines the setup of multidimensional tables in Lark (Feishu). While standard Bitable creation often results in cluttered tables with placeholder rows and generic columns, this skill provides a programmatic clean slate. It automates the removal of system defaults, renames primary fields intelligently, and populates data with rich metadata support. It is a vital component for developers building automated research pipelines or project management workflows.
By leveraging OpenClaw's secure channel configuration, the skill ensures that authentication is handled safely at the infrastructure level. This allows AI agents to generate structured, collaborative environments for teams without the manual overhead of formatting tables or managing initial permissions. It transforms raw information into actionable, filterable, and sortable data structures instantly.
To use this skill within Openclaw Skills, you must first configure your Feishu application credentials. Ensure your app has bitable:app and drive:permission:manage permissions enabled in the Feishu Open Platform. Update your local configuration file at ~/.openclaw/openclaw.json as follows:
# Edit your openclaw.json file
{
"channels": {
"feishu": {
"enabled": true,
"appId": "cli_xxxxxxxxxxxxxxxx",
"appSecret": "your-app-secret"
}
}
}
Restart your gateway to activate the integration.
The skill utilizes a structured mapping to ensure data integrity within the Bitable environment. Below are the supported field mappings for Openclaw Skills automation:
| Field Name | Type ID | Description |
|---|---|---|
| Text | 1 | Used for primary identifiers and long descriptions |
| Number | 2 | Used for metrics, scores, and counts |
| SingleSelect | 3 | Ideal for status, priority, and grouping |
| MultiSelect | 4 | Perfect for tags, features, and cross-filtering |
| DateTime | 5 | Tracks deadlines and milestone dates |
| User | 11 | Maps records to specific Feishu platform users |
Loading
A mobile automation skill that enables AI agents to control Android devices via natural language for testing, data collection, and UI interaction.

A specialized skill for extracting, parsing, and modifying EPUB files by treating them as structured ZIP archives.

A zero-interaction automation skill designed to retrieve, extract, and visualize financial data from daily fund report email attachments.

A trustless coordination infrastructure for AI agents and communities to launch tokens on Solana using a structured 40-seat model.

A comprehensive Bash and tccli-based automation suite for managing Tencent Cloud CVM instance lifecycles, resource queries, and remote server operations.

A powerful CLI tool for interacting with Google Calendar, specialized for extracting meeting notes and event attachments.








































