What problem does it solve? Working with Feishu (Lark) cloud documents programmatically requires handling many separate API operations for reading, writing, block editing, tables, and media uploads. This Skill consolidates all Feishu document operations into a single tool with a unified action parameter, so you can manage docx content without learning the underlying API surface. ## Core Features & Use Cases - Full Document Operations: Read, create, overwrite, and append markdown content to Feishu docx documents, with automatic image upload from URLs embedded in markdown. - Block-Level Editing: List, inspect, update, and delete individual blocks (headings, paragraphs, code, todos) using the block types reference for precise edits. - Tables and Media: Create native Docx table blocks with values in one step, and upload images or file attachments from URLs or local paths with position control. - Use Case: A user shares a Feishu docx link and asks for a summary table of its contents. Extract the doc_token from the URL, read the document, then create a table block with the summarized rows directly in the document. ## Quick Start Read the Feishu document at this link and append a short summary section at the end.