feishu-sheets

Create, write, and read Feishu spreadsheets via API calls.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/CalWade/agent-skill-eval --skill feishu-sheets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-sheets
Source: https://github.com/CalWade/agent-skill-eval/tree/main/examples/openclaw-feishu/skills/feishu-sheets
Command: npx skills add https://github.com/CalWade/agent-skill-eval --skill feishu-sheets

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of Feishu spreadsheets and the reading/writing of data within them, streamlining data management and report generation.

Core Features & Use Cases

  • Spreadsheet Creation: Generate new Feishu spreadsheets with specified titles.
  • Data Manipulation: Write data to specific cells or ranges, and append data to existing sheets.
  • Data Retrieval: Read data from specified ranges within a spreadsheet.
  • Use Case: Automatically create a daily sales report spreadsheet, populate it with data from another system, and share the link with your team.

Quick Start

Use the feishu-sheets skill to create a new spreadsheet titled 'Q1 Sales Report'.

Frequently Asked Questions about feishu-sheets

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Feishu spreadsheet creation and data entry?

To retrieve data from Feishu spreadsheets, use API calls to read data from specified ranges within a sheet. This information retrieval process requires a valid tenant access token and the specific spreadsheet and sheet tokens for operation.

Can I append new rows to an existing Feishu spreadsheet via API?

To automatically create a daily sales report in Feishu, use API calls to generate a new spreadsheet titled as needed, populate it with data from another system, and share the resulting link with your team.

What tokens do I need to read and write data in Feishu sheets?

To read and write data in Feishu sheets, you need a tenant access token for authentication along with the specific spreadsheet and sheet tokens. These tokens are required prerequisites for executing any API operations.

Does the Feishu sheets API support dynamic report generation?

The Feishu sheets API supports dynamic report generation by automating the creation of new spreadsheets and populating them with data. This is applicable for scenarios requiring automated data entry and information retrieval.