feishu-wiki

Publish Markdown notes to Feishu wiki and read Bitable records.

333|83|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/SpaceZephyr/myskill --skill feishu-wiki-spacezephyr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/SpaceZephyr/myskill/tree/main/feishu-wiki
Command: npx skills add https://github.com/SpaceZephyr/myskill --skill feishu-wiki-spacezephyr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the manual work of publishing Markdown notes into Feishu Knowledge Base and reading structured data from Feishu Bitable, so content and records stay centralized.

Core Features & Use Cases

  • Knowledge Base Navigation: Inspect wiki directory trees to find the right parent node before saving.
  • Document Publishing: Create new wiki pages, convert Markdown into Feishu doc blocks, and save articles or Obsidian notes into the correct location.
  • Table Data Retrieval: Read Bitable tables, fields, views, and records for reporting or review workflows.
  • Use Case: A user can ask to save an edited note to Feishu or inspect a table of job records without leaving the conversation.

Quick Start

Ask the assistant to save your Markdown note to Feishu Knowledge Base or list the current wiki directory so you can choose a destination.

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 notes to Feishu wiki automatically?

To sync Markdown notes to Feishu wiki, this Skill converts Markdown content into Feishu doc blocks and saves them to a specified wiki node. It automates publishing by looking up the correct parent node in the wiki directory tree before creating the new page.

Can I read Bitable records from Feishu for reporting workflows?

Yes, you can read Bitable records from Feishu for reporting workflows. The Skill retrieves structured table data by accessing Bitable tables, fields, views, and records through the API without manual export.

What do I need to access Feishu wiki nodes and Bitable data via API?

You need tenant access authentication to interact with Feishu wiki nodes and Bitable data via API. This authentication allows the scripts to perform wiki directory inspection, document publishing, and table data retrieval securely.

Does this tool convert Obsidian notes into Feishu knowledge base pages?

Yes, the tool converts Obsidian notes into Feishu knowledge base pages. It takes Markdown-formatted notes, transforms them into native Feishu doc blocks, and publishes them directly into the correct wiki location.

How do I find the right parent node before saving a document to Feishu wiki?

To find the right parent node before saving a document, you can inspect the wiki directory tree. The Skill provides wiki directory navigation to list current nodes, allowing you to choose the exact destination for your article.

What are the limitations of syncing documents to a Feishu knowledge base?

A limitation of syncing documents to a Feishu knowledge base is that the Skill relies on the `requests` library for API handling and requires valid tenant access credentials, meaning network connectivity and proper authentication setup are mandatory for successful synchronization.