lark-markdown

Manage native Markdown files in Feishu Drive with lark-cli.

195|12|Updated Jul 19, 2026
One-click install
npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill lark-markdown-zju-real
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-markdown
Source: https://github.com/ZJU-REAL/HugAgentOS/tree/main/src/backend/plugin_bundles/marketplace/feishu-cli/skills/lark-markdown
Command: npx skills add https://github.com/ZJU-REAL/HugAgentOS --skill lark-markdown-zju-real

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies managing native Markdown files stored in Feishu Drive, eliminating repetitive manual work for creating, reading, updating, patching, and comparing Markdown content.

Core Features & Use Cases

  • Create and Upload: Create native Markdown files in Feishu Drive from inline content, local files, or standard input.
  • Read and Update: Fetch Markdown content locally or overwrite existing files while preserving version information.
  • Patch and Compare: Apply literal or regular-expression replacements and compare remote versions with each other or with local drafts.
  • Use Case: When reviewing a local documentation draft against the latest Feishu Markdown file, compare both versions, patch approved text changes, and upload the updated document.

Quick Start

Use the lark-markdown skill to compare the latest Feishu Markdown file with the local draft at ./draft.md and report the differences.

Frequently Asked Questions about lark-markdown

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Markdown files stored in Feishu Drive?

You can manage Feishu Markdown files by creating, retrieving, editing, patching, and comparing document versions directly through automated workflows, eliminating repetitive manual work.

Can I compare a local Markdown draft with a remote Feishu Drive version?

Yes, you can compare remote Feishu Markdown versions with local drafts to identify differences, patch approved text changes, and upload the updated document for collaborative content review.

How do I apply targeted text replacement to Markdown files in Feishu?

You can patch remote Markdown files using literal string replacements or RE2 regular-expression replacements to perform targeted text updates without overwriting the entire document.

Do I need lark-cli to update Markdown documents in Feishu Drive?

Yes, managing native Markdown files in Feishu Drive requires the lark-cli command-line tool to handle shared Feishu authentication, permission handling, and file operations.

What is the best way to synchronize local Markdown drafts with Feishu cloud storage?

The best way to synchronize local Markdown drafts with Feishu cloud storage is fetching the remote content locally, comparing versions, patching differences, and uploading the updated document.