feishu-bitable

Manage Feishu Bitable records and schemas via app tokens and table IDs.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-bitable-xiaomochn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-bitable
Source: https://github.com/xiaomochn/AndroidForClaw/tree/main/app/src/main/assets/skills/feishu-bitable
Command: npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-bitable-xiaomochn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows for programmatic interaction with Feishu's multi-dimensional tables (Bitable), enabling users to manage and query data without manual intervention through the Feishu interface.

Core Features & Use Cases

  • Data Management: List tables, get table schemas, query records, create, update, and delete records within Feishu Bitable.
  • Integration: Seamlessly integrate Bitable operations into automated workflows.
  • Use Case: Automatically update a project status in a Feishu Bitable when a task is completed in another system, or query sales figures from a Bitable for a daily report.

Quick Start

Use the feishu-bitable skill to list all tables in the bitable app with app token ABC123def.

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 management without manual interface intervention?

Automating Feishu Bitable data management requires programmatic control through API actions. This Skill supports listing tables, retrieving schemas, querying records with filters, and performing CRUD operations on records within automated workflows.

Can I query and filter specific records in a Feishu multi-dimensional table?

Querying specific records in a Feishu multi-dimensional table is supported through defined filter actions. You can retrieve table schemas to understand field structures and apply conditional filters to target exact data points for your automated workflows.

What do I need to interact with a Feishu Bitable using this API approach?

Interacting with a Feishu Bitable requires specific app tokens and table IDs. You must provide these unique identifiers for your multi-dimensional tables to successfully execute data queries and CRUD operations.

How do I update Feishu Bitable records from an external system like a task tracker?

Updating Feishu Bitable records from external systems involves using the API's record update actions. You can automatically sync task completion statuses or daily sales figures into multi-dimensional tables by targeting the specific table ID.

What are the limitations of using API automation for Feishu multi-dimensional tables?

API automation for Feishu multi-dimensional tables requires valid app tokens and table IDs for every interaction. Operations are limited to listing tables, retrieving schemas, querying, and performing CRUD actions on existing records.

Does this approach support creating and deleting records in Feishu Bitable?

Creating and deleting records in Feishu Bitable is fully supported alongside update and query actions. This enables complete CRUD data management within your multi-dimensional tables for automated project tracking or report generation.