What problem does it solve?
This skill removes friction from performing Feishu spreadsheet operations through lark-cli by guiding you on the required authentication, token formats, and permission scopes so you can avoid misconfigured requests and ensure each command uses the right workbook context.
It also emphasizes reading ../lark-shared/SKILL for credentials and security rules before running any operations.
Core Features & Use Cases
- Token and permission guidance: The skill instructs reading ../lark-shared/SKILL for authentication, explains when to use
file_token versus obj_token, and highlights the scopes such as sheets:spreadsheet:create and write_only required before each API call.
- Shortcut-driven operations: Use the built-in +info, +read, +write, +append, +find, +create, and +export commands to inspect spreadsheets, fetch ranges, seed headers, append rows, search for values, and export files while the skill also shows how to manage spreadsheet filters safely.
- Use Case: When creating a new weekly metrics workbook you can provision the spreadsheet in a folder, write headers and starter rows, append new period data, apply filters, and export xlsx or csv files without leaving the CLI.
Quick Start
Ask the assistant to run lark-cli sheets +info to capture the spreadsheet token and sheet_id before using sheets +append or other shortcuts to insert your desired rows.