Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Feishu Sheets handles online spreadsheet operations within the Feishu (Lark) platform. A single tool with an action parameter covers creating spreadsheets, reading and writing cell values, appending rows, inserting or deleting rows and columns, and managing worksheets.
Provides direct programmatic access to Feishu Sheets without manually exporting data or switching between tools.
When to use it
- Append daily sales figures to a shared team tracking sheet
- Create a new spreadsheet for a project budget
- Read cell values from a team roster
- Insert rows into a meeting schedule for new entries
- Delete outdated rows from a weekly report sheet
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Add a new employee record to my Feishu spreadsheet
- 1Extract the spreadsheet_token from the Feishu Sheets URL
- 2Call get_info action to retrieve available sheet IDs
- 3Call append action with the employee data as a new row
- 4Confirm the row was added successfully
New employee record appended to the specified worksheet
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.