feishu-doc

Manage Feishu documents by reading, writing, and manipulating blocks.

1|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill feishu-doc-justicegaines03
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Justicegaines03/OpenClaw_NIST-AI-RMF_Compliance --skill feishu-doc-justicegaines03

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/Write Documents: Create, read, update, and append content to Feishu documents.
  • Structured Content Handling: Manage tables, images, and other block types within documents.
  • Use Case: Automatically generate a project status report in a Feishu document by fetching data from a project management tool 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 automate reading and writing Feishu document content?

Reading Feishu documents programmatically allows you to retrieve content, list specific blocks, and access structured elements like tables and images. You need the precise doc_token to identify the target document.

Can I manipulate specific blocks like tables and images in a Feishu document?

Yes, you can manipulate specific blocks like tables and images within Feishu documents. Managing these structured content elements requires a precise block_id to target the exact section for manipulation.

What do I need to append markdown to an existing Feishu document?

To append markdown to an existing Feishu document, you need the specific doc_token for the target file. The skill enables writing and appending markdown content directly into the document structure.

Does the Feishu document API support structured content retrieval?

Yes, the Feishu document API supports structured content retrieval through the list_blocks functionality. This allows you to systematically fetch and handle various block types within the document.

What are the limitations when managing Feishu documents programmatically?

A primary limitation is the strict requirement for precise identifiers. You must supply the exact doc_token for document-level operations and the specific block_id for manipulating individual content blocks like tables.