feishu-doc

Read, write, append, and manage blocks in Feishu documents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, reading, writing, and manipulation of Feishu documents, eliminating manual copy-pasting and complex API interactions.

Core Features & Use Cases

  • Document Operations: Create, read, write, and append content to Feishu documents.
  • Structured Content Handling: Manage tables, images, and other block types within documents.
  • Use Case: Automatically generate a project status report by appending new updates to an existing Feishu document, or extract key information from a shared document for further processing.

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 automate reading and writing content to Feishu documents?

To automate reading and writing Feishu documents, you use programmatic API interactions for block-level operations, enabling structured content management like appending updates without manual copy-pasting.

Can I extract a document token from a Feishu URL automatically?

Yes, extracting a document token directly from a Feishu URL is supported. This allows you to programmatically target specific shared documents to read key information or perform append operations.

Do I need specific API permissions to manage Feishu document tables and images?

Yes, specific Feishu API permissions for document and drive access are required to manage structured content like tables and images. This authorizes secure block-level manipulation within the documents.

What is the best way to append new updates to an existing Feishu document?

The best way to append updates to a Feishu document is through programmatic block-level operations. This appends new structured content directly to the existing document, streamlining automated report generation.

How do I create a new Feishu document with specific ownership settings?

You can create a new Feishu document with designated ownership by using document creation features. This allows automated generation of project status reports while defining the owner during the API interaction.

Does this approach support structured content management for Feishu tables?

Yes, this approach supports structured content management for Feishu tables. It handles block-level operations within documents, allowing you to programmatically read, write, and append table data.