Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spr...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install feishu-sheets-skill或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install feishu-sheets-skill⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/feishu-sheets-skill/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: feishu-sheets description: | Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spreadsheet, electronic spreadsheet (not Bitable/multi-dimensional table). Supports: create spreadsheet, write/read cell values, append rows, insert/delete rows/columns, manage worksheets. ---
Single tool feishu_sheets with action parameter for all spreadsheet operations.
From URL https://xxx.feishu.cn/sheets/shtABC123 → spreadsheet_token = shtABC123
{ "action": "create", "title": "New Spreadsheet" }
Optional folder:
{ "action": "create", "title": "New Spreadsheet", "folder_token": "fldcnXXX" }
Returns: spreadsheet_token, url, title
{
"action": "write",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"range": "A1:C3",
"values": [["Name", "Age", "City"], ["Alice", 25, "Beijing"], ["Bob", 30, "Shanghai"]]
}
{
"action": "read",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"range": "A1:C10"
}
{
"action": "append",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"values": [["Charlie", 28, "Shenzhen"]]
}
{
"action": "insert_dimension",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"dimension": "ROWS",
"start_index": 5,
"end_index": 7
}
{
"action": "delete_dimension",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx",
"dimension": "ROWS",
"start_index": 5,
"end_index": 7
}
{ "action": "get_info", "spreadsheet_token": "shtABC123" }
Returns: metadata including all sheet_ids and titles
{
"action": "add_sheet",
"spreadsheet_token": "shtABC123",
"title": "Sheet2"
}
{
"action": "delete_sheet",
"spreadsheet_token": "shtABC123",
"sheet_id": "0bxxxx"
}
A1, B5A1:C10, B2:D5A:A, B:D1:1, 3:50bxxxx!A1:C10https://xxx.feishu.cn/sheets/shtABC123?sheet=0bxxxx0bxxxxValues can be:
"Hello"123, 45.67{"type": "formula", "text": "=SUM(A1:A10)"}{"type": "url", "text": "Click here", "link": "https://..."}channels:
feishu:
tools:
sheets: true # default: true
sheets:spreadsheet - Create and manage spreadsheetssheets:spreadsheet:readonly - Read spreadsheet datadrive:drive - Access cloud storageBase URL: https://open.feishu.cn/open-apis/sheets/v2/spreadsheets/
See references/api-reference.md for detailed API documentation.
安装 Feishu Sheets Skill 后,可以对 AI 说这些话来触发它
Help me get started with Feishu Sheets Skill
Explains what Feishu Sheets Skill does, walks through the setup, and runs a quick demo based on your current project
Use Feishu Sheets Skill to feishu online spreadsheet (Sheets) operations including create, rea...
Invokes Feishu Sheets Skill with the right parameters and returns the result directly in the conversation
What can I do with Feishu Sheets Skill in my documents & notes workflow?
Lists the top use cases for Feishu Sheets Skill, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/feishu-sheets-skill/ 目录(个人级,所有项目可用),或 .claude/skills/feishu-sheets-skill/(项目级)。重启 AI 客户端后,用 /feishu-sheets-skill 主动调用,或让 AI 根据上下文自动发现并使用。
Feishu Sheets Skill 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Feishu Sheets Skill 可免费安装使用。请查阅仓库了解许可证信息。
Feishu online spreadsheet (Sheets) operations including create, read, write, append data, manage worksheets. Use when user mentions Feishu Sheets, online spr...
Feishu Sheets Skill 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my documents & notes tasks using Feishu Sheets Skill
Identifies repetitive steps in your workflow and sets up Feishu Sheets Skill to handle them automatically