·feishu-cli-sheet
</>

feishu-cli-sheet

飞书电子表格操作:创建表格、读写单元格、V3 富文本 API、行列操作、样式设置、查找替换、单元格图片、工作表保护。支持 V2 简单数据和 V3 富文本两种 API。当用户需要操作飞书表格、批量处理数据、设置样式时使用。

11Installs·0Trend·@riba2534

Installation

$npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-sheet

How to Install feishu-cli-sheet

Quickly install feishu-cli-sheet AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-sheet
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: riba2534/feishu-cli.

SKILL.md

View raw

| 创建表格 | sheet create | V3 | | 获取信息 | sheet get | V3 | | 列出工作表 | sheet list-sheets | V3 | | 读取单元格 | sheet read | V2 | | 写入单元格 | sheet write | V2 | | 追加数据 | sheet append | V2 | | 获取纯文本 | sheet read-plain | V3 | | 获取富文本 | sheet read-rich | V3 | | 写入富文本 | sheet write-rich | V3 | | 插入数据 | sheet insert | V3 | | 追加富文本 | sheet append-rich | V3 |

| 清除内容 | sheet clear | V3 | | 行列操作 | sheet add-rows/cols | V2 | | 样式设置 | sheet style | V2 | | 合并单元格 | sheet merge/unmerge | V2 | | 查找替换 | sheet find/replace | V3 | | 单元格图片 | sheet image | V3 | | 工作表保护 | sheet protect | V2 |

| text | 文本(支持样式) | 否 | | value | 数值 | 是 | | datetime | 日期时间 | 是 | | mentionuser | @用户 | 否 | | mentiondocument | @文档 | 否 | | image | 图片 | 是 | | file | 附件 | 否 | | link | 链接 | 否 | | formula | 公式 | 是 | | reminder | 提醒 | 是 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-sheet
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from riba2534/feishu-cli

Quick answers

What is feishu-cli-sheet?

飞书电子表格操作:创建表格、读写单元格、V3 富文本 API、行列操作、样式设置、查找替换、单元格图片、工作表保护。支持 V2 简单数据和 V3 富文本两种 API。当用户需要操作飞书表格、批量处理数据、设置样式时使用。 Source: riba2534/feishu-cli.

How do I install feishu-cli-sheet?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/riba2534/feishu-cli --skill feishu-cli-sheet Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/riba2534/feishu-cli