feishu-doc

Read and modify Feishu documents and Docx-linked content programmatically.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document read/write operations enable seamless management of Feishu docs and Docx links by providing a unified tool to read, create, update, and format content within Feishu documents.

Core Features & Use Cases

  • Read and extract content from Feishu documents, including titles, text, and structured blocks.
  • Write or replace document content with Markdown text; manage blocks, read/write, and basic formatting.
  • Create and update docx-linked content within Feishu Docs to automate documentation tasks across teams.

Quick Start

Invoke the Feishu document tool to read or write a document using its doc token.

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 documents programmatically?

To automate Feishu document management, you can use this Skill to read, write, create, and update blocks within Feishu docs and Docx-linked content using a doc token. It provides a unified tool to extract titles, append text, and format content.

How do I extract titles and structured blocks from a Feishu Docx?

You can extract titles and structured blocks from a Feishu Docx by invoking the read and list_blocks actions provided by this Skill. These actions allow you to programmatically retrieve text and document structures using the document token.

Can I create and update tables in Feishu Docs via automation?

Yes, you can create and update tables within Feishu Docs using the create_table action. This Skill supports performing Docx table operations to automate structured documentation tasks across teams.

How do I upload images and files to a Feishu document?

You can upload images and files to a Feishu document by utilizing the upload_image and upload_file actions. This allows you to programmatically append rich media content directly into your Docx-linked blocks.

What do I need to configure before integrating with Feishu Docs?

Before integrating with Feishu Docs, you need to complete token extraction and integration configuration. This setup allows the automation tools to authenticate and perform read, write, and block update operations on your documents.

Does this Skill support replacing document content with Markdown text?

Yes, you can write or replace existing Feishu document content with Markdown text. The Skill enables you to manage blocks and apply basic formatting by passing Markdown directly into the write action.