What problem does it solve? Managing native Markdown files stored in Feishu (Lark) Drive normally requires manual uploads and edits through the web UI. This Skill lets an agent view, create, upload, edit, locally patch, and compare Markdown files directly through lark-cli commands. ## 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. - Read and overwrite: Fetch remote Markdown content to the terminal or local disk, and overwrite existing files while receiving the new version number. - Partial patch and diff: Apply literal or RE2 regex replacements without manual fetch-edit-upload cycles, and compare remote versions or a remote file against a local draft. - Use Case: A user asks the agent to update the version string in a remote README.md; the agent runs lark-cli markdown +patch with an escaped regex pattern and confirms the new version number returned. ## Quick Start Use the lark-markdown skill to fetch the Markdown file with token boxcnxxxx from Feishu Drive and show its content.