feishu-doc

Read and write Feishu documents programmatically using doc tokens.

202|36|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/adoresever/AGI_Ananas --skill feishu-doc-adoresever
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/adoresever/AGI_Ananas/tree/main/26.2.21openclaw-viking/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/adoresever/AGI_Ananas --skill feishu-doc-adoresever

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents often require manual steps to read or modify content across multiple docs; this Skill provides a unified tool to programmatically read and write Feishu docs, reducing time and errors.

Core Features & Use Cases

  • Read documents by token extracted from Feishu URLs and return titles and text content.
  • Write or replace documents with Markdown content, including images and formatting; append operations supported.
  • Manage documents via create and list_blocks actions to support structured updates and metadata extraction.
  • Use case: automatically consolidate notes from Feishu docs into a central knowledge base after a meeting.

Quick Start

Provide a doc_token and an action to perform, such as read a document or write new content to a Feishu doc.

Frequently Asked Questions about feishu-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I read content from a Feishu document programmatically?

To read Feishu document content programmatically, you provide a doc_token extracted from the Feishu URL to retrieve the document's title and text content automatically.

Can I write and append Markdown content to a Feishu doc?

Yes, you can write or replace Feishu documents with Markdown content, including images and formatting. The tool also supports append operations to add new content to existing docs.

What do I need to automate Feishu document handling?

To automate Feishu document handling, you need a doc_token from the document URL and an action parameter to specify operations like read, write, append, create, or list_blocks.

Does this tool support extracting document blocks and metadata?

Yes, the tool supports list_blocks actions to extract structured content and metadata from Feishu docs, which helps manage structured updates across cloud documents.

Is there a way to automate consolidating notes from multiple Feishu docs?

You can automate consolidating notes from multiple Feishu docs by programmatically reading content from various documents and writing or appending it to a central knowledge base.