feishu-doc

Read and write Feishu documents with block-level management.

Updated Mar 10, 2026
One-click install
npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill feishu-doc-jiayuemeng128
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/JiayueMeng128/OpenClaw2Androidtrying/tree/main/openclaw/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/JiayueMeng128/OpenClaw2Androidtrying --skill feishu-doc-jiayuemeng128

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of interacting with Feishu documents, enabling users to read, write, append, and manage document content and structure programmatically.

Core Features & Use Cases

  • Document Operations: Create, read, update, and delete Feishu documents and their blocks.
  • Structured Content Handling: Supports creating and manipulating tables, uploading images, and attaching files within documents.
  • Use Case: Automatically generate a project status report in a Feishu document by appending new updates and creating a summary table.

Quick Start

Use the feishu-doc skill to read the 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 create and update content in Feishu documents?

To manage Feishu documents programmatically, you can perform read and write operations to create documents, modify content, and handle block-level management for structured data. This requires specific Feishu API permissions for document and drive access.

Can I append structured data like tables to a Feishu document via API?

Yes, you can append structured data to a Feishu document by creating and manipulating tables. The Skill supports block-level management, allowing you to programmatically add tables and upload files within your existing documents.

What Feishu API permissions are needed for document management operations?

Feishu API permissions for document and drive access are required for document management operations. You need these specific permissions enabled to programmatically perform read, write, and block-level modifications on your Feishu documents.

Does Feishu document API integration support uploading images and attaching files?

Yes, Feishu document API integration supports uploading images and attaching files within documents. You can programmatically insert these elements into your documents using block-level management alongside standard text content modifications.

What is the best way to automate project status report generation in Feishu docs?

The best way to automate project status reports in Feishu docs is by using API integration to create a document, append new updates programmatically, and create a summary table. This streamlines the process of interacting with Feishu documents automatically.