lark-doc

Create, fetch, update, and search Feishu documents via lark-cli shortcuts.

641|104|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/loongclaw-ai/loongclaw --skill lark-doc-loongclaw-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-doc
Source: https://github.com/loongclaw-ai/loongclaw/tree/main/skills/larksuite-cli/lark-doc
Command: npx skills add https://github.com/loongclaw-ai/loongclaw --skill lark-doc-loongclaw-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the full lifecycle of Feishu (Lark) cloud documents by bundling creation, reading, updating, media handling, and search into a single operational guide, preventing agents from mismanaging tokens or accidentally editing unsupported blocks like whiteboards.

Core Features & Use Cases

  • Shortcut-driven actions: Use the documented docs +create, +fetch, +update, +search, +media-insert, +media-download, and +whiteboard-update shortcuts to keep Markdown, media, and whiteboard edits deterministic and trackable.
  • Token intelligence: Automatically resolve varying doc types (/docx/, /wiki/, /sheets/, etc.) and file_token/obj_token gaps, including wiki space searches, prior to any operation.
  • Whiteboard coordination: Create blank whiteboards inside docs and then hand off tokens to lark-whiteboard for updates whenever a whiteboard DSL edit is needed.

Quick Start

Ask to run lark-cli docs +create with your Markdown and title to build a fresh Feishu document and note the returned doc_id for later media uploads.

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 Feishu document from Markdown using lark-cli?

Run the lark-cli docs +create shortcut with your Markdown content and title to build a new Feishu document. The shortcut returns a doc_id you can use for subsequent media uploads and updates.

How do I resolve wiki node tokens when fetching Lark docs?

Token intelligence automatically resolves varying doc types like /wiki/ and /docx/ and bridges file_token and obj_token gaps through wiki space searches before any document operation is performed.

Can I insert media or whiteboards into Feishu docs through lark-cli?

Yes, use the +media-insert shortcut to upload and insert media. For whiteboards, use +whiteboard-update to create a blank whiteboard inside the doc and hand off its token to lark-whiteboard for DSL edits.

Does the lark-doc Skill support editing whiteboard blocks directly?

No, the lark-doc Skill prevents editing unsupported blocks like whiteboards directly. It creates blank whiteboards inside docs and hands off tokens to lark-whiteboard for any DSL edits needed.

What is the best way to search Feishu workspace documents via lark-cli?

The best way to search Feishu workspace documents is the documented +search shortcut, which handles territory-specific token parsing and authentication requirements to keep results deterministic.