feishu-doc

Read and write Feishu documents with block-level editing operations.

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

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, appending, and block-level manipulation, reducing the need for manual interaction with the Feishu interface.

Core Features & Use Cases

  • Read Document Content: Retrieve the title, plain text, and structured block information from any Feishu document.
  • Write/Append Content: Create new documents or update existing ones with Markdown content, including images.
  • Block Operations: Manipulate specific document elements like headings, text, tables, and images through actions like updating, deleting, or listing blocks.
  • Use Case: Automatically generate daily reports by appending new data to a Feishu document, or extract key information from multiple Feishu documents to create a summary report.

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 extract content from a Feishu document via API?

To extract Feishu document content, you retrieve the title, plain text, and structured block information using specific document tokens. This process requires specific Feishu API permissions for document access.

Can I append Markdown content to existing Feishu docs?

Yes, you can append Markdown content, including images, to existing Feishu docs. The skill supports writing and updating documents to automate content generation without manual interface interaction.

Does Feishu document management support block-level manipulation?

Feishu document management supports granular block-level manipulation, allowing you to update, delete, or list specific document elements like headings, text, tables, and images programmatically.

Do I need specific Feishu API permissions to automate report generation?

Yes, automating report generation by appending data to Feishu documents requires specific Feishu API permissions for document access and modification to ensure secure operations.

What is the best way to synchronize external data with Feishu docs?

The best way to synchronize external data with Feishu docs is by using programmatic write operations to create or update documents with Markdown content, reducing manual interaction.

Why does my Feishu document block update return a permission error?

A Feishu document block update returns a permission error when the required Feishu API permissions for document access and modification are not properly configured or granted.