feishu-doc

Read, write, and manipulate Feishu document content and structure.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of Feishu documents by providing tools to read, write, append, and manipulate document content, including tables and images, directly through an AI interface.

Core Features & Use Cases

  • Document Operations: Perform read, write, append, create, and delete operations on Feishu documents.
  • Structured Content Handling: Create, update, and delete table blocks, upload images, and manage file attachments within documents.
  • Use Case: Automatically generate a daily report in a Feishu document, including a table of key metrics, by fetching data and writing it to a specified document.

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 programmatically read and write content in Feishu documents?

You can programmatically read and write Feishu documents by triggering specific actions like 'read', 'write', and 'append' to manipulate text directly within the document structure.

Can I manage tables and upload images to Feishu Docs through an AI interface?

Yes, you can manage tables and upload images to Feishu Docs using actions like 'create_table', 'write_table_cells', and 'upload_image' to handle structured content and attachments.

What is the best way to automate daily report generation in a Feishu document?

Automating daily report generation in a Feishu document involves fetching your key metrics and using the 'create_table_with_values' action to write the structured data directly into the target document.

How do I update or delete specific content blocks in a Feishu document?

To update or delete specific content blocks in a Feishu document, you use the 'list_blocks' action to identify the target blocks, followed by 'update_block' or 'delete_block' to modify the structure.

Does this Feishu document management approach support file attachments?

Yes, this approach supports file attachments by utilizing the 'upload_file' action, allowing you to programmatically attach files alongside text, tables, and images within your Feishu documents.