feishu-doc

Manage Feishu documents via the Docx API for reading, writing, and tables.

3|1|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/gensparx/GenSparx --skill feishu-doc-gensparx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/gensparx/GenSparx/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/gensparx/GenSparx --skill feishu-doc-gensparx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the management of Feishu documents by enabling programmatic reading, writing, and manipulation of document content, saving time on manual document operations.

Core Features & Use Cases

  • Read & Write Documents: Retrieve document content or replace entire documents with new Markdown.
  • Table Operations: Create and populate tables within Feishu documents.
  • Use Case: Automatically generate a daily report document in Feishu, populate it with key metrics, and append updates throughout the day.

Quick Start

Use the feishu-doc skill to read the content of the Feishu document with token ABC123def.

Frequently Asked Questions about feishu-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate writing and updating Feishu documents via API?

You can automate Feishu document management by using the Docx API to read, write, append content, and create tables programmatically. This Skill replaces manual editing with direct content manipulation and image uploads.

Can I replace an entire Feishu document with new Markdown content?

Yes, you can replace an entire Feishu document with new Markdown. The Skill maps Markdown formatting to Feishu's Docx API, allowing full document overwrites and targeted block updates.

How do I create and populate tables in Feishu documents programmatically?

To create and populate tables in Feishu documents, you use the Skill's table operations feature. It interfaces with the Docx API to generate table structures and insert data directly into specified document blocks.

Does the Feishu Docx API support appending content to existing document blocks?

Yes, the Feishu Docx API supports appending content to existing documents. The Skill enables you to target specific document blocks to add text, images, and tables without altering the original structure.

What is the best way to generate automated daily reports in Feishu?

The best way to generate automated daily reports in Feishu is programmatically creating a document and appending updates throughout the day. This Skill uses the Docx API to populate metrics and tables automatically.

Are there limitations when manipulating specific document blocks in Feishu?

Manipulating specific document blocks in Feishu relies strictly on the Docx API capabilities. Operations are limited to supported block types for reading, writing, and image uploads as defined by the API structure.