feishu-doc

Create, read, edit, and analyze Feishu documents and comments via CLI.

23|3|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-doc-midnightv1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/MidnightV1/Claude-Code-Feishu/tree/main/.claude/skills/feishu-doc
Command: npx skills add https://github.com/MidnightV1/Claude-Code-Feishu --skill feishu-doc-midnightv1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pyyaml, and includes scripts (resource) components.

What problem does it solve?

This Skill centralizes Feishu document collaboration by providing CLI-driven create, read, edit, share, and comment-analysis capabilities so users and bots can operate on documents without manual navigation across drives, links, and comment threads.

Core Features & Use Cases

  • Create new Feishu docx files in a configured folder and optionally set initial content or transfer ownership.
  • Read, append, replace entire documents or specific sections by heading, and list or search files across shared folders.
  • List comment threads, reply to comments, and assemble structured JSON context that anchors quotes to document text for automated comment analysis and action item extraction.
  • Use case: generate meeting notes, append decisions, run comment analysis to summarize unresolved annotations, and then transfer or share the final document to stakeholders.

Quick Start

Ask the skill to create a document titled Meeting Summary, append the meeting notes, and analyze unresolved comments to produce action items.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I automate Feishu document creation and content editing via CLI?

You can automate Feishu document operations by using CLI commands to create new docx files, append text, or replace specific sections by heading. This enables programmatic document generation and editing without manual navigation across the Feishu drive.

Can I extract and analyze comments from Feishu documents programmatically?

Yes, you can list comment threads and assemble structured JSON context that anchors quotes to document text. This allows for automated comment analysis and action item extraction directly from Feishu documents to resolve unresolved annotations.

What is the best way to manage shared folders and transfer document ownership in Feishu?

The best way to manage shared folders is using CLI-driven operations to list, search, and configure shared folders. You can also programmatically transfer or share document ownership to stakeholders to streamline collaboration workflows.

Does Feishu document automation support replacing specific sections by heading?

Yes, Feishu document automation supports reading, appending, and replacing entire documents or specific sections identified by heading. This allows precise content updates within existing Feishu docx files without manual editing.

Do I need API configurations to use CLI for Feishu document collaboration?

Yes, you need to configure shared folders and domain settings to use the Feishu APIs for CLI-driven automation. This setup satisfies the requirements for programmatic document operations, comment anchoring, and context extraction.