Feishu knowledge-base navigation workflows. Activate when the user mentions a knowledge base, wiki, or wiki link.
复制下面这句话,粘贴给 Claude Code、Codex、Cursor 等 AI 编程工具,它会读取安装说明并在你确认后完成安装。
请阅读 https://ai.atlankj.com/install/asset/gh-feishu-wiki-11d4fb90727b ,按照其中的说明把「feishu-wiki」安装到你(当前 AI 工具)中。执行前先告诉我将运行的命令和写入的位置,等我确认。
查看 AI 将读取的安装说明正在读取 GitHub 原文…
内容来自 GitHub 原始文件,由原作者维护。在 GitHub 查看
Use the single feishu_wiki tool and its current action schema.
From https://example.feishu.cn/wiki/ABC123def, use ABC123def as token. Treat every space_id as an opaque quoted string, even when it contains only digits.
spaces to enumerate accessible knowledge spaces and nodes for a space or parent node.page_token while has_more is true, keeping the same space and parent.search when the user provides a query but not an exact node.get to resolve a wiki token to its node_token, obj_token, and obj_type.Wiki creation supports only docx, sheet, and bitable; docx is the default. Resolve an exact space and parent before create, move, or rename operations, and confirm ambiguous or destructive reorganizations.
Wiki navigation is independent of the document tool. When get returns a docx object, use its obj_token as doc_token with feishu_doc to read or edit the page. Other object types require a currently available tool that supports that type; do not treat them as documents.