feishu-doc

Reads, writes, and manages Feishu documents and docx content via feishu_doc tool.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/zhcndoc/openclaw --skill feishu-doc-zhcndoc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/zhcndoc/openclaw/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/zhcndoc/openclaw --skill feishu-doc-zhcndoc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document operations can be tedious when switching between Feishu docs, cloud docs, and Docx links. This skill provides a unified toolset to read, write, and manage Feishu documents programmatically, reducing manual editing time.

Core Features & Use Cases

  • Read Documents: fetch titles and plain content from Feishu Docx links and Feishu docs.
  • Write and Update: replace entire documents or specific blocks; append content; create new documents with folders.
  • Table and Attachments: create and populate tables, upload images/files, and manipulate blocks to structure information.
  • Use Case: Create a workflow to automatically gather content from multiple Feishu docs, consolidate into a single document, and generate a summary.

Quick Start

Use Feishu Doc to read, write, or append content to Feishu documents and manage blocks, tables, and attachments.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I read and extract content from a Feishu document programmatically?

To read Feishu documents programmatically, use the feishu_doc tool to fetch titles and plain content directly from Feishu Docx links and cloud docs. This allows you to extract text and block information without manual copying.

Can I create and populate tables in Feishu docs via an API?

Yes, you can create and populate tables in Feishu docs via the API. The feishu_doc tool supports inserting and manipulating blocks, allowing you to structure tabular information and upload images or files directly into the document.

What is the best way to append content to an existing Feishu Docx?

The best way to append content to an existing Feishu Docx is using the feishu_doc tool's append action. It allows you to add text, blocks, and attachments to the end of a document, consolidating information without replacing the existing content.

How do I update specific blocks within a Feishu document?

You can update specific blocks within a Feishu document using the update_block action. This feature targets individual document sections for modification or deletion, enabling precise content management without rewriting the entire file.

Does this approach work for consolidating multiple Feishu docs into one?

Yes, this approach works for consolidating multiple Feishu docs. You can create a workflow that programmatically reads content from various documents and appends the gathered text and blocks into a single new Feishu document.