feishu__update_doc

Update Feishu cloud documents via seven configurable modes.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-update-doc-qiue-g
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu__update_doc
Source: https://github.com/Qiue-G/Claw-X/tree/main/.openclaw/extensions/feishu-openclaw-plugin/skills/feishu-update-doc
Command: npx skills add https://github.com/Qiue-G/Claw-X --skill feishu-update-doc-qiue-g

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

提升在 Feishu 云文档中的编辑效率,减少重复手动修改和版本冲突。

Core Features & Use Cases

  • 支持 7 种更新模式:append、overwrite、replace_range、replace_all、insert_before、insert_after、delete_range。
  • 提供两种定位方式:基于标题定位整个章节,或基于文本范围进行精确替换,便于协作和回溯。
  • 典型用例:快速添加、替换或删除文档内容,同时尽量保留图片、评论等媒体。

Quick Start

Provide a sample update request to Feishu such as updating a document by selecting a target file, choosing a mode (e.g., append or replace_range), and supplying the markdown content to apply.

Frequently Asked Questions about feishu__update_doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Feishu document updates without losing existing media and comments?

To update Feishu docs without losing media, use precise multi-mode edits like append or replace_range, which apply targeted markdown content changes while preserving media and comments. This approach localizes modifications by title or content range to avoid unintended data loss.

Can I replace a specific text section in a Feishu cloud document using markdown?

Yes, you can replace a specific text section in a Feishu cloud document using the replace_range or replace_all update modes with markdown input. These modes enable precise content localization by selecting specific text ranges for accurate replacement and tracking.

What is the best way to append content to an existing Feishu cloud document?

The best way to append content to a Feishu cloud document is using the append update mode. This mode adds new markdown content to the end of the document while preserving the existing structure, media, and comments.

Does Feishu document editing support inserting content before or after a specific title?

Yes, Feishu document editing supports inserting content before or after a specific title using the insert_before and insert_after update modes. These modes use title-based localization to accurately position new markdown content within the document structure.

What are the limitations when overwriting a Feishu document section?

When overwriting a Feishu document section, limitations include the risk of unintended data loss if content localization is not precise. The overwrite mode replaces the entire document or selected section, so input validation and careful title or range selection are enforced to prevent accidental deletion.