Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
m1heng avatar

Feishu Docs

  • 1 installs
  • 4 repo stars
  • Updated March 20, 2026
  • m1heng/claude-plugin-feishu

Looks up Feishu (Lark) Open Platform developer documentation from the terminal via the feishu-doc CLI.

About

Searches, reads, and browses Feishu/Lark Open Platform docs as Markdown using the feishu-doc-cli tool. A developer uses it when building Feishu bots, web apps, cards, or any Feishu API integration.

  • feishu-doc search/read/tree commands, --lang en supported
  • Covers server API, client API, bot, and MCP doc categories

Feishu Docs by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,356 of 1,879 Documentation skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/m1heng/claude-plugin-feishu --skill feishu-docs

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars4
Last updatedMarch 20, 2026
Repositorym1heng/claude-plugin-feishu

What it does

Looks up Feishu (Lark) Open Platform developer documentation from the terminal via the feishu-doc CLI.

Files

SKILL.mdMarkdownGitHub ↗

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-cli

Commands

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 subtree

Add --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 APIs

Top-level doc categories

CategoryTree path
Developer Guides/uAjLw4CM/ukzMukzMukzM
Developer Tutorials/uAjLw4CM/uMzNwEjLzcDMx4yM3ATM
Server API/uAjLw4CM/ukTMukTMukTM
Client API/uAjLw4CM/uYjL24iN
MCP/mcp_open_tools

Related skills

Documentationintegrationsdocs

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.