feishu-doc

Read, write, and manage Feishu document blocks with doc_token access.

1.0k|59|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill feishu-doc-safeai-lab-x
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/SafeAI-Lab-X/ClawKeeper/tree/main/legacy/clawkeeper-watcher/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/SafeAI-Lab-X/ClawKeeper --skill feishu-doc-safeai-lab-x

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu document read/write operations enable automated handling of Feishu docs, cloud docs, and docx linked content.

Core Features & Use Cases

  • Read and write Feishu documents, including table blocks, text, and media, with token-based access.
  • Create, append, and update blocks, and upload images and files to Feishu Docx attachments.
  • Use case: manage team docs in Feishu across projects with automated scripts.

Quick Start

Activate the feishu-doc skill by instructing your agent to read or write a Feishu document using a provided doc_token.

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 Feishu docs?

Feishu document automation uses a doc_token to read, write, and manage content blocks. You can create, append, and update text or tables, and upload images and files directly to Feishu Docx attachments.

Can I upload images and files to Feishu Docx attachments with an automated script?

Yes, you can upload images and files to Feishu Docx attachments. The skill supports upload_image and upload_file actions, allowing automated scripts to manage media within Feishu documents.

What is a doc_token and block_id used for when managing Feishu documents?

A doc_token identifies the specific Feishu document, while a block_id targets individual content elements within it. These keys are used to read, update, and manage specific blocks like text, tables, and attachments.

Does the Feishu doc skill support updating table blocks in existing documents?

Yes, the skill supports updating table blocks in existing Feishu documents. You can use the update_block action with the correct doc_token and block_id to modify tables and text content.

How do I handle owner_open_id safely when writing to Feishu docs?

To handle owner_open_id safely when writing to Feishu docs, the skill ensures safe handling of file uploads and owner data during automated operations. This secures document management across team projects.

What's the best way to list and retrieve specific content blocks from a Feishu document?

The best way to retrieve content blocks is using the list_blocks and get_block actions. By providing the doc_token, you can list all blocks in a Feishu document and get specific blocks by their block_id.