Agent skill · software engineering · bighardperson
feishu-sheets
Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spreadsheet, electronic spreadsheet (not Bitable/multi-dimensional table). Supports: create spreadsheet, write/read cell values, append rows, insert/delete rows/columns, manage worksheets.
Why this skill is useful
Adds executable scripts for managing Feishu Sheets that automate spreadsheet operations not covered by generic knowledge.
What it needs
Requires feishu account access. About 1k tokens when loaded. Last updated 2026-04-26. 34 stars on the source repository.
What this skill does
Feishu Sheets Tool Single tool feishusheets with action parameter for all spreadsheet operations. Token Extraction From URL https://xxx.feishu.cn/sheets/shtABC123 → spreadsheettoken = shtABC123 Actions Create Spreadsheet Optional folder: Returns: spreadsheettoken, url, title Write Values Read Values Append Values Insert Rows/Columns Delete Rows/Columns Get Spreadsheet Info Returns: metadata including all sheetids and titles Add Worksheet Delete Worksheet Range Format Cell: A1, B5 Range: A1:C10, B2:D5 Entire column: A:A, B:D Entire row: 1:1, 3:5 With sheetid: 0bxxxx!A1:C10 Sheet ID From URL: https://xxx.feishu.cn/sheets/shtABC123?sheet=0bxxxx From getinfo action Default first sheet often has simple id like 0bxxxx Data Types Values can be: String: "Hello" Number: 123, 45.67 Formula: {"type": "formula", "text": "=SUM(A1:A10)"} Link: {"type": "url", "text": "Click here", "link": "https://..."} Configuration Permissions Required sheets:spreadsheet - Create and manage spreadsheets sheets:spreadsheet:readonly - Read spreadsheet data drive:drive - Access cloud storage API Reference Base URL: https://open.feishu.cn/open-apis/sheets/v2/spreadsheets/ See references/api-reference.md for detailed API documentation.
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills bighardperson/feishu-sheets-skill