What problem does it solve? Working with Feishu cloud documents programmatically requires handling many distinct operations—reading plain text, parsing structured blocks, creating tables, and uploading media. This Skill consolidates all Feishu Docx operations into a single tool with an action parameter, eliminating the need to learn multiple API endpoints. ## Core Features & Use Cases - Document Read/Write: Read document content with block statistics, replace entire documents with markdown, or append content to existing docs. - Block-Level Editing: List, get, update, and delete individual blocks (headings, paragraphs, code, todos) for precise document manipulation. - Tables and Media: Create Docx tables with values in one step, upload images from URLs or local files, and attach files with position control. - Use Case: A user shares a Feishu docx link and asks for a summary table of the content. Extract the doc_token from the URL, read the document, then create a table block with the summarized values directly in the document. ## Quick Start Read the Feishu document at https://xxx.feishu.cn/docx/ABC123def and summarize its content.