What problem does it solve? Creating and editing Feishu (Lark) slide presentations programmatically requires precise XML structures, correct token handling, and careful layout control; this Skill provides the full workflow, schema references, and validation tooling to do it reliably through lark-cli. ## Core Features & Use Cases - Presentation Creation & Editing: Create new decks, add, delete, replace, or fully overwrite individual slides using shortcuts like slides +create, +add-slide, +replace-slide, and +update-slide. - Planning & Validation Pipeline: Enforces a plan-first workflow with slide_plan.json, XML linting via scripts/xml_lint.py, and post-creation readback verification to catch overflow, overlap, and blank pages. - Rich Visual Content: Supports native charts, tables, IconPark icons (via iconpark_tool.py search/resolve), image upload with file tokens, screenshots, and history version rollback. - Use Case: A user asks for a 10-page product review deck; the Skill plans the layout, generates validated XML page by page, uploads generated images, creates the deck in Feishu, and verifies the result before delivering the link. ## Quick Start Ask the assistant to create a Feishu slide presentation on your topic with a specified page count and style, and it will plan, generate, validate, and deliver the deck link.