feishu-sheet

Read and write Feishu Spreadsheet metadata and cell ranges via API.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-sheet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-sheet
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/feishu-sheet
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-sheet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Feishu Sheet allows teams to quickly read and write to Feishu Spreadsheets (电子表格), access metadata, list worksheets, and operate on cell ranges, enabling lightweight data IO and automation within Feishu.

Core Features & Use Cases

  • Read spreadsheet metadata (title, owner, revision) and list worksheets
  • Read and write values to cell ranges with simple range syntax
  • Use in scripts to pull data for reports or push results back to sheets

Quick Start

Read a spreadsheet's title and the first row to verify access.

Frequently Asked Questions about feishu-sheet

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

FAQPage Schema
How do I read and write Feishu spreadsheet data in automation scripts?

To read and write Feishu spreadsheet data in automation scripts, you manipulate cell ranges and access metadata via the Feishu Sheets API. It supports simple range syntax for pulling report data and pushing results back into worksheets.

Can I extract a spreadsheet token directly from a Feishu wiki URL?

Yes, you can extract a spreadsheet token directly from a Feishu wiki URL. The skill supports token extraction from URLs, including wiki-embedded tokens, enabling seamless access to Feishu Sheets for your automation workflows.

Does this tool support Feishu Sheets API v2 and v3 for metadata access?

Yes, the tool relies on Feishu Sheets API v2 and v3 for both values and metadata access. It retrieves spreadsheet metadata like title, owner, and revision, and lists worksheets within your automation environment.

What is the best way to list worksheets in a Feishu spreadsheet?

The best way to list worksheets in a Feishu spreadsheet is using this skill's metadata overview functionality. It interfaces with Feishu Sheets API v2/v3 to enumerate worksheets and read core metadata like titles and owners.

Are there limitations when writing to small cell ranges in Feishu Sheets?

Yes, the tool is designed for small-range reads and writes in scripts rather than large-scale data operations. It applies to tooling workflows requiring quick access to Feishu Sheet data and a metadata overview for lightweight data IO.