What problem does it solve? Working with Feishu (Lark) cloud documents programmatically requires handling many distinct API operations—reading content, writing markdown, managing blocks, creating tables, and uploading media. This Skill consolidates all of these into a single tool with a unified action parameter, removing the need to learn the underlying Feishu OpenAPI surface. ## Core Features & Use Cases - Document Read/Write: Read plain text and block statistics, replace entire documents with markdown, or append content to existing docs. - Block-Level Editing: List, inspect, update, and delete individual blocks (headings, paragraphs, code, todos) for precise edits. - Tables and Media: Create Docx tables 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 Q1 results. The Skill extracts the doc_token from the URL, reads the document, then creates a native table block with the requested values. ## Quick Start Read the Feishu document at this link and append a summary section at the end.