Feishu Bitable Creator for Openclaw

A professional automation tool for creating cleaned, ready-to-use Feishu Bitable tables with intelligent data population and admin management.

gaowanqi08141999
v1.0.2
Feb 21, 2026
1
2.4k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install feishu-bitable-creator

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Feishu Bitable Creator?

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.

Feishu Bitable Creator Use Cases

  • Creating clean research data tables for competitive analysis or market surveys.
  • Batch importing structured project tasks with pre-defined tags and categories.
  • Generating automated tracking boards for AI agent outputs and research findings.
  • Setting up organized CRM tables for lead management directly from conversation context.

How Feishu Bitable Creator Works

  1. The skill triggers the creation of a new Bitable instance via the Feishu API.
  2. It performs an automated cleanup routine, deleting the 10 default placeholder rows and 4 unused system columns.
  3. The primary field is dynamically renamed to match the context of the table (e.g., Task Name or Research Topic).
  4. User permissions are updated by adding the document owner as an admin using their specific user ID.
  5. Custom fields are mapped to appropriate types like MultiSelect or DateTime to support rich data visualization.
  6. Records are batch-inserted into the table, and the final access URL is generated for the user.

Feishu Bitable Creator Setup

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.

Feishu Bitable Creator Data Schema & Taxonomy

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

Feishu Bitable Creator Advanced Features

  • Intelligent Primary Field Logic: Automatically derives descriptive names for the primary column based on the table title.
  • Automated Permission Escalation: Includes a dedicated workflow to add users as administrators with full access rights.
  • Rich Metadata Support: Supports complex properties for select fields, including custom option colors and nested tags.
  • Verifiable Cleanup: Returns metadata confirming the successful removal of system placeholder rows and default fields.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*