lark-doc

Fetch Lark/Feishu documents and convert their blocks to Markdown.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/XiaoMi/mone --skill lark-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-doc
Source: https://github.com/XiaoMi/mone/tree/main/jcommon/mcp/mcp-smartsre/.claude/skills/lark-doc
Command: npx skills add https://github.com/XiaoMi/mone --skill lark-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lark-oapi, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This Skill fetches content from Lark/Feishu documents and converts it to Markdown for easy sharing, troubleshooting, and knowledge capture. It can also append troubleshooting summaries to documents for future reference.

Core Features & Use Cases

  • Fetch and convert: Retrieve a Lark document and convert its blocks to Markdown.
  • Append summaries: Add structured troubleshooting summaries to the document.

Quick Start

Fetch a document with fetch_doc.py and, after resolving an issue, append a summary with append_summary.py.

Frequently Asked Questions about lark-doc

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

FAQPage Schema
How do I convert a Lark document to Markdown?

Fetch a Lark document and convert its blocks to Markdown using the official Lark SDK. Provide your LARK_APP_ID, LARK_APP_SECRET, and LARK_DOC_URL to retrieve and format the content automatically for sharing or further processing.

Can I fetch Lark documents and append troubleshooting summaries?

Yes. Fetch document content, resolve issues, then append structured troubleshooting summaries back to the original document using append_summary.py for future reference and knowledge capture.

What credentials and setup do I need to fetch from Lark?

Configure environment variables: LARK_APP_ID, LARK_APP_SECRET, and LARK_DOC_URL. Optionally set LARK_DOMAIN for custom Feishu instances. The Skill uses the official Lark SDK to authenticate and retrieve document blocks.

How do I use Lark document conversion for support workflows?

Retrieve troubleshooting guides and operation instructions from Lark documents, convert them to Markdown, and append resolution summaries. This enables formatted knowledge capture and streamlined support documentation retrieval.

Does this work with Feishu documents?

Yes. Lark and Feishu documents use the same API. Configure LARK_DOMAIN if using a Feishu instance separate from the default Lark environment.

What happens after I fetch and convert a document?

You receive Markdown-formatted content ready for sharing, summarization, or knowledge bases. You can then append troubleshooting summaries back to the source document for ongoing documentation.