BeClaude

feishu-wiki

New
178.2kSmitheryGeneralby openclaw

Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.

First seen 6/18/2026

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

1
Open your MCP config
~/.claude.json
2
Add the server config

Add the configuration to "mcpServers": { "feishu-wiki": { "command": "...", "args": [] } }

3
Restart Claude Code
/mcp

Use Cases

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.

Usage Examples

1

/feishu-wiki search deployment guide

2

Show me the contents of the wiki page with ID 12345

3

List all pages in the 'Engineering' wiki space

View source on GitHub
communicationproductivity

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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