feishu-doc

Read and write Feishu documents using doc_token for content management.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/Solitude01/proiect-new --skill feishu-doc-solitude01
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Solitude01/proiect-new/tree/main/%E5%88%9B%E6%84%8F/%E9%A3%9E%E7%89%9B/OPENCLAW/openclaw/openclaw/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Solitude01/proiect-new --skill feishu-doc-solitude01

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document read/write operations streamline content management for Feishu Docs and cloud docs by enabling quick retrieval and straightforward updates within your workflow.

Core Features & Use Cases

  • Read: fetch titles, plain text, and block-based content from Feishu documents.
  • Write/Append: replace entire document content or append new content to existing docs.
  • Use Case: quickly update project briefs or publish summaries to Feishu docs with a single command.

Quick Start

Read a Feishu document by its doc_token and then replace or append content as needed.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I automate reading and writing Feishu docs?

You can automate Feishu doc content management by using the feishu_doc tool with a valid doc_token to read, replace, or append text and block-based content. This streamlines retrieving and updating cloud documents directly within your workflow.

Can I append new content to an existing Feishu document?

Yes, you can append new content to existing Feishu documents. The feishu_doc tool supports appending operations, allowing you to add new blocks or text to a cloud doc without replacing the original content.

What do I need to read a Feishu cloud doc?

To read a Feishu cloud doc, you need the specific doc_token from the document link. The feishu_doc tool uses this token to fetch titles, plain text, and block-based content from the target document.

How do I replace entire document content in Feishu?

To replace entire document content in Feishu, use the write operation provided by the feishu_doc tool. This allows you to overwrite existing blocks and text within your target cloud doc.

Does the Feishu doc automation tool support creating new documents?

Yes, the Feishu doc automation tool supports create operations alongside read, write, and append. You can generate new Feishu documents programmatically and immediately populate them with block-based content.

What are the limitations of writing to Feishu docs?

Writing to Feishu docs is limited by block-type guidance from the tool's references and requires a valid doc_token. Operations are scoped to docx links and cloud docs, meaning unsupported block types may not be recognized during content replacement or appending.