feishu-update-doc

Automate Feishu cloud document updates with seven modes and title or range selection.

3.2k|259|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/nexu-io/nexu --skill feishu-update-doc-nexu-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-update-doc
Source: https://github.com/nexu-io/nexu/tree/main/nexu-skills/skills/feishu-update-doc
Command: npx skills add https://github.com/nexu-io/nexu --skill feishu-update-doc-nexu-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Updating Feishu cloud documents is manual and error-prone; this skill automates updates via deterministic modes to ensure safe, repeatable edits.

Core Features & Use Cases

  • Supports seven update modes: append, overwrite, replace_range, replace_all, insert_before, insert_after, and delete_range to cover common editing tasks.
  • Provides content-location methods (selection by title or range) to target exact sections without disturbing surrounding content.
  • Useful for routine doc maintenance, batch updates, and version-controlled documentation workflows.

Quick Start

Append a new update note to the Feishu document's target section.

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 cloud document updates safely?

Automate Feishu cloud document updates using deterministic edit modes like append, overwrite, and replace_range to ensure safe, repeatable edits without manual intervention.

What is the best way to replace specific content in a Feishu doc?

To replace specific content in a Feishu doc, use content-location strategies like selection by title or range to target exact sections for replace_range or replace_all updates without disturbing surrounding content.

Can I append text to a specific section of a Feishu document?

Yes, you can append text to a specific section by using the append update mode combined with title-based selection to pinpoint the target location within the Feishu document.

Does this automation support deleting a range of content in Feishu docs?

Yes, Feishu doc automation supports the delete_range mode, allowing you to precisely remove targeted content blocks or sections defined by range selection strategies.

What are the limitations of automating Feishu document edits?

Feishu document edit automation requires enforcing defined frontmatter metadata and plugin requirements, returning structured errors if constraints are unmet or if content-location selections fail to match.