What problem does it solve? Managing Feishu (Lark) Bitable data—creating tables, writing records, building dashboards, and configuring workflows—normally requires manual UI work or raw API calls. This Skill turns those operations into deterministic lark-cli commands an AI agent can execute safely. ## Core Features & Use Cases - Full Base lifecycle: Create and copy Bases, manage tables, fields, records, views, forms, dashboards, workflows, folders, and advanced permission roles through structured CLI commands. - Query and analysis: Filter, sort, and export records to NDJSON, run server-side aggregation with the data-query DSL, and read computed chart results from dashboard blocks. - BaseApp and Workspace support: Build app-mode pages with chart and list components bound to Base data inside Workspaces. - Use Case: Ask the agent to "create a project tracking Base with a status field, add 20 tasks, and build a dashboard showing tasks per owner"—it resolves tokens, creates the schema, batch-writes records, and assembles the dashboard in sequence. ## Quick Start Ask the agent to list the tables in a Feishu Base link you provide and show the first 20 records of one table.