feishu-update-doc

Update Feishu cloud documents with seven modes and two positioning strategies.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-update-doc-datingli
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: feishu-update-doc
Source: https://github.com/DaTingLi/heimaclaw/tree/main/reference/openclaw-lark-main/skills/feishu-update-doc
Command: npx skills add https://github.com/DaTingLi/heimaclaw --skill feishu-update-doc-datingli

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Feishu云文档更新任务通常需要重复性、易错的手动操作。本 Skill 提供一个自助工具来自动化文档的增补、替换、定位及删除等更新。

Core Features & Use Cases

  • 支持 7 种更新模式:追加、覆盖、定位替换、全文替换、前/后插入、删除,覆盖常见的文档维护场景。
  • 提供两种定位方式:selection_with_ellipsis 和 selection_by_title,帮助精确定位需要修改的文本区块。
  • 适用于维护企业文档、产品文档、知识库等,确保更新的一致性与可审计性。

Quick Start

直接给定文档标识、更新模式和要修改的内容,即可完成一次文档更新。

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 programmatically?▼

To automate Feishu document updates programmatically, you can use a mode-based operation tool that applies markdown content to cloud documents via operations like append, overwrite, and replace.

What are the available modes for modifying Feishu cloud documents?▼

Available modes for modifying Feishu cloud documents include append, overwrite, replace_range, replace_all, insert_before, insert_after, and delete_range, covering common document maintenance scenarios.

How can I locate a specific text block to replace in a Feishu doc?▼

To locate a specific text block for replacement in a Feishu doc, use positioning strategies like selection_with_ellipsis or selection_by_title to target content precisely before applying updates.

Can I use markdown to update content in Feishu cloud documents?▼

Yes, you can use markdown to update content in Feishu cloud documents. The system accepts a markdown payload to apply changes, ensuring safe, markdown-compatible updates while handling attachments properly.

What is the best way to delete a specific range of content in a Feishu document?▼

The best way to delete a specific content range in a Feishu document is using the delete_range mode combined with selection_with_ellipsis or selection_by_title positioning strategies to target the exact text block.

Does automating Feishu doc updates work for maintaining enterprise knowledge bases?▼

Yes, automating Feishu doc updates works for maintaining enterprise knowledge bases and product documentation by ensuring consistent, programmable updates for repetitive content management tasks without manual errors.