What problem does it solve?
Reading and updating Feishu Docx documents across multiple sources (URLs and tokens) can be tedious and error-prone. This Skill provides a single tool to automate the common document operations (read, write, append, create) and block-level manipulations in Feishu Docx.
Core Features & Use Cases
- Read and extract document content by token or URL, returning the title, plain text, and block statistics.
- Write/replace content, append content, and create documents with support for Docx blocks, images, and tables where supported.
- Manage blocks and attachments with commands like read, list_blocks, get_block, update_block, delete_block, create_table, upload_image, and upload_file for end-to-end document workflows.
- Use Case: Update a living Feishu document by appending daily notes and embedding figures from Docx blocks.
Quick Start
Use feishu_doc to read a document with a given doc_token, or to replace content in a document with a new markdown payload.