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 Markdown files directly through the lark-cli command line, including partial text replacement and version diffs. ## 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 partial replacements without manual fetch-edit-upload cycles, and compare remote versions or a remote file against a local draft. - Use Case: You maintain a README.md in Lark Drive. When a release ships, run a regex patch to bump the version string, then diff the result against your local draft to confirm the change. ## Quick Start Use the lark-markdown skill to fetch the Markdown file with token boxcnxxxx from Lark Drive and save it locally as README.md.