feishu-doc

Installation
Summary

Read, write, and manage comments in Feishu documents with markdown support and block-level operations.

  • Supports full document lifecycle: read plain text, write/append markdown content, create new documents, and manage individual blocks (get, update, delete)
  • Comment operations include listing document and block-level comments, retrieving single comments, and creating global comments with pagination support
  • Structured content (tables, images, code blocks) accessible via list_blocks action; markdown tables not supported in write operations
  • Atomic create_and_write action recommended for new documents to avoid separate API calls; folder placement supported via folder_token
SKILL.md

Feishu Document Tool

Single tool feishu_doc with action parameter for all document operations including comment management.

Token Extraction

From URL https://xxx.feishu.cn/docx/ABC123defdoc_token = ABC123def From URL https://xxx.feishu.cn/docs/doccn123cdoc_token = doccn123c

Actions

Read Document

{ "action": "read", "doc_token": "ABC123def" }

Returns: title, plain text content, block statistics. Check hint field - if present, structured content (tables, images) exists that requires list_blocks.

Related skills
Installs
1.9K
GitHub Stars
4.3K
First Seen
Feb 3, 2026