What problem does it solve? Managing native Markdown files stored in Feishu/Lark Drive requires repetitive manual steps through the web UI. This Skill lets you create, read, edit, and compare Markdown files directly through the lark-cli command line, with clear guidance on identity, 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: Read remote Markdown content, save it locally, or overwrite a remote file and receive the new version number. - Patch and diff: Apply literal or regex-based text replacements via a fetch-replace-overwrite flow, and compare remote versions or a remote file against a local draft with unified diff output. - Use Case: You maintain a README.md in a Feishu Drive folder. Use this Skill to patch a version string with a regex, then diff the result against the previous remote version to confirm the change. ## Quick Start Use the lark-markdown skill to fetch the Markdown file with token boxcnxxxx from Feishu Drive and save it locally.