Feishu Bitable Skill for Openclaw

A powerful tool for programmatically managing and adding records to Feishu Bitable (Base) environments.

autogame-17
v1.0.0
Feb 15, 2026
2
6.1k
101

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install feishu-bitable

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 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 Skill?

The Feishu Bitable Skill is designed to provide developers and AI agents with a direct interface to Feishu Bitable, a popular multi-dimensional database tool. By incorporating this skill into Openclaw Skills, users can automate the process of listing tables and creating new records or tasks within their enterprise workspace. It serves as a bridge for data synchronization and automated task tracking, ensuring that information flows seamlessly between your AI tools and your team collaboration platform.

Feishu Bitable Skill Use Cases

  • Automatically logging AI-generated meeting summaries into a Feishu Base.
  • Syncing leads or form submissions directly into a Bitable table.
  • Dynamic task management where an agent creates items based on workflow triggers.
  • Integrating Openclaw Skills with enterprise data management workflows in Feishu.

How Feishu Bitable Skill Works

  1. Securely initialize the connection using your Feishu App ID and Secret.
  2. Access the desired Feishu Base via its unique app token.
  3. Utilize the library to list all tables within the Base for discovery.
  4. Call the addRecord function with the specific table ID and field data.
  5. Confirm successful record creation through the returned API response within the Openclaw Skills environment.

Feishu Bitable Skill Setup

To get started with this skill within Openclaw Skills, configure your environment variables first:

export FEISHU_APP_ID="your_feishu_app_id"
export FEISHU_APP_SECRET="your_feishu_app_secret"

You can then import the core functionality into your project:

const { addRecord } = require('./add_task');
// Usage: addRecord(appToken, tableId, fields)

Feishu Bitable Skill Data Schema & Taxonomy

The skill interacts with Feishu Bitable using the following data structure to ensure compatibility with Openclaw Skills:

Parameter Type Description
appToken String The unique identifier for the Feishu Base.
tableId String The specific ID of the table/sheet within the Base.
fields Object A key-value map where keys are field names and values are cell data.

Feishu Bitable Skill Advanced Features

  • Modular JavaScript export for seamless integration into custom automation scripts.
  • Extensible template design for adding more Bitable API endpoints.
  • Compatibility with Openclaw Skills multi-agent orchestration for complex data pipelines.
  • Direct field mapping for complex Bitable data types.

SKILL.md


Loading

Related Openclaw Skills

Featured*