feishu-doc

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

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

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 read, write, append, and block-level operations, reducing manual effort and improving efficiency.

Core Features & Use Cases

  • Read Document Content: Retrieve the title, plain text, and structured block data from Feishu documents.
  • Write/Append Content: Create new documents or update existing ones with Markdown content.
  • Block Manipulation: Edit, delete, or list individual blocks within a document for granular control.
  • Use Case: Automatically update a project status report in a Feishu document with the latest progress from a CI/CD pipeline, or extract key information from multiple Feishu documents into 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 read and extract content from Feishu documents via API?

To read Feishu documents, the Skill retrieves the title, plain text, and structured block data using a unified tool. This requires Feishu API access with specific document permissions to extract content successfully.

Can I update existing Feishu documents with Markdown content programmatically?

Yes, you can update existing Feishu documents with Markdown content. The Skill performs write and append operations to create new documents or modify current ones, automating content management tasks via the Feishu API.

How do I manipulate specific blocks like tables and images in Feishu documents?

You can manipulate specific blocks like text, images, and tables in Feishu documents using block-level operations. The Skill supports editing, deleting, or listing individual blocks for granular control over document structure.

Do I need specific Feishu API permissions to manage documents?

Yes, managing Feishu documents requires Feishu API access with specific document permissions. You must configure these access rights before performing read, write, append, or block-level operations on your content.

What is the best way to automate project status reports in Feishu documents?

Automating project status reports in Feishu documents is best achieved by programmatically appending Markdown content. You can use this Skill to automatically update progress reports from a CI/CD pipeline directly into a Feishu document.