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 Markdown files directly from the command line using lark-cli, with structured JSON output. ## Core Features & Use Cases - Create and upload: Create native .md files in a Drive folder or Wiki node using inline content, local files, or stdin. - Fetch and overwrite: Read remote Markdown content, save it locally, or overwrite remote files with new content while receiving the new version number. - Patch and diff: Apply literal or regex-based local replacements to remote Markdown, and compare remote versions against each other or against a local draft with unified diff output. - Use Case: You maintain a README.md in a Feishu Wiki. Use markdown +patch to bump a version string with a regex, then markdown +diff to verify the change against your local draft before sharing. ## Quick Start Ask the assistant to create a Markdown file named notes.md in your Feishu Drive with the content '# Hello' using the lark-markdown skill.