feishu-bitable

Automate Feishu Bitable table, record, field, and view operations via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/Gozei/ClawX --skill feishu-bitable-gozei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-bitable
Source: https://github.com/Gozei/ClawX/tree/main/resources/custom-skills/feishu-api-bitable
Command: npx skills add https://github.com/Gozei/ClawX --skill feishu-bitable-gozei

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu Bitable enables programmatic management of tables, records, and schema in Feishu's Bitable, eliminating repetitive manual API work and enabling automation across teams.

Core Features & Use Cases

  • Data table management: list, create, get, and delete tables with configurable fields.
  • Records and batch operations: create, update, delete records individually or in bulk, with filtering and pagination support.
  • Field and view management: manage fields and views, including listing and retrieving metadata.
  • Token refresh and error handling: automatic token retrieval, refresh, retries, and validation for robust automation.
  • CLI integration: a command-line interface to integrate Feishu Bitable operations into automation pipelines.

Quick Start

Install dependencies, configure FEISHU_APP_ID and FEISHU_APP_SECRET, then run the CLI test command to verify connectivity.

Frequently Asked Questions about feishu-bitable

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

FAQPage Schema
How do I automate Feishu Bitable data tables and records programmatically?

You can automate Feishu Bitable data tables and records by using an API client that manages tables, fields, views, and records with batch operations, token refreshes, and CLI integration for automation pipelines.

What do I need to configure before connecting to the Feishu Bitable API?

Before connecting to the Feishu Bitable API, you need to install dependencies and configure your FEISHU_APP_ID and FEISHU_APP_SECRET environment variables to enable automatic token retrieval and validation.

Can I perform batch operations on Feishu Bitable records in bulk?

Yes, you can perform batch operations on Feishu Bitable records to create, update, and delete data in bulk, with support for filtering and pagination to handle large datasets efficiently.

How does token management and error handling work for Feishu Bitable automation?

Token management and error handling for Feishu Bitable automation work through automatic token retrieval, refreshing expired tokens, retrying failed requests, and validating inputs to ensure robust automated workflows.

Does the Feishu Bitable API client support managing fields and views?

Yes, the Feishu Bitable API client supports managing fields and views, allowing you to list and retrieve metadata to configure table schemas and control data visibility programmatically.

What is the best way to integrate Feishu Bitable operations into an automation pipeline?

The best way to integrate Feishu Bitable operations into an automation pipeline is using the provided command-line interface, which accepts flexible JSON or file-based data input for seamless workflow execution.