feishu-wiki

Save Markdown documents into the Feishu knowledge base via HTTP requests.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill feishu-wiki-cocyuhao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/cocyuhao/my-ai-skills-library/tree/main/feishu-wiki
Command: npx skills add https://github.com/cocyuhao/my-ai-skills-library --skill feishu-wiki-cocyuhao

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

将 Markdown 文档保存到飞书知识库并查看目录结构、选择保存位置、以及读取飞书多维表格数据,提升团队的文档管理与协作效率。

Core Features & Use Cases

  • 查看知识库目录结构并选择保存位置
  • 将 Markdown 文档保存到指定的草稿箱或指定节点
  • 读取飞书多维表格数据进行查看和分析

Quick Start

直接运行 save_to_wiki 脚本以将一个 Markdown 文档保存到飞书知识库。

Frequently Asked Questions about feishu-wiki

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

FAQPage Schema
How do I sync Markdown to Feishu wiki automatically?

To sync Markdown to Feishu wiki, this Skill automates saving and organizing documents into the knowledge base. You run the save_to_wiki script to publish Markdown files directly to a specified wiki node or draft box.

Can I read Feishu Bitable data using HTTP requests?

Yes, you can read Feishu Bitable data for viewing and analysis. The Skill interacts with Feishu wiki and Bitable APIs via standard HTTP requests using the requests library to retrieve your multidimensional table content.

How do I select a specific node when saving Markdown to a Feishu knowledge base?

You can select a specific node by viewing the Feishu wiki directory structure first. The Skill allows you to browse the knowledge base hierarchy and choose an exact save location or draft box for your Markdown documents.

Do I need the requests library to manage Feishu wiki docs?

Yes, you need the requests library to manage Feishu wiki docs. The Skill relies on standard HTTP requests through this dependency to interact with Feishu APIs for publishing and retrieving content.

What is the best way to organize Markdown documents in Feishu?

The best way to organize Markdown documents in Feishu is by automating the publishing workflow. This Skill indexes wiki content, lets you browse directory structures to select save locations, and syncs Markdown files directly to the knowledge base.

Why does my Markdown document save to the Feishu wiki draft box?

Markdown documents save to the Feishu wiki draft box when a specific published node is not selected. You can choose to save files directly to a designated draft box or target a specific node within your wiki structure.