feishu-doc

Read, write, append, and create Feishu Docx documents and blocks.

2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/AG064/argentum --skill feishu-doc-ag064
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/AG064/argentum/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/AG064/argentum --skill feishu-doc-ag064

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document management and Docx handling can be time-consuming when switching between Feishu docs, cloud docs, or Docx links. This Skill provides a unified interface to read, write, append, and create Feishu documents and Docx blocks.

Core Features & Use Cases

  • Read Document
  • Write Document (Replace All)
  • Append Content
  • Create Document
  • List Blocks
  • Get Single Block
  • Update Block Text
  • Delete Block
  • Create Table (Docx Table Block)
  • Write Table Cells
  • Create Table With Values
  • Upload Image to Docx
  • Upload File Attachment to Docx
  • Token Extraction (within Docx URLs)

Quick Start

Use feishu-doc to read, modify, or create Feishu Docx content from URLs or tokens.

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 Docx link?

To read Feishu Docx content, extract the document token from the URL or link, then use the read action to retrieve document blocks and extract text, titles, and tables directly from the specified Feishu document.

Can I create a new Feishu document and add tables programmatically?

Yes, you can create a new Feishu document and programmatically add tables by using the create document action, followed by the create table or create table with values actions to populate table blocks with structured data.

What is the best way to update text and append content to existing Feishu docs?

The best way to update Feishu docs is using the replace all action to overwrite existing text, or the append content action to add new blocks, ensuring safe and permission-aware document updates without altering unaffected blocks.

Does this approach support uploading images and file attachments to Docx blocks?

Yes, this approach supports uploading images and file attachments to Docx blocks by utilizing the specific upload image and upload file actions, embedding media directly into the Feishu document structure.

How do I manage individual blocks within a Feishu cloud document?

You manage individual blocks within a Feishu cloud document by using the list blocks action to enumerate structure, get block to inspect specific content, update block text to modify, and delete block to remove unwanted elements.