feishu-doc

Read, create, update, and delete Feishu (Lark) documents by document ID.

198|40|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-doc-xiaomochn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/xiaomochn/AndroidForClaw/tree/main/app/src/main/assets/skills/feishu-doc
Command: npx skills add https://github.com/xiaomochn/AndroidForClaw --skill feishu-doc-xiaomochn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of Feishu (Lark) documents, allowing for easy reading, creation, updating, and deletion of documents directly through AI commands.

Core Features & Use Cases

  • Read Document Content: Retrieve the full text content of any Feishu document.
  • Create New Documents: Generate new Feishu documents with a specified title, initial content, and optional folder.
  • Update Documents: Append new content to existing Feishu documents.
  • Delete Documents: Remove documents when they are no longer needed.
  • Use Case: "Summarize the latest project update document from Feishu" or "Create a new meeting minutes document in the 'Project X' folder."

Quick Start

Use the feishu-doc skill to read the content of the document with ID ABC123def.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I read and manage Feishu documents using an API?

To manage Feishu documents via API, you extract a unique document ID from the document URL and use it to programmatically read, create, update, or delete content for collaborative workflows.

Can I create a new Feishu document directly in a specific folder?

Yes, you can create new Feishu documents programmatically by specifying a title, initial content, and an optional target folder to organize your knowledge base.

How do I append new content to an existing Lark document?

You can update existing Lark documents by providing the unique document ID extracted from the URL, which allows you to append new content directly to the file.

What is the best way to programmatically delete a Feishu document?

The best way to delete a Feishu document programmatically is to use the document management API with the specific document ID to remove files that are no longer needed.

Does this document management approach work with collaborative workflows?

Yes, this approach enables programmatic content management designed specifically for collaborative workflows and building knowledge bases within the Feishu platform.

Do I need a full Feishu URL to manage a document?

No, you do not need the full URL; you must extract the unique document ID from the Feishu URL to perform read, update, or delete operations.