lark-doc

Manage Lark cloud documents via command-line create, fetch, update, and search operations.

12|3|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/baibairui/WoClaw --skill lark-doc-baibairui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-doc
Source: https://github.com/baibairui/WoClaw/tree/main/.codex-runtime/home/.agents/skills/lark-doc
Command: npx skills add https://github.com/baibairui/WoClaw --skill lark-doc-baibairui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamlines end-to-end management of Lark cloud documents, enabling creation, retrieval, editing, and search from a single CLI interface.

Core Features & Use Cases

  • Create docs from Markdown, including knowledge-base and wiki-style content.
  • Fetch and read document content, and update documents using append, replace, insert, or delete operations.
  • Upload and download images and files within documents, and perform cross-space searches across docs and cloud objects.
  • Use cases include converting Markdown to live docs, maintaining versioned content, and locating related spreadsheets or cloud entries via doc search.

Quick Start

Create a document from Markdown by providing a title and markdown content, and the system will handle creation.

Frequently Asked Questions about lark-doc

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

FAQPage Schema
How do I create a Lark cloud doc from Markdown content?

You can create a Lark cloud doc from Markdown by providing a title and markdown content to the CLI. The system processes the markdown input and generates a live document in your Lark cloud space.

How do I update and insert blocks in an existing Lark cloud document?

You can update Lark cloud documents using append, replace, insert, or delete operations. The CLI allows you to fetch existing content and execute block insertions or deletions to modify the document structure.

Can I search across Lark cloud-space objects like docs and spreadsheets?

Yes, you can perform cross-space searches across Lark cloud objects. The CLI enables you to locate related spreadsheets, cloud entries, and documents by querying the cloud-space directly.

How do I upload and download media in Lark docs via the command line?

You can upload and download images and files within Lark documents using the +media-insert and +media-download shortcuts. The CLI handles transferring media between your local system and the cloud document.

Do I need the lark-cli tool to manage Lark cloud documents from the command line?

Yes, the lark-cli tool is required to manage Lark cloud documents end-to-end. It exposes the core shortcuts for creating, fetching, updating, and searching docs directly from your terminal.

What is the best way to manage versioned content across Lark cloud documents?

The best way to manage versioned content is using the CLI to append, replace, or delete document blocks. This allows you to maintain and update knowledge-base and wiki-style content systematically.