What problem does it solve? Managing native Markdown (.md) files stored in Feishu (Lark) Drive normally requires manual uploads and downloads through the web UI. This Skill lets you create, read, edit, compare, and overwrite those files directly through the lark-cli command line, including version-to-version and remote-vs-local diffs. ## Core Features & Use Cases - Create and upload Markdown: Create a native .md file 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 (RE2) text replacements via a fetch-replace-overwrite flow, and compare two remote versions or a remote version against a local draft with unified diff output. - Use Case: You drafted release notes locally in draft.md and want to see how they differ from the version in Feishu Drive, then push the update. Use markdown +diff to compare, then markdown +overwrite to publish. ## Quick Start Use the lark-markdown skill to fetch the Markdown file with token boxcnxxxx from Feishu Drive and save it locally as README.md.