feishu-doc

Perform read, write, append, and delete operations on Feishu documents.

Updated Jan 20, 2026
One-click install
npx skills add https://github.com/Team-Hireal/RealChat --skill feishu-doc-team-hireal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Team-Hireal/RealChat/tree/main/openclaw/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Team-Hireal/RealChat --skill feishu-doc-team-hireal

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 manipulation of document content and structure.

Core Features & Use Cases

  • Read Document Content: Retrieve the title, plain text, and block statistics of any Feishu document.
  • Write/Append Content: Create new documents or update existing ones with Markdown content, including support for images and basic formatting.
  • Block-Level Operations: Read, update, or delete individual blocks within a document, essential for structured data like tables.
  • Use Case: Automatically generate a daily status report by reading data from multiple sources, formatting it in Markdown, and appending it to a central 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 read and extract content from a Feishu document programmatically?

To read Feishu documents programmatically, this Skill retrieves the document title, plain text, and block statistics using a token extracted from the document URL. It parses various block types including text, headings, lists, code, quotes, images, and tables.

Can I append Markdown content to an existing Feishu document?

Yes, you can append Markdown content to an existing Feishu document. The Skill writes and updates document content by converting Markdown formatting, supporting basic text structures, images, and various block types for automated content creation.

What is the best way to manipulate specific blocks like tables within a Feishu document?

The best way to manipulate specific blocks like tables in a Feishu document is through block-level operations. This Skill supports reading, updating, or deleting individual blocks within the document structure, which is essential for managing structured data.

Do I need specific permissions to manage Feishu documents via API?

Yes, managing Feishu documents via API requires specific permissions for document access and manipulation. You must grant the appropriate access rights to read, write, or modify document content and blocks through the API.

How do I create a new Feishu document and format it with Markdown?

You can create a new Feishu document and format it with Markdown by using the Skill's write operations. It takes Markdown content as input and generates a new document, automatically handling the conversion into supported block types like headings and lists.

Does the Feishu document API support extracting document tokens directly from URLs?

Yes, the Feishu document API supports extracting document tokens directly from URLs. This feature allows you to seamlessly locate and target specific documents for read, write, append, or delete operations without manual token lookup.