feishu-doc

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

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

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, reducing the need for manual copy-pasting and complex UI interactions.

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 add content to existing ones using Markdown.
  • Block-Level Operations: Update, delete, or retrieve specific blocks within a document for granular control.
  • Use Case: Automatically update a project status report in Feishu with the latest progress notes from a daily stand-up log.

Quick Start

Use the feishu_doc tool to read the content of the 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 write Feishu documents via API?

To read and write Feishu documents via API, you can retrieve titles, plain text, and structured block data, or append new content using Markdown. This requires specific Feishu API permissions for document and drive access.

Can I update specific blocks within a Feishu document?

Yes, you can update specific blocks within a Feishu document. The Skill supports block-level operations, allowing you to update, delete, or retrieve specific blocks for granular content control.

How do I extract a document token from a Feishu URL?

To extract a document token from a Feishu URL, the Skill automatically parses the link to retrieve the required token. This token is then used to perform read, write, and block-level operations on the target document.

Does the Feishu document API support structured content like tables and images?

Yes, the Feishu document API supports structured content like tables and images. It handles these elements through block listing, allowing you to retrieve and manage structured data within your documents.

What Feishu API permissions are needed for document management?

For Feishu document management, you need specific API permissions for document and drive access. These permissions are required to authorize read, write, append, and block-level operations on your Feishu documents.

Can I create a new Feishu document using Markdown?

Yes, you can create a new Feishu document using Markdown. The Skill enables you to write and append content to existing or new documents, streamlining content creation without manual UI interactions.