What problem does it solve? Managing Feishu (Lark) Bitable data through raw APIs is error-prone: field JSON shapes, formula syntax, dashboard data_config, and workflow steps are complex and easy to get wrong. This Skill routes every Base operation through the correct lark-cli base +... command with the right reference documentation, so records, fields, views, forms, dashboards, workflows, and role permissions are created and queried correctly the first time. ## Core Features & Use Cases - Full Base CRUD: create and copy Bases, manage tables, fields, records, views, and resource directories via +base-*, +table-*, +field-*, and +record-* shortcuts. - Analytics & Aggregation: run cloud-side filtered queries, Top N, and grouped aggregations with +record-search and +data-query instead of pulling raw rows locally. - Formula & Lookup Fields: build cross-table computed fields using the formula and lookup guides with mandatory read-before-write confirmation flags. - Dashboards, Forms, Workflows, Roles: create chart blocks with validated data_config, submit and manage forms, configure workflow steps, and manage advanced permissions and custom roles. - Use Case: A user pastes a /base/{token} link and asks for a monthly sales dashboard. The Skill resolves the token, reads the real table and field names, creates a dashboard, then serially adds a statistics card, a line chart, and a pie chart using templates from the data_config reference. ## Quick Start Ask the assistant to list all tables and their fields in the Lark Base at your /base/ link using the lark-base skill.