feishu-doc

Read, write, and append Markdown content in Feishu documents.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/badbsallyy/openclaw-source-code --skill feishu-doc-badbsallyy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/badbsallyy/openclaw-source-code/tree/main/openclaw-sourcecode.zip/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/badbsallyy/openclaw-source-code --skill feishu-doc-badbsallyy

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 interactions.

Core Features & Use Cases

  • Read Document Content: Retrieve the title and plain text of any Feishu document.
  • Write/Append Content: Create new documents or add content to existing ones using Markdown.
  • Structured Data Handling: Access detailed block information for tables, images, and other complex elements.
  • Use Case: Automatically update a project status report in a Feishu document with the latest progress from a meeting transcript.

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 plain text from a Feishu document?

To read a Feishu document, you need the document token from its URL. The Skill retrieves the document title and plain text content, providing structured data for complex blocks like tables and images.

Can I append Markdown content to an existing Feishu document?

Yes, you can append Markdown content to an existing Feishu document. The Skill manages write operations by appending new content blocks directly to the document identified by its specific token.

Do I need specific API permissions to manage Feishu documents?

Yes, managing Feishu documents requires specific Feishu API permissions for document access and modification. You must grant these permissions to allow the Skill to read and write content blocks.

How do I create a new Feishu document using Markdown?

You can create a new Feishu document by providing Markdown content. The Skill processes the Markdown and handles the block-level operations required to build the structured document within Feishu.

What is the best way to extract a document token from a Feishu URL?

The best way to extract a document token is by using the URL parsing feature. The Skill supports token extraction directly from Feishu document URLs to identify the target document for read and write operations.

Does this approach handle structured data like tables in Feishu documents?

Yes, this approach handles structured data by accessing detailed block information. It processes complex elements like tables and images within Feishu documents during read and write operations.