feishu-doc

Read, write, and manipulate Feishu documents via the Feishu API.

5.1k|1.2k|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill feishu-doc-linuxhsj
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/linuxhsj/openclaw-zero-token/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/linuxhsj/openclaw-zero-token --skill feishu-doc-linuxhsj

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, including tables and images.

Core Features & Use Cases

  • Read Document Content: Retrieve plain text, structured data (tables, images), and block statistics from Feishu documents.
  • Write/Append Content: Create new documents or update existing ones with Markdown content, supporting various formatting options.
  • Table Operations: Create, update, and write data to tables within Feishu documents.
  • Image/File Upload: Upload images and files to documents from URLs or local paths.
  • Use Case: Automatically generate a project status report in a Feishu document by fetching data from a system and formatting it into a table.

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 programmatically read and write Feishu documents?

To programmatically manage Feishu documents, use an API integration enabling the reading, writing, and manipulation of document content including text, tables, and images. Specific Feishu API permissions for document and drive access are required.

Can I convert markdown content into a Feishu document table?

Yes, you can write or append Markdown content to Feishu documents and perform table operations. This functionality allows you to create, update, and write structured data directly into tables within Feishu documents.

What is the best way to automatically generate a project status report in Feishu docs?

Automatically generate a project status report in Feishu docs by fetching data from your system and using a document management API to format it into a new Feishu document. This streamlines report creation by programmatically updating text and tables.

Do I need specific API permissions to upload images to Feishu documents?

Yes, uploading images and files to Feishu documents from URLs or local paths requires specific Feishu API permissions for document and drive access. These permissions enable the programmatic interaction necessary for content manipulation.

Does Feishu document API integration support extracting structured data like block statistics?

Feishu document API integration supports extracting structured data including block statistics, plain text, tables, and images. This capability enables effective document management and content retrieval for automated downstream processing.