ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

feishu-bitable

飞书多维表格(Bitable)API技能。用于创建、读取、更新和删除飞书多维表格的数据表、记录和字段。

Why use this skill?

Seamlessly manage Feishu Bitable data with OpenClaw. Create, read, and update records, tables, and fields automatically for efficient data management.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/stevenlikewatermelon/feishu-api-bitable
Or

What This Skill Does

The feishu-bitable skill is a powerful automation interface designed for OpenClaw users to interact directly with Feishu Bitable (多维表格). It provides a full suite of CRUD (Create, Read, Update, Delete) operations, enabling your AI agent to act as a database administrator for your Feishu workflows. Whether you need to programmatically ingest lead data, manage project tasks, or synchronize records across different systems, this skill allows for seamless data manipulation without manual entry. It supports granular control over tables, individual records, field configurations, and views, making it an essential tool for data-driven operations.

Installation

To integrate this skill into your OpenClaw environment, execute the following command in your terminal: clawhub install openclaw/skills/skills/stevenlikewatermelon/feishu-api-bitable Once installed, ensure you have configured your environment variables to authenticate with the Feishu platform. You will need your FEISHU_APP_ID and FEISHU_APP_SECRET from the Feishu Developer Console. We recommend storing these securely via environment variables or a protected secret file to maintain operational security.

Use Cases

This skill is ideal for several professional scenarios, including:

  • Automated Task Management: Automatically converting incoming emails or Slack messages into tasks within a Bitable sheet.
  • CRM Syncing: Keeping customer contact records updated by pushing web-form submissions directly into a Bitable database.
  • Dynamic Reporting: Pulling filtered records from a Bitable sheet to generate real-time performance reports for your team.
  • Bulk Data Migration: Moving large datasets between different data silos using batch create and update functions.

Example Prompts

  1. "Create a new record in the 'Product Roadmap' table with the task name 'Audit Documentation' and set the status to 'Pending'."
  2. "List all records in the 'Sales Pipeline' table where the status is '進行中' and sort them by creation date descending."
  3. "Fetch the list of all fields in my 'Employee Directory' table so I can update the 'Department' configuration."

Tips & Limitations

To ensure peak performance, always verify your app-token and table-id before running batch operations to avoid data corruption. When performing bulk updates, it is highly recommended to use the batch_update endpoint rather than looping through individual calls to minimize latency and avoid hitting API rate limits. Note that this skill requires an active internet connection to communicate with the Feishu API endpoints. Always validate your data payload structure against the schema defined in your Bitable base, as mismatched data types in fields like 'select' or 'date' may trigger validation errors from the Feishu platform.

Metadata

Stars982
Views1
Updated2026-02-14
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-stevenlikewatermelon-feishu-api-bitable": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#bitable#database#productivity#automation
Safety Score: 4/5

Flags: network-access, external-api