feishu-doc

Read, write, and manipulate Feishu document blocks via the document API.

4|2|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Clawdi-AI/openclaw --skill feishu-doc-clawdi-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Clawdi-AI/openclaw/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Clawdi-AI/openclaw --skill feishu-doc-clawdi-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Feishu documents by enabling programmatic reading, writing, and manipulation of document content, eliminating the need for manual copy-pasting and complex editing within the Feishu interface.

Core Features & Use Cases

  • Read Document Content: Retrieve the title, plain text, and structured block data from any Feishu document.
  • Write/Append Content: Create new documents or update existing ones with Markdown content, including support for various formatting options.
  • Block-Level Operations: Perform granular actions like listing, getting, updating, and deleting individual blocks within a document.
  • Use Case: Automatically generate daily reports by appending new data to a Feishu document, or extract key information from a Feishu document to populate a project management tool.

Quick Start

Use the feishu-doc skill to read the content of the Feishu document with token ABC123def.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I retrieve content from a Feishu document programmatically?

You can retrieve Feishu document content by using the document token to extract the title, plain text, and structured block data. This enables automated structured data retrieval without manual copy-pasting.

Can I create and update Feishu documents using Markdown?

Yes, you can create new Feishu documents or append content to existing ones using Markdown. The integration supports various formatting options to programmatically write and modify document content.

What are block-level operations in Feishu document management?

Block-level operations allow granular actions on individual blocks within a Feishu document. You can list, get, update, and delete specific structural elements to manipulate document content precisely.

Does this API integration support appending data for automated report generation?

Yes, the Feishu document API integration supports appending new data to existing documents. This is ideal for automatically generating daily reports by continuously adding new content blocks.

How do I extract key information from Feishu documents for project management tools?

You can extract key information by reading the plain text and structured block data from a Feishu document using its token. The retrieved structured data can then populate project management tools.

What is a document token and do I need it for Feishu API integration?

A document token is a unique identifier required to interact with a specific Feishu document. You must provide this token to perform any read, write, or block-level operations via the API.