feishu-doc

Read, write, append, and create Feishu Docx documents with structured actions.

8|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-doc-sensetime-fvg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/SenseTime-FVG/sensenova-claw/tree/main/.sensenova-claw/skills/feishu-doc
Command: npx skills add https://github.com/SenseTime-FVG/sensenova-claw --skill feishu-doc-sensetime-fvg

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Feishu documents and Docx links often require manual, repetitive work to read, update, and organize content across multiple blocks and formats. This Skill provides a unified toolset to perform read, write, append, and create actions on Feishu docs and cloud docs, streamlining document management.

Core Features & Use Cases

  • Read: fetch titles, plain text, and block statistics from Feishu Docx documents.
  • Write/Replace: replace entire documents or specific blocks with Markdown content, including images uploaded from URLs.
  • Append: add content to the end of documents or specific blocks.
  • Create & List: create new documents and list blocks for structured edits.
  • Use Case: you want to consolidate scattered notes from Feishu docs into a single document and add new sections programmatically.

Quick Start

Use the feishu-doc skill to read a document or append content to a Feishu doc with a single intuitive command.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I read Feishu document content programmatically?

You can read Feishu document content by using the read action to fetch titles, plain text, and block statistics from Feishu Docx links. This extracts structured text data for workflow automation.

Can I append Markdown content to a Feishu doc?

Yes, you can append Markdown content to a Feishu doc. The append action adds Markdown content to the end of documents or specific blocks, allowing you to programmatically add new sections to existing cloud docs.

How do I replace specific blocks in a Feishu Docx document?

You replace specific blocks in a Feishu Docx document using the write action. This replaces entire documents or specific blocks with Markdown content, including support for images uploaded from URLs.

Does the Feishu doc skill support creating new cloud documents?

Yes, the Feishu doc skill supports creating new cloud documents. The create action generates new Feishu docs, and the list_blocks action lists document blocks to enable structured edits.

What is the best way to consolidate scattered notes from multiple Feishu docs?

The best way to consolidate scattered notes from Feishu docs is using the read and append actions. Read extracts content from multiple source documents, and append adds those sections into a single target Feishu document.

Are there limitations when replacing entire Feishu documents with Markdown?

When replacing entire Feishu documents with Markdown, you must adhere to defined payload formats for safe document data handling. The write action requires structured payloads to ensure correct execution and prevent data misalignment.