feishu-doc

Read, write, append, and manage Feishu document blocks via feishu_doc.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document management is streamlined by providing a single, consistent tool to read, write, append, and organize content across Feishu docs and Docx integrations.

Core Features & Use Cases

  • Single tool feishu_doc with actions: read, write, append, create, list_blocks, get_block, update_block, and delete_block to manipulate Feishu documents and their blocks.
  • Supports token extraction from Feishu Docx URLs for downstream operations like reading titles, content, and block statistics.
  • Use cases include extracting text from documents, creating or replacing content, appending notes, and structuring tables or blocks in Feishu docs.

Quick Start

Use the feishu_doc tool to read or modify a Feishu document by specifying an action such as read, write, or append.

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 write content in Feishu documents programmatically?

Feishu document operations use a unified tool to read, write, append, and create content. You can manipulate text and structuring blocks by specifying actions like read, write, or append.

How do I extract a document token from a Feishu Docx URL for block manipulation?

Token extraction from Feishu Docx URLs enables downstream operations like reading titles and content. The workflow parses the URL to retrieve a token for subsequent block-level actions.

Can I manage block-level content like tables in Feishu cloud docs?

Block-level management is fully supported in Feishu cloud docs. You can list blocks, get specific blocks, update block content, and delete blocks to structure document elements like tables.

What is the best way to append notes to an existing Feishu document?

Appending notes to a Feishu document uses the append action to add new content blocks. This allows you to insert additional text or structural elements without overwriting existing document data.

Does Feishu document management require handling specific block errors?

Robust error handling is applied to Feishu document operations to manage block manipulation and URL-to-token workflows. This ensures stable execution when executing read, write, or update actions.

How do I create a new Feishu document and structure its content?

Creating a Feishu document uses the create action to initialize a new cloud doc. You can then use block-level actions to build and structure tables, text, and other content elements within it.