feishu-wiki
NewFeishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
Summary
This skill integrates Feishu knowledge base navigation into Claude Code, allowing developers to search, browse, and retrieve wiki documents directly from their Feishu tenant.
- It streamlines access to internal documentation, meeting notes, and project wikis without leaving the coding environment.
Install & Usage
~/.claude.jsonAdd the configuration to "mcpServers": { "feishu-wiki": { "command": "...", "args": [] } }
/mcpUse Cases
Usage Examples
/feishu-wiki search deployment guide
Show me the contents of the wiki page with ID 12345
List all pages in the 'Engineering' wiki space
Security Audits
Frequently Asked Questions
What is feishu-wiki?
This skill integrates Feishu knowledge base navigation into Claude Code, allowing developers to search, browse, and retrieve wiki documents directly from their Feishu tenant. It streamlines access to internal documentation, meeting notes, and project wikis without leaving the coding environment.
How to install feishu-wiki?
To install feishu-wiki: open your mcp config (~/.claude.json), then add the config to "mcpServers": { "feishu-wiki": { "command": "...", "args": [] } }. Finally, /mcp in Claude Code.
What is feishu-wiki best for?
feishu-wiki is a mcp categorized under General. It is designed for: communication, productivity. Created by openclaw.
What can I use feishu-wiki for?
feishu-wiki is useful for: Search for a specific wiki page by title or keyword to quickly find relevant documentation.; List all pages in a wiki space to get an overview of available knowledge base content.; Retrieve the full content of a wiki page to reference guidelines, API docs, or meeting notes.; Navigate to a wiki page via its link or ID for direct access during development.; Create or update a wiki page from Claude Code to document code changes or project decisions.; Find recent updates in a wiki space to stay informed about team documentation changes..