LaunchKit · 2026
Back to Skills

feishu-sheets

Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets.

0
0 downloads
by @wesley138cn

Setup & Installation

openclaw skills install @wesley138cn/feishu-sheets

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install feishu-sheets

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.

INPUT

User asks: Add a new employee record to my Feishu spreadsheet

AGENT
  1. 1Extract the spreadsheet_token from the Feishu Sheets URL
  2. 2Call get_info action to retrieve available sheet IDs
  3. 3Call append action with the employee data as a new row
  4. 4Confirm the row was added successfully
OUTPUT

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.

Feishu (Lark) accountFeishu app configured with sheets:spreadsheet and drive:drive permissions