What problem does it solve?
This Skill provides a structured and automated way to manage Feishu's Bitable (Base) system, including creating, copying, fetching, and deleting bases, tables, fields, views, and related configurations.
Core Features & Use Cases
- Base Lifecycle Operations: Create, copy, fetch, and delete Base instances with detailed control.
- Table and Schema Management: List, retrieve, create, update, and delete data tables and their schemas.
- Field and View Controls: Manage fields, views, filters, sorting, and visibility to customize data presentation.
- Dashboard & Visualization: Create, update, delete dashboards and their components, such as charts and text reports.
- Workflow Automation: Define and manipulate workflows for automating actions based on data changes or schedules.
- User Roles & Permissions: Configure roles, permissions, and advanced access controls to enforce security policies.
- Form and Content Management: Create and modify forms linked to tables, including questions and user input handling.
- History & Version Tracking: Access change logs and history for precise audit and rollback.
Quick Start
Create a new Base with the name "Customer Data" using the following command:
lark-cli base +base-create --name "Customer Data"