·feishu-cli-read
</>

feishu-cli-read

读取飞书云文档或知识库内容。当用户请求查看、阅读、分析飞书文档或知识库时使用。支持通过文档 ID、知识库 Token 或 URL 读取。Markdown 作为中间格式存储在 /tmp 目录。

58Installs·5Trend·@riba2534

Installation

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

How to Install feishu-cli-read

Quickly install feishu-cli-read 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-read
  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

| https://xxx.feishu.cn/docx/ | 普通文档 | doc export | | https://xxx.feishu.cn/wiki/ | 知识库 | wiki export | | https://xxx.larkoffice.com/docx/ | 普通文档 | doc export | | https://xxx.larkoffice.com/wiki/ | 知识库 | wiki export |

| code=131002, param err | 参数错误 | 检查 token 格式 | | code=131001, node not found | 节点不存在 | 检查 token 是否正确 | | code=131003, no permission | 无权限访问 | 确认应用有 wiki:wiki:readonly 权限 | | code=131004, space not found | 知识空间不存在 | 检查 spaceid 是否正确 | | 空内容或 Unknown block type | 特殊块类型 | 见「目录节点识别」章节 |

| Callout 高亮块 | > [!NOTE]、> [!WARNING] 等 6 种 GitHub-style alert | | 块级/行内公式 | $formula$(LaTeX 格式) | | 画板 (Board) | 画板/Whiteboard 链接 | | ISV 块 (Mermaid) | 画板链接 | | QuoteContainer | > 引用语法(支持嵌套) | | AddOns/SyncedBlock | 透明展开子块内容 | | Iframe | HTML 标签 |

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-read
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-10

Browse more skills from riba2534/feishu-cli

Quick answers

What is feishu-cli-read?

读取飞书云文档或知识库内容。当用户请求查看、阅读、分析飞书文档或知识库时使用。支持通过文档 ID、知识库 Token 或 URL 读取。Markdown 作为中间格式存储在 /tmp 目录。 Source: riba2534/feishu-cli.

How do I install feishu-cli-read?

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-read 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