feishu-doc

Read, write, append, and manipulate blocks in Feishu documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, reading, updating, and deletion of Feishu documents, including complex table manipulations, eliminating the need for manual interaction with the Feishu interface for these tasks.

Core Features & Use Cases

  • Document Operations: Read, write, and append content to Feishu documents.
  • Table Management: Create, update, and write data to tables within Feishu documents.
  • Block-level Control: Manipulate individual blocks within a document, such as images and text.
  • Use Case: Automatically generate a daily report in a Feishu document, including a table populated with data from another system.

Quick Start

Use the feishu-doc skill to read the 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 content in Feishu documents?

To manipulate Feishu documents, you need specific Feishu API permissions for document and drive access. Acquiring these API permissions is the required entry barrier to perform read, write, and block-level operations securely.

Can I create and update tables within Feishu documents via API?

Yes, you can create, update, and write data to tables within Feishu documents via API. This enables automated table management, such as populating a document table with data extracted from another system.

What is block-level control in Feishu document management?

Block-level control in Feishu document management allows you to manipulate individual blocks within a document. You can programmatically interact with specific elements like images and text blocks to update document structure.

Does Feishu document API support uploading images and file attachments?

Yes, the Feishu document API supports uploading images and file attachments within documents. This allows you to embed rich media and files into your automated document generation workflows seamlessly.

What is the best way to automate daily report generation in a Feishu document?

The best way to automate daily report generation in a Feishu document is using an API that supports document creation, table manipulation, and block-level operations. This allows you to populate reports dynamically with external data.