feishu-bitable-creator
Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup. Use when the user needs to: 1. Create a new Bitable from scratch with clean structure (no placeholder rows/columns) 2. Batch create fields and records in a Bitable 3. Convert structured data into a Bitable format 4. Create data tables for research, comparison, or tracking purposes Automatically handles: empty placeholder row cleanup, default column removal, intelligent primary field naming, and batch record creation.
Why use this skill?
Efficiently create and populate clean Feishu Bitables with OpenClaw. Automatically remove placeholders and configure administrative access for your data.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/gaowanqi08141999/feishu-bitable-creatorWhat This Skill Does
The feishu-bitable-creator skill is a specialized automation tool designed to streamline the creation and management of Feishu (Lark) Bitables. Standard Bitable creation via the Feishu UI often results in a "dirty" state, including 10 default empty rows, four pre-populated columns (Text, Single Select, Date, and Attachment), and a generic primary field titled "文本" (Text). This skill systematically addresses these inefficiencies by providing a "clean room" environment. It automatically initializes a fresh Bitable, purges all default placeholders, renames the primary key to reflect your specific data schema, and programmatically assigns the user as the table administrator. This ensures that the table is ready for immediate data ingestion without manual cleanup.
Installation
To integrate this skill, use the OpenClaw command-line interface:
- Execute
clawhub install openclaw/skills/skills/gaowanqi08141999/feishu-bitable-creator. - Ensure your
~/.openclaw/openclaw.jsonis updated with your Feishu app credentials (appIdandappSecret). - Verify that your Feishu developer console application has the following permissions enabled:
bitable:app,drive:permission:manage, anddrive:drive:read. - Restart your OpenClaw gateway to refresh the service configuration.
Use Cases
- Project Management: Instantly initialize tracking tables for team sprints, tasks, or milestone roadmaps.
- Research Data Collection: Convert raw, structured JSON or CSV data into a clean Bitable for collaborative analysis.
- CRM and Outreach: Build dedicated, clean sheets for tracking lead interactions without unwanted placeholder clutter.
- Inventory Tracking: Maintain organized logs of assets, where the primary field is automatically formatted for SKU or item names.
Example Prompts
- "Create a new Bitable for my Q3 project tracking and rename the primary field to 'Task Title'."
- "I have this dataset: [insert data]. Please initialize a new Bitable with these fields and populate it immediately."
- "Generate a clean inventory tracking Bitable and add me as the administrator so I can share it with my team."
Tips & Limitations
- Authentication: This skill strictly utilizes OAuth2 flows managed by the OpenClaw channel system. It will never request or store sensitive user API keys directly.
- Permissions: Because the tool acts as an automated agent, it can only manage the tables it creates. To access existing tables, ensure the agent has been granted explicit permissions through the Feishu interface.
- Cleanup Efficiency: The automatic cleanup process triggers immediately upon creation. Ensure your input data structure is finalized before requesting the table generation to avoid unnecessary re-creation cycles.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-gaowanqi08141999-feishu-bitable-creator": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api