feishu-doc

Read, write, and manipulate blocks in Feishu documents via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reading, writing, and managing documents within Feishu, eliminating the need for manual copy-pasting and complex API interactions.

Core Features & Use Cases

  • Read Document Content: Retrieve the title, plain text, and structured block data (like tables and images) from any Feishu document.
  • Write/Append Content: Create new documents or update existing ones with Markdown formatted content.
  • Block Management: Directly manipulate individual blocks within a document, including updating text and deleting blocks.
  • Use Case: Automatically generate a daily status report by appending new tasks and progress updates to a pre-existing Feishu document.

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

To read Feishu document content programmatically, this Skill retrieves the title, plain text, and structured block data like tables and images. It extracts structured information directly via the Feishu API, requiring specific permissions for document and drive access.

Can I append new Markdown formatted content to an existing Feishu document?

Yes, you can append Markdown formatted content to update existing Feishu documents. This Skill supports writing operations that allow you to add new information and create new documents directly without manual copy-pasting.

What are the prerequisites for managing Feishu documents via API integration?

The primary prerequisite for managing Feishu documents is configuring specific Feishu API permissions for document and drive access. Once authorized, you can programmatically interact with documents for reading, writing, and block-level manipulation.

How do I manage individual blocks within a Feishu document?

To manage individual blocks within a Feishu document, this Skill enables direct block-level manipulation. You can update text and delete specific blocks to modify structured data and organize document content.

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

The best way to automate daily status report generation in Feishu is by using this Skill to append new tasks and progress updates to a pre-existing document. It eliminates manual copy-pasting by programmatically writing Markdown formatted content.

Does this Skill support extracting structured data like tables from Feishu documents?

Yes, this Skill supports extracting structured block data including tables and images from Feishu documents. It retrieves the title, plain text, and structured content to enable programmatic interaction and document management.