
Feishu Docs
- 158 installs
- 6 repo stars
- Updated February 24, 2026
- m1heng/feishu-doc-cli
Create, sync, and manage Feishu cloud documents from the terminal for automation pipelines, agent workflows, and team knowledge bases.
About
CLI-oriented skill for Feishu Docs: enables developers and agents to read, write, and synchronize Feishu documents from the terminal, bridging local tooling with Feishu knowledge bases for repeatable doc updates and integration-heavy workflows.
- Terminal-driven Feishu docs
- Sync and publish flows
- Agent-friendly automation
- Structured doc operations
- Knowledge base integration
Feishu Docs by the numbers
- 158 all-time installs (skills.sh)
- Ranked #216 of 550 CLI & Terminal skills by installs in the Skillselion catalog
- Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/m1heng/feishu-doc-cli --skill feishu-docsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 158 |
|---|---|
| repo stars | ★ 6 |
| Last updated | February 24, 2026 |
| Repository | m1heng/feishu-doc-cli ↗ |
What it does
Create, sync, and manage Feishu cloud documents from the terminal for automation pipelines, agent workflows, and team knowledge bases.
Files
Feishu Open Platform Docs
Read Feishu developer documentation directly from the terminal via feishu-doc CLI.
Prerequisites
Install once (requires Node.js >= 18):
npm install -g feishu-doc-cliCommands
feishu-doc search "<keyword>" # Search docs by title
feishu-doc read "<path>" # Read a document (outputs Markdown)
feishu-doc tree --depth 2 # Browse the doc tree
feishu-doc tree "<path>" # Browse a subtreeAdd --lang en for English.
Workflow
1. Start with `search` to find relevant documents:
feishu-doc search "知识库"2. Read a document using the path from search results:
feishu-doc read "/ukTMukTMukTM/uUDN04SN0QjL1QDN/wiki-overview"3. Follow links — document content contains links in various formats. Copy any link href and pass it directly to read:
# All these formats work — just copy the href as-is:
feishu-doc read "/ssl:ttdoc/ukTMukTMukTM/uUDN04SN0QjL1QDN/wiki-v2/space/list"
feishu-doc read "https://open.feishu.cn/document/client-docs/intro"
feishu-doc read "https://open.larkoffice.com/document/client-docs/bot-v3/bot-overview"4. Browse by category if you need to explore an area:
feishu-doc tree "/uAjLw4CM/ukTMukTMukTM" --depth 2 # Server APIsTop-level doc categories
| Category | Tree path |
|---|---|
| Developer Guides | /uAjLw4CM/ukzMukzMukzM |
| Developer Tutorials | /uAjLw4CM/uMzNwEjLzcDMx4yM3ATM |
| Server API | /uAjLw4CM/ukTMukTMukTM |
| Client API | /uAjLw4CM/uYjL24iN |
| MCP | /mcp_open_tools |