What problem does it solve? Operating Feishu (Lark) Bitable through raw APIs is error-prone: tokens get confused, field JSON is complex, and formulas, lookups, dashboards, workflows, and app-mode pages each have their own protocols. This Skill routes every Base operation through the correct lark-cli shortcut with the right tokens, references, and safety gates. ## Core Features & Use Cases - Full Base CRUD: Create, copy, and inspect Bases; manage tables, fields, records, views, forms, and attachments with validated JSON payloads. - Analytics & Visualization: Query and analyze records via a jq/Python/Cloud SOP, build formula and lookup fields, and configure dashboard charts with data_config templates. - App Mode & Governance: Manage BaseApp pages and blocks, Workspace directories, workflows, and advanced permission roles. - Use Case: A user pastes a /base/ link and asks to add a formula field summing order amounts per customer; the Skill resolves the URL, reads the table schema, follows the formula guide, and creates the field safely. ## Quick Start Ask the assistant to create a new Lark Base table with specified fields, or paste a Base URL and request an operation such as listing records or adding a chart to a dashboard.