lark-doc

Orchestrate Feishu cloud document operations via lark-cli.

Updated Mar 23, 2026
One-click install
npx skills add https://github.com/binfen1/my-skills --skill lark-doc-binfen1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lark-doc
Source: https://github.com/binfen1/my-skills/tree/main/claude-code/lark-doc
Command: npx skills add https://github.com/binfen1/my-skills --skill lark-doc-binfen1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu cloud documents are often manipulated through multiple isolated commands and scattered workflows. This skill centralizes the lifecycle of Feishu cloud docs—creation, reading, updating, and media handling—into a coherent CLI experience, reducing context switching and errors.

Core Features & Use Cases

  • Create new docs from Markdown content and place them in folders, knowledge spaces, or personal libraries, with optional metadata.
  • Fetch and read document contents, including large documents, and support format outputs suitable for downstream processing.
  • Update documents using append, replace, insert, or delete operations, with support for targeted in-document location positioning.
  • Manage media: upload/download images and files, embed media into docs, and handle whiteboard assets as needed.
  • Search cloud docs / knowledge spaces to locate documents, sheets, or other resources for rapid handoff to specialized skills.

Quick Start

Create a new Feishu cloud document from Markdown and optionally attach media using the docs workflow.

Frequently Asked Questions about lark-doc

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

FAQPage Schema
How do I create Feishu cloud docs from Markdown automatically?

You can create Feishu cloud docs from Markdown content by placing them in folders, knowledge spaces, or personal libraries with optional metadata via the lark-cli. It validates input and safely orchestrates the Feishu docs API.

Can I update specific sections of a Feishu cloud document instead of overwriting the whole file?

Yes, you can update Feishu cloud documents using append, replace, insert, or delete operations. The workflow supports targeted in-document location positioning to modify specific sections accurately.

What is the best way to manage embedded media and images in Feishu cloud docs?

To manage embedded media in Feishu cloud docs, you can upload and download images and files, embed media into documents, and handle whiteboard assets using the centralized document management CLI.

How do I search for existing sheets and cloud docs within Feishu knowledge spaces?

You can search cloud docs and knowledge spaces to locate documents, sheets, or other resources for rapid handoff to specialized skills. This directly queries the Feishu cloud document API.

Does the Feishu document management CLI support fetching and reading large documents?

Yes, fetching and reading large Feishu cloud documents is supported. The CLI retrieves document contents and provides format outputs suitable for downstream processing tasks.