feishu-doc

Read and write Feishu Docx documents using a doc_token.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents are often accessed via web UIs or manual processes. This skill provides a programmable way to read and write Feishu Docx content, streamlining documentation workflows.

Core Features & Use Cases

  • Read Document: fetch title, plain text, and block structure.
  • Write/Append/Create: replace content, append content, upload images/files, and manage blocks.
  • Use Case: automate meeting notes, project docs updates, and knowledge bases by integrating Feishu Docx operations into pipelines.

Quick Start

Activate the feishu-doc skill by issuing the read action with a valid doc_token to retrieve the document title and content.

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 Docx documents programmatically?

You can automate reading and writing Feishu Docx documents by using the read action to fetch titles and block structures, and the write or append actions to modify document bodies using a valid doc_token.

Can I upload images and files to a Feishu Docx document via API?

Yes, you can upload images and files to Feishu Docx documents programmatically using the upload_image and upload_file actions, attaching media directly into the document body via a doc_token.

What is the best way to update block structures in Feishu Docx?

The best way to update block structures in Feishu Docx is by using the list_blocks and update_block actions, which allow you to retrieve and modify specific document blocks programmatically.

Does the Feishu Docx API support creating new documents and appending content?

Yes, the Feishu Docx API supports creating new documents and appending content, allowing you to replace existing content, append new text, and manage blocks within your document workflows.

What do I need to start fetching plain text and titles from Feishu documents?

To start fetching plain text and titles from Feishu documents, you need to issue a read action with a valid doc_token, which retrieves the document title, plain text, and block structure.

Can I automate meeting notes and project docs updates in Feishu Docx?

You can automate meeting notes and project docs updates in Feishu Docx by integrating read, write, and append actions into your pipelines to programmatically fetch, modify, and manage document content.