feishu-doc

Automate reading, writing, and managing Feishu Docx documents.

Updated Dec 6, 2016
One-click install
npx skills add https://github.com/majunbao/learn --skill feishu-doc-majunbao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/majunbao/learn/tree/main/openclaw_tags/openclaw-2026.3.2/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/majunbao/learn --skill feishu-doc-majunbao

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents often require manual steps to read, write, or restructure content. This skill provides programmatic access to Feishu Docx documents, enabling automated interactions without switching UI.

Core Features & Use Cases

  • Read documents and extract titles, plain text, and block data from Feishu Docx links.
  • Write or replace entire documents, append content, create new documents, and manage blocks and tables.
  • Upload images and files into Docx content and extract structured blocks for downstream processing.

Quick Start

Provide a Feishu doc URL or token and request a read to fetch the document content.

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 extract content from a Feishu document programmatically?

To read Feishu documents programmatically, provide a document URL or token to extract titles, plain text, and structured block data. This automated extraction fetches Docx content directly without manual UI interaction.

Can I create and write to Feishu Docx files without using the interface?

Yes, you can write to Feishu Docx files without the UI by automating block and table operations. This programmatic approach supports creating new documents, appending content, and replacing entire document structures.

How do I extract a document token from a Feishu doc URL for API automation?

Extracting a document token from a Feishu doc URL is handled automatically by the skill during read operations. You simply provide the full URL, and the system parses it to retrieve the necessary token for workflow automation.

Does this approach support uploading images and files into Feishu Docx blocks?

Yes, this approach supports uploading images and files directly into Feishu Docx blocks. You can embed media content into documents and extract structured block data for downstream processing during automated workflows.

What is the best way to manage tables within a Feishu document workflow?

The best way to manage tables in a Feishu document workflow is through programmatic block and table operations. This enables automated reading, editing, and reorganizing of table structures directly within Docx files.