LaunchKit · 2026
Back to Skills

feishu-bitable-creator

Create and populate Feishu (Lark) Bitable (multidimensional tables) with automated cleanup.

1
715 downloads
by @gaowanqi08141999

Setup & Installation

openclaw skills install @gaowanqi08141999/feishu-bitable-creator

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install feishu-bitable-creator

Version History

v1.0.2Feb 20, 2026 - Version note by skill developer:

v1.0.2 - Security and Documentation Improvements - Added explicit authentication and permissions documentation - Declared required Feishu app permissions (bitable:app, drive:permission:manage) - Documented that credentials come from OpenClaw channel config, not user input - Added security notes explaining token management and user consent flows - Clarified that skill uses platform-managed authentication, not direct API keys

What This Skill Does

Creates Feishu (Lark) Bitable tables with automatic removal of the 10 placeholder rows and 4 default columns Feishu adds on creation. Handles primary field naming, owner admin permissions, and batch field and record creation in a single workflow.

Feishu's default Bitable creation leaves 10 placeholder rows and 4 unused columns requiring manual cleanup; this skill removes them automatically and grants the table owner admin access in the same flow.

When to use it

  • Building a competitive analysis table for AI models with region and type tags
  • Setting up a project task tracker with status, priority, and assignee fields
  • Converting a structured dataset into a filterable multidimensional Bitable
  • Creating a customer pipeline table with stage and category classification
  • Organizing research items into a ranked, tagged reference table

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Create a Bitable to track open-source AI models with tags, region, and license fields

AGENT
  1. 1Calls feishu_bitable_create_app to create the table, which auto-deletes placeholder rows and default columns
  2. 2Adds the user as full-access admin via addBitableAdmin using their open_id from conversation context
  3. 3Creates typed fields: Text, Number, SingleSelect, MultiSelect, and DateTime
  4. 4Batch-inserts records with tag, region, and license values populated
  5. 5Returns the Bitable URL with a summary of cleanup stats, fields, and record count
OUTPUT

A ready-to-use Feishu Bitable URL with all fields populated and owner permissions set

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

Feishu (Lark) developer app created at open.feishu.cn with bitable:app, drive:permission:manage, and drive:drive:read permissions grantedFeishu app ID and app secret configured in OpenClaw's Feishu channel settings