What problem does it solve? Working with Lark (Feishu) cloud documents programmatically requires handling different token types, wiki link resolution, media uploads, and complex update modes. This Skill wraps those operations into lark-cli shortcuts so an AI agent can create, read, edit, and search documents without manually orchestrating the Lark OpenAPI. ## Core Features & Use Cases - Document lifecycle management: Create documents from Lark-flavored Markdown, fetch content as Markdown, and update with 7 modes (append, replace_range, replace_all, insert_before, insert_after, delete_range, overwrite). - Cloud space search: Use docs +search (Search v2) to locate docs, Wiki nodes, and spreadsheets by keyword, with time filters and pagination. - Media and whiteboard handling: Insert local images/files into documents, download embedded media, and create or update whiteboards via DSL. - Use Case: A user asks to turn meeting notes into a structured Feishu doc with callouts and tables, insert an architecture diagram, and grant themselves admin permission — all handled through the shortcut commands. ## Quick Start Ask the agent to create a Feishu document titled "Project Plan" from your Markdown notes using the lark-doc skill.