feishu-sheets
SKILL.md
Feishu Sheets Tool
Single tool feishu_sheets with action parameter for all spreadsheet operations.
Token Extraction
From URL https://xxx.feishu.cn/sheets/shtABC123 → spreadsheet_token = shtABC123
Actions
Create Spreadsheet
{ "action": "create", "title": "New Spreadsheet" }
Optional folder:
{ "action": "create", "title": "New Spreadsheet", "folder_token": "fldcnXXX" }