feishu-doc

Read and write Feishu cloud documents via the Open Platform API.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/wangqianCAI/OBI --skill feishu-doc-wangqiancai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/wangqianCAI/OBI/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/wangqianCAI/OBI --skill feishu-doc-wangqiancai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the friction of manually managing Feishu documents by providing an automated interface for reading, writing, and structuring cloud-based content directly through your AI assistant.

Core Features & Use Cases

  • Automated Content Operations: Create, read, append, and replace document content using Markdown.
  • Structured Data Handling: Manage complex document elements like tables, images, and file attachments programmatically.
  • Use Case: Automatically generate a project status report in a new Feishu document, populate it with a summary table, and append relevant file attachments without ever leaving your chat interface.

Quick Start

Use the feishu-doc skill to read the content of the document with token ABC123def and list all its blocks.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I automate Feishu document creation and content updates?

You can automate Feishu document creation by using the Feishu Open Platform API to programmatically read, write, and append Markdown content to cloud documents. This allows direct generation and manipulation of document blocks without manual entry.

Do I need API permissions to manage Feishu cloud documents programmatically?

Yes, you need valid Feishu API permissions for document and drive access to securely execute read and write operations. These permissions ensure your automated content management and block-level manipulations are authorized within the enterprise environment.

Can I insert structured data like tables into Feishu documents via API?

Yes, the Feishu API supports structured data handling, allowing you to programmatically manage complex document elements like tables, images, and file attachments. You can insert and manipulate these blocks to populate enterprise knowledge bases automatically.

What is the best way to read Feishu document content and list its blocks?

The best way to read Feishu document content is to request the document via its token using the Feishu Open Platform API. This retrieves the document structure and allows you to list all individual blocks for detailed content analysis.

How does block-level content manipulation work for Feishu documents?

Block-level content manipulation works by interacting with the Feishu API to target specific structural elements within a cloud document. You can create, append, or replace exact blocks of content, enabling precise automated updates to enterprise knowledge management.

Why use an API for Feishu document management instead of manual editing?

Using an API for Feishu document management eliminates the friction of manual editing by enabling automated content operations directly through your AI assistant. It streamlines enterprise knowledge management by programmatically generating reports and structuring data.