What problem does it solve? Managing native Markdown files stored in Lark (Feishu) Drive normally requires manual uploads and downloads through the web UI. This Skill lets you create, read, edit, patch, and compare Markdown files directly through lark-cli commands, with clear guidance on identity (user vs bot), permissions, and error handling. ## Core Features & Use Cases - Create and upload: Create native .md files in a Drive folder or Wiki node from inline content, a local file, or stdin. - Fetch and overwrite: Download remote Markdown content to local files, or overwrite remote files with new content and receive the new version number. - Patch and diff: Apply literal or regex-based local replacements without manual fetch-edit-upload cycles, and compare remote versions or remote-vs-local drafts with unified diff output. - Use Case: You drafted release notes locally and want to update the team's shared Markdown file in Lark Drive, then verify the changes — use markdown +overwrite followed by markdown +diff to confirm exactly what changed. ## Quick Start Ask the AI to create a Markdown file named notes.md in your Lark Drive with the content you provide, using the lark-markdown skill.