feishu-bitable

List, inspect, query, and update Feishu Bitable records via CLI.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-bitable-midnightv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-bitable
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/feishu-bitable
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-bitable-midnightv1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires agent, and includes scripts (resource) components.

What problem does it solve?

Feishu Bitable data management often requires manual exploration across apps, tables, and records. This Skill provides a focused CLI to discover, inspect, and manipulate Bitable data with filtering and CRUD capabilities.

Core Features & Use Cases

  • CRUD operations for Bitable apps, tables, and records (list tables, list fields, list records, get/add/update/delete a record).
  • URL-aware parsing to extract app_token and table_id from Feishu URLs.
  • Lightweight CLI that supports pagination and filtering for scalable data exploration.
  • Use Case: Quickly audit a Bitable app by listing tables, inspecting field schemas, and updating records based on a filter.

Quick Start

Run the feishu-bitable CLI to list tables for a given app_token or URL.

Frequently Asked Questions about feishu-bitable

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

FAQPage Schema
How do I query and manage Feishu Bitable records via command line?

You can query and manage Feishu Bitable records via a focused CLI that supports listing tables, inspecting fields, and performing CRUD operations on records with pagination and filtering.

Can I extract app tokens and table IDs directly from Feishu Bitable URLs?

Yes, URL-aware parsing automatically extracts app_token and table_id directly from Feishu Bitable URLs, allowing you to target specific tables without manually copying raw tokens.

How do I list tables and inspect field schemas in a Feishu Bitable app?

You can list tables and inspect field schemas in a Feishu Bitable app by running the CLI with an app_token or URL, which prints structured results for scalable data exploration.

Does the Feishu Bitable CLI support filtering and pagination for records?

The Feishu Bitable CLI supports pagination and filtering for scalable data exploration, enabling you to query specific records and update data across multiple apps and tables.

How do I add, update, or delete records in Feishu Bitable tables?

You can add, update, or delete records in Feishu Bitable tables using the CLI's CRUD capabilities, which rely on a local FeishuAPI facade to manipulate data based on specified filters.

What are the limitations of using a CLI for Feishu Bitable automation?

The CLI is designed for focused data discovery and manipulation of Feishu Bitable data, relying on a local FeishuAPI facade, and may not support complex visual interfaces or bulk operations beyond pagination limits.