feishu-doc

Manage Feishu documents, spreadsheets, and Bitable bases via Node.js SDK.

2|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/gula00/autoclaw-skills --skill feishu-doc-gula00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/gula00/autoclaw-skills/tree/main/feishu-doc-1.2.7
Command: npx skills add https://github.com/gula00/autoclaw-skills --skill feishu-doc-gula00

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @larksuiteoapi/node-sdk, and includes scripts (resource) and references (resource) and cache (resource) components.

What problem does it solve?

This Skill automates the process of reading, creating, and writing content to Feishu (Lark) documents, spreadsheets, and Bitable bases, streamlining collaboration and information management.

Core Features & Use Cases

  • Read Content: Fetch and convert content from Feishu Docs, Sheets, and Bitable into Markdown or structured data.
  • Create & Write: Create new Feishu documents and overwrite or append content using Markdown.
  • Use Case: Automatically pull meeting notes from a Feishu Doc, summarize them, and append the summary to a project status report document.

Quick Start

Use the feishu-doc skill to read the content of the Feishu document with token 'YOUR_DOC_TOKEN'.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I automate reading content from Feishu documents and Bitable bases?

To automate creating Feishu documents, this Skill initializes new Feishu Docs via the Node.js SDK and writes or appends text content formatted as Markdown directly to the specified document token.

Can I resolve a Feishu Wiki link to its underlying document token automatically?

Yes, you can resolve a Feishu Wiki link to its underlying document token automatically. This Skill resolves Wiki links to extract the specific document tokens required for reading or writing data to the target Feishu object.

Does this approach support writing Markdown content directly to Feishu Sheets?

Yes, this approach supports appending Markdown content to Feishu documents. You can overwrite or append Markdown text to an existing Feishu document token, which is useful for automatically updating project status reports or meeting notes.

What is the best way to integrate Feishu docx and sheet data into an automated workflow?

The best way to integrate Feishu docx and sheet data is using the Node.js SDK to automate fetching, creating, and updating these objects. This Skill manages various Feishu object types to streamline collaboration and information management.