feishu-doc

Read, write, append, and manage blocks in Feishu documents via Markdown.

3|1|Updated Feb 23, 2026
One-click install
npx skills add https://github.com/SeanHogg/coderClaw --skill feishu-doc-seanhogg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/SeanHogg/coderClaw/tree/main/product/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/SeanHogg/coderClaw --skill feishu-doc-seanhogg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of reading, writing, and managing content within Feishu documents, 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 content, including text, headings, lists, code blocks, and images.
  • Block-Level Operations: Perform granular edits by updating, deleting, or retrieving specific blocks within a document.
  • Use Case: Automatically update a project status report in Feishu with the latest progress notes, or extract key information from a Feishu document to populate a different system.

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 plain text and structured block data from a Feishu document?

To extract plain text and structured block data from a Feishu document, retrieve the document title and block information including tables and images using specific Feishu API document access permissions.

Can I create new Feishu documents and update existing content via Markdown?

Yes, you can create new Feishu documents and update existing content via Markdown, supporting text, headings, lists, code blocks, and images through write and append operations.

Do I need specific Feishu API permissions for document and drive access?

Yes, you need specific Feishu API permissions for document and drive access to perform read, write, append, and block-level operations on Feishu documents.

How do I perform granular edits and delete specific blocks within a Feishu document?

Perform granular edits and delete specific blocks within a Feishu document by executing block-level operations to update, delete, or retrieve targeted sections of the content.

What is the best way to automate updating a project status report in Feishu?

The best way to automate updating a project status report in Feishu is using write and append operations to programmatically push the latest progress notes into existing document blocks.