documents

Retrieve Lark Drive documents as Markdown by ID or URL.

53|18|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/yjwong/lark-cli --skill documents
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: documents
Source: https://github.com/yjwong/lark-cli/tree/main/skills/documents
Command: npx skills add https://github.com/yjwong/lark-cli --skill documents

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies accessing and reading content stored in Lark Drive by converting documents to markdown, enabling fast search, and listing folder contents with retrieval by document ID or URL.

Core Features & Use Cases

  • Search Documents: Find documents by keyword across Drive.
  • List Folder Items: Browse folders and view contained items.
  • Get Document as Markdown: Retrieve full document content in markdown format.
  • Resolve Wiki Nodes: Translate wiki references into readable document content.

Quick Start

Use the documents skill to fetch and read a document by ID. For example: lark doc get ABC123xyz to retrieve the document as markdown.

Frequently Asked Questions about documents

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

FAQPage Schema
How do I read Lark documents in Markdown format for AI analysis?

You can read Lark documents in Markdown format by using the lark CLI to retrieve content via document ID or URL. This converts the Drive content into markdown for quick AI-assisted analysis.

How do I search for documents by keyword across Lark Drive?

Searching for documents by keyword across Lark Drive is done through the lark CLI. It queries Drive to find matching documents, allowing you to quickly locate specific content.

Do I need the lark CLI installed to retrieve content from Lark Drive?

Yes, you need the lark CLI installed and available in your system PATH to retrieve Lark Drive content. Appropriate document permissions are also required to access and read the files.

Can I resolve Lark wiki nodes into readable document content?

Yes, you can resolve Lark wiki nodes into readable document content. The skill translates wiki references into markdown format so you can directly read the underlying document text.

What's the best way to list folder items in Lark Drive?

The best way to list folder items in Lark Drive is using the lark CLI. It browses specified folders and outputs a list of contained items for easy document navigation and retrieval.