feishu-doc

Manage Feishu documents by reading, writing, and structuring tables and blocks.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill feishu-doc-storyclaw-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-doc
Source: https://github.com/storyclaw-official/storyclaw-assistant/tree/main/extensions/feishu/skills/feishu-doc
Command: npx skills add https://github.com/storyclaw-official/storyclaw-assistant --skill feishu-doc-storyclaw-official

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the creation, reading, writing, and manipulation of Feishu documents, eliminating the need for manual copy-pasting and complex formatting.

Core Features & Use Cases

  • Read & Write Documents: Easily retrieve document content or update entire documents with new Markdown.
  • Structured Data Handling: Create, update, and delete tables within Feishu documents.
  • Media Integration: Upload images and files directly into your documents.
  • Use Case: Automatically generate a daily status report in a Feishu document, including a table summarizing key metrics, by fetching data from another source.

Quick Start

Use the feishu-doc skill to create a new document titled 'Project Kickoff Meeting Notes'.

Frequently Asked Questions about feishu-doc

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

FAQPage Schema
How do I create a Feishu document and write Markdown content to it?

To create a Feishu document, specify the title and owner. You can then write or update the entire document content using Markdown, replacing manual copy-pasting and complex formatting.

Can I manage tables within a Feishu document programmatically?

Yes, you can perform structured data handling on Feishu documents. This includes creating, updating, and deleting tables within documents through the document API.

How do I upload images and files into Feishu notes?

You can upload images and files directly into your Feishu document. The skill supports uploading media from specified URLs or local paths for seamless integration.

What is the best way to automate daily status report generation in Feishu?

Automate daily status reports by fetching data from external sources and using this skill to generate a Feishu document, appending Markdown text and inserting a table to summarize key metrics.

Does the Feishu document API support appending content to existing notes?

Yes, the Feishu document API supports appending content. You can read existing document content and append new Markdown text or structured blocks to an active document.

How do I retrieve and read content from a Feishu document?

You can retrieve document content by reading the document through the API. This allows you to easily extract existing Feishu document content for processing or analysis.