feishu-doc

Read, write, and append content to Feishu Docx documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document management often requires manual editing across multiple steps. This Skill enables reading, writing, and appending content to Feishu Docx documents, reducing manual copy-paste and context switching.

Core Features & Use Cases

  • Read Document: fetch title, plain text, and block statistics from a Feishu Docx.
  • Write Document (Replace All): replace the entire document content with new markdown.
  • Append Content: add content to the end of a document.
  • Create Document: create a new Feishu Docx document with ownership and folder options.
  • List Blocks / Get Block / Update Block: inspect and modify structured blocks such as text, headings, images, and tables.
  • Upload Image or File Attachments: attach assets to a doc for richer content.
  • Use Case: automate the preparation of project briefs by assembling sections from multiple sources into a single Feishu document.

Quick Start

Use the feishu-doc tool to read, modify, and organize Feishu documents using JSON actions.

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 text from a Feishu Docx document?

To read a Feishu Docx document, you can fetch the title, plain text, and block statistics directly. This enables extracting document content and inspecting structured blocks like headings, tables, and images without manual copy-paste.

Can I append content to an existing Feishu document?

Yes, you can append content to the end of an existing Feishu document. This feature supports adding new markdown content, making it easy to update project briefs or assemble sections from multiple sources into a single doc continuously.

How do I create a new Feishu Docx and upload image attachments?

You can create a new Feishu Docx document with specific ownership and folder options. Additionally, the functionality supports uploading image or file attachments to attach assets to the doc for richer content creation.

What is the best way to replace the entire content of a Feishu doc?

The best way to replace entire document content is by using the write document action. This replaces all existing content in the Feishu Docx with new markdown, providing a clean slate for document management and updates.

Do I need specific permissions to manage Feishu docs via API?

Yes, operating on Feishu docs requires proper permissions and access to Feishu doc APIs. You must handle token authentication as described in the tool documentation to manage blocks, tables, and attachments successfully.