feishu-bitable

Create, read, update, and delete Feishu Bitable records via Open Platform APIs.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill feishu-bitable-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-bitable
Source: https://github.com/nexu-io/nexu/tree/main/nexu-skills/skills/feishu-bitable
Command: npx skills add https://github.com/nexu-io/nexu --skill feishu-bitable-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Bitable is a powerful database in Feishu's ecosystem, but managing tables, fields, and records across multiple projects can be tedious. This Skill automates the workflow for creating and configuring Bitable data structures and performing batch record operations, reducing manual setup and repetitive data handling.

Core Features & Use Cases

  • Create and configure Feishu Bitable tables and fields to align with business data models.
  • Batch insert, update, and query records across tables, including fields for people, dates, attachments, and links.
  • Automate common workflows such as field discovery, record imports, and view configuration to support reporting and collaboration.

Quick Start

To begin, connect to your Feishu workspace and batch insert records into a Feishu Bitable table using app_token and table_id.

Frequently Asked Questions about feishu-bitable

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate batch record operations in Feishu Bitable?

You can automate Feishu Bitable batch record operations by using Feishu Open Platform APIs to perform create, read, update, and delete actions. This Skill facilitates inserting, updating, and querying records across tables while enforcing platform data formats and safe serial writes to avoid conflicts.

Can I configure Feishu Bitable fields and views automatically through APIs?

Yes, you can configure Feishu Bitable fields and views automatically through Feishu Open Platform APIs. The Skill supports field discovery, view configuration, and table creation to align with your business data models, automating common workflow setups for reporting and collaboration.

What do I need to connect to a Feishu Bitable workspace for record automation?

To connect to a Feishu Bitable workspace for record automation, you need your app_token and table_id. These identifiers allow the Skill to interface with the Feishu Open Platform APIs to execute batch record insertions and manage your database structures.

Are there API limits or conflict risks when updating Feishu Bitable records?

When updating Feishu Bitable records, the implementation enforces platform API limits and provides guidance on error codes. It ensures safe, serial writes to prevent data conflicts, making batch updates secure and reliable across multiple tables and fields.

Why should I use API automation instead of manual data handling for Feishu Bitable?

Using API automation for Feishu Bitable eliminates tedious manual setup and repetitive data handling across multiple projects. It streamlines creating data structures, batch processing records, and configuring views, reducing errors and saving time in managing your database workflows.