What problem does it solve? Managing Feishu Base (Bitable) through raw APIs is error-prone: tokens get confused with wiki links, field JSON shapes are easy to get wrong, and global statistics cannot be answered from paginated record reads. This Skill routes every Base operation through the correct lark-cli base +... shortcut with the right references. ## Core Features & Use Cases - Table, field, and record management: create and update tables, fields (including formula and lookup), and records with correct CellValue formats, batch limits, and attachment commands. - Query and aggregation: run server-side filtering, sorting, TopN, and grouped aggregation via +data-query instead of pulling raw records locally. - Forms, dashboards, workflows, and roles: submit forms, build dashboard blocks with data_config, manage workflow steps, and configure advanced permissions and custom roles. - Use Case: A user pastes a /base/ link and asks for the top 10 sales by region. The Skill resolves the base token, reads the real field list, runs a +data-query aggregation in the cloud, and returns a traceable answer. ## Quick Start Ask the assistant to list all tables in a Feishu Base by providing its share link, and it will resolve the token and run the appropriate lark-cli base command.