feishu-doc

Read and write Feishu docx documents using doc_token from URLs.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/Polealpha/XINNIAN_PI --skill feishu-doc-polealpha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Polealpha/XINNIAN_PI/tree/main/app%20windows/vendor/openclaw-runtime/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Polealpha/XINNIAN_PI --skill feishu-doc-polealpha

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manually reading, updating, or restructuring Feishu documents wastes time when you need consistent document edits or structured content retrieval.

Core Features & Use Cases

  • Read Feishu documents: Extract plain text plus block statistics so you know what structured content exists before deeper processing.
  • Write or append Markdown: Replace the whole document or append additional content in Markdown (with no table support for write/append).
  • Block-level operations: List blocks, fetch a single block, update block text, and delete blocks for precise edits.

Quick Start

Ask the assistant to read the Feishu document by sending action read and your doc token from the document URL.

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?

To read a Feishu document, you provide the doc_token extracted from the document URL. The Skill returns plain text content along with structured block statistics for deeper processing.

Can I append Markdown content to an existing Feishu doc?

Yes, you can append Markdown content to an existing Feishu document. You can also perform a full Markdown replacement, though table formatting is not supported for write or append actions.

How do I edit specific blocks in a Feishu document?

You can perform block-level operations on Feishu docs by listing blocks, fetching a single block, updating block text, and deleting blocks to achieve precise structural edits.

What do I need to automate Feishu document editing?

You need the doc_token from the Feishu document URL and configuration-driven tool enablement for your Feishu channels to route read, write, append, and block management actions.

Are there limitations when writing Markdown to Feishu docs?

The primary limitation when writing or appending Markdown to Feishu docs is the lack of table support. You must use structured block workflows for precise edits instead of full replacements.