Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
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.
User asks: Create a Bitable to track open-source AI models with tags, region, and license fields
- 1Calls feishu_bitable_create_app to create the table, which auto-deletes placeholder rows and default columns
- 2Adds the user as full-access admin via addBitableAdmin using their open_id from conversation context
- 3Creates typed fields: Text, Number, SingleSelect, MultiSelect, and DateTime
- 4Batch-inserts records with tag, region, and license values populated
- 5Returns the Bitable URL with a summary of cleanup stats, fields, and record count
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.