feishu-doc

Automate Feishu document read, write, and block management operations.

1|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/pertain99/openclaw-better --skill feishu-doc-pertain99
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/pertain99/openclaw-better/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/pertain99/openclaw-better --skill feishu-doc-pertain99

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents are often scattered and manually managed, leading to inconsistencies and delays. This Skill provides automated read/write operations for Feishu Docs, enabling seamless retrieval, creation, and modification of documents when users mention Feishu docs, cloud docs, or docx links.

Core Features & Use Cases

  • Read Document: fetch title, plain text, and structure
  • Write Document (Replace All) / Append Content / Create Document: modify content, replace, append, or create new docs
  • Block & Table Management: list, update, and manage blocks, upload images and attachments
  • Use Case: Automate content updates across Feishu docs to keep knowledge bases current.

Quick Start

Read a Feishu document by doc_token and return its title and plain text content.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I automate reading and writing Feishu docs programmatically?

To automate Feishu docs, you can use this Skill to read document titles and plain text, append content, or replace all text. It fetches structures and modifies content directly via block-level edits.

Can I manage block-level edits and tables in Feishu documents?

Yes, you can manage blocks and tables in Feishu documents. The Skill supports listing, updating, and deleting blocks, alongside creating tables and writing specific table cells programmatically.

Does this approach support uploading images and attachments to Feishu docs?

Yes, uploading images and attachments to Feishu docs is supported. You can upload media files directly into your documents to automate content updates and keep knowledge bases current.

What is the best way to create and organize new Feishu documents?

The best way to create and organize Feishu documents is using automated lifecycle management actions. This Skill handles creating new docs, replacing content, and appending new information seamlessly.

How do I retrieve the plain text and structure of an existing Feishu doc?

To retrieve plain text and structure from a Feishu doc, provide the doc token. The Skill fetches the document title, extracts plain text content, and lists the underlying document blocks.