feishu-wiki

Save Markdown documents to Feishu wiki and read bitable tables via Python scripts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a toolchain to view and manage a Feishu Knowledge wiki, save Markdown notes into the wiki, and read multi-dimensional tables from Feishu, enabling syncing Obsidian/Markdown notes with Feishu knowledge bases.

Core Features & Use Cases

  • View and navigate the Feishu wiki directory structure via a Python script (scripts/list_wiki.py).
  • Save Markdown documents to Feishu wiki with optional parent nodes using scripts/save_to_wiki.py.
  • Read and display data from Feishu bitable tables using scripts/read_bitable.py.

Quick Start

To view the wiki structure: run python scripts/list_wiki.py To save a document: python scripts/save_to_wiki.py --file /path/to/document.md To read a table: python scripts/read_bitable.py --url "https://my.feishu.cn/wiki/xxx?table=yyy&view=zzz"

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?

Sync Markdown documents to Feishu Wiki by running `python scripts/save_to_wiki.py --file /path/to/document.md`. The script converts and uploads your Markdown files directly to the wiki, enabling seamless integration with Obsidian or local note systems.

Can I automate saving Obsidian notes to a Feishu knowledge base?

Yes. Export Markdown from Obsidian and use the save_to_wiki.py script to automatically push documents into Feishu Knowledge. You can specify parent nodes to organize notes within your existing wiki structure.

How do I read and retrieve data from Feishu bitable tables?

Read Feishu bitable tables by running `python scripts/read_bitable.py --url "https://my.feishu.cn/wiki/xxx?table=yyy&view=zzz"`. The script retrieves and displays multi-dimensional table data for downstream analysis or export.

What do I need to set up before syncing documents to Feishu?

You need a Feishu API token for authentication. Install the requests library dependency, prepare your Markdown files, and identify the target wiki location or parent node in Feishu where documents will be saved.

Does this work with document-management workflows beyond wiki storage?

This Skill focuses on wiki synchronization and table retrieval within Feishu. For broader document-management or workflow automation beyond Feishu's platform, you may need complementary tools in your tech stack.

Can I view my entire Feishu wiki structure before saving documents?

Yes. Run `python scripts/list_wiki.py` to view and navigate your complete Feishu wiki directory structure, helping you identify target locations and parent nodes before syncing documents.