feishu-update-doc

Update Feishu cloud documents with append, overwrite, replace, insert, and delete modes.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/MisLink/agentry --skill feishu-update-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-update-doc
Source: https://github.com/MisLink/agentry/tree/main/agents/.agents/skills/feishu-update-doc
Command: npx skills add https://github.com/MisLink/agentry --skill feishu-update-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Editing Feishu cloud documents is cumbersome, especially when precise changes, insertions, or deletions are needed without overwriting the entire file.

Core Features & Use Cases

  • Supports seven update modes: append, overwrite, replace_range, replace_all, insert_before, insert_after, and delete_range.
  • Offers two selection methods—ellipsis‑based range matching and title‑based section targeting—for accurate positioning.
  • Allows optional document title updates, async processing for large documents, and returns detailed success, warning, or error information.

Quick Start

Use the feishu‑update‑doc skill to append a new “Release Notes” section to document ID 12345.

Frequently Asked Questions about feishu-update-doc

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

FAQPage Schema
How do I update a Feishu cloud document without overwriting the entire file?

You can update a Feishu cloud document without a full overwrite by using replace_range, replace_all, insert_before, insert_after, or append modes. These options target specific document sections for precise content modifications.

How do I insert content at a specific section in a Feishu doc?

You can insert content into a specific Feishu doc section using title-based section targeting to select the area. This enables the insert_before or insert_after modes to place new text precisely at the desired location.

Can I append text to a Feishu cloud document asynchronously?

Yes, you can append text to a Feishu cloud document asynchronously. The skill supports async processing specifically for large documents, ensuring your append operations complete without timing out.

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

The best way to delete text in a Feishu document is using the delete_range mode. You select the exact target text using either ellipsis-based range matching or title-based section targeting before removing it.

Does editing Feishu docs support changing the document title?

Yes, editing Feishu docs supports changing the document title. Alongside modifying content sections, the skill provides an optional parameter to update the title of your cloud document directly during the edit.