Help us improve
Share bugs, ideas, or general feedback.
From feishu
Look up Feishu (Lark) Open Platform developer documentation. Use when the user asks about Feishu/Lark APIs, bot development, web apps, docs add-ons, base extensions, cards, authentication, or any Feishu integration topic.
npx claudepluginhub haojunyu/claude-plugins --plugin feishuHow this skill is triggered — by the user, by Claude, or both
Slash command
/feishu:feishu-docsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Read Feishu developer documentation directly from the terminal via `feishu-doc` CLI.
Guides Feishu bot development in zero-code (automation workflows), full-code (open platform APIs), and AI MCP Server modes. Covers SDKs, message card builder, opdev CLI, triggers, and best practices.
Automates creating blank documents in Feishu/Lark workspaces via browser automation. Navigates drive UI, authenticates, inputs title/content using agent-browser Bash commands.
Share bugs, ideas, or general feedback.
Read Feishu developer documentation directly from the terminal via feishu-doc CLI.
Install once (requires Node.js >= 18):
npm install -g feishu-doc-cli
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.
Start with search to find relevant documents:
feishu-doc search "知识库"
Read a document using the path from search results:
feishu-doc read "/ukTMukTMukTM/uUDN04SN0QjL1QDN/wiki-overview"
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"
Browse by category if you need to explore an area:
feishu-doc tree "/uAjLw4CM/ukTMukTMukTM" --depth 2 # Server APIs
| Category | Tree path |
|---|---|
| Developer Guides | /uAjLw4CM/ukzMukzMukzM |
| Developer Tutorials | /uAjLw4CM/uMzNwEjLzcDMx4yM3ATM |
| Server API | /uAjLw4CM/ukTMukTMukTM |
| Client API | /uAjLw4CM/uYjL24iN |
| MCP | /mcp_open_tools |