feishu-doc

Read and write Feishu document blocks via the document API.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill feishu-doc-claudioceppi83
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/ClaudioCeppi83/kora-os-kernel/tree/main/engines/openclaw/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/ClaudioCeppi83/kora-os-kernel --skill feishu-doc-claudioceppi83

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies Feishu document operations, allowing users to perform read/write actions with a single command, eliminating the need for complex workflows.

Core Features & Use Cases

  • Document Read/Write: Perform read and write operations on Feishu documents.
  • Token Extraction: Automatically extract document tokens from URLs.
  • Actions: Supports actions like reading, writing, appending, creating, listing blocks, and updating/deleting blocks.
  • Use Case: Quickly access and manage Feishu documents by mentioning the relevant terms or links in a conversation.

Quick Start

Use the feishu-doc skill to read the content of a Feishu document using its URL.

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 write Feishu documents using a URL?

To manage Feishu documents, this Skill automatically extracts document tokens from URLs and executes read, write, append, create, list, update, and delete block operations through the Feishu API.

What is the best way to append new blocks to a Feishu document via API?

Appending blocks to a Feishu document is done by extracting the document token from its URL, then using the append action to write content directly via the Feishu API.

Can I update and delete specific blocks in a Feishu document programmatically?

Yes, you can update and delete specific blocks in a Feishu document by providing the document URL, which allows the system to extract the token and execute block manipulation actions through the API.

Do I need the Feishu API to manage document operations?

Yes, Feishu API access is required to perform document operations, as the Skill relies on it to extract document tokens from URLs and execute actions like reading, writing, and block manipulation.

How do I list all blocks within a Feishu document?

To list blocks within a Feishu document, you provide the document URL to extract its token, enabling the Skill to retrieve and list the document's block structure through the Feishu API.