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, and compare .md files directly from the command line, including partial text replacement and version diffs, without leaving your workflow. ## Core Features & Use Cases - Create and upload Markdown: 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. - Partial patch and diff: Apply literal or regex-based text replacement to remote files, 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. Fetch the remote file, diff it against your local draft, then patch or overwrite it, all via lark-cli commands. ## Quick Start Ask the assistant to create a Markdown file named notes.md in Lark Drive with the content '# Hello' using the lark-markdown skill.