What problem does it solve? Managing Feishu (Lark) Bitable bases through raw APIs is error-prone: tokens get confused, field JSON shapes are complex, and aggregation queries require a strict DSL. This Skill routes every Base operation through the correct lark-cli base +... shortcut with the right references, so tables, fields, records, views, forms, dashboards, workflows, and role permissions are handled correctly the first time. ## Core Features & Use Cases - Table, Field & Record Operations: Create and copy bases, manage tables and fields (including formula and lookup fields), and read or write records with correct CellValue formats, batch limits, and attachment commands. - Query & Aggregation: Run server-side filtering, grouping, aggregation, and TopN analysis with +data-query, plus view filters and record search for row-level results. - Forms, Dashboards, Workflows & Roles: Submit shared forms, build dashboard chart blocks with validated data_config, manage automation workflows, and configure advanced permissions and custom roles. - Use Case: A user shares a /base/ link and asks for a sales dashboard. The Skill resolves the base token, reads the real table schema, creates a dashboard, and adds chart blocks one by one using the data_config SSOT. ## Quick Start Ask the assistant to use the lark-base skill to list the tables and fields in the Feishu Bitable behind your /base/ link, then create or update records as needed.