feishu-doc

Read and write Feishu Docx documents programmatically via structured block actions.

55|12|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Yapie0/safe-openclaw --skill feishu-doc-yapie0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/Yapie0/safe-openclaw/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/Yapie0/safe-openclaw --skill feishu-doc-yapie0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents often require manual, repetitive edits. This skill automates reading, writing, and organizing Feishu Docx content, reducing manual work.

Core Features & Use Cases

  • Read documents to extract titles and content.
  • Write or append to a document to update it with new information.
  • Create and organize Docx blocks, including handling tables, images, and text in Feishu Docs for collaboration.

Quick Start

Read a Feishu document by its doc token to retrieve its 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 documents programmatically?

You can automate reading and writing Feishu documents by using structured actions to retrieve content, append new information, or create Docx blocks. This approach enforces token extraction from URLs and handles permissions to support content management workflows.

Can I append new content to an existing Feishu Docx file without manual editing?

Yes, you can append new content to an existing Feishu Docx file programmatically. The append action allows you to update documents with new information automatically, reducing repetitive manual edits for collaboration scenarios.

How do I extract the doc token from a Feishu document URL to manage its blocks?

To manage Feishu document blocks, the skill automatically enforces token extraction from the provided Feishu Docx URL. This extracted doc token is then used to authenticate and perform read, write, or list_blocks operations on the document.

Does managing Feishu docs programmatically require specific permissions like owner_open_id?

Yes, managing Feishu docs programmatically requires permission handling via owner_open_id. This ensures that automated actions like creating, writing, or organizing Docx blocks are securely authorized by the document owner.

What is the best way to organize tables, images, and text in Feishu Docs automatically?

The best way to organize tables, images, and text in Feishu Docs automatically is by creating and managing Docx blocks programmatically. This structured approach supports content management and collaboration scenarios without manual formatting.