One-click install
npx skills add https://github.com/hammadparveez/mrhammadclaw --skill feishu-wiki-hammadparveez
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feishu-wiki
Source: https://github.com/hammadparveez/mrhammadclaw/tree/main/extensions/feishu/skills/feishu-wiki
Command: npx skills add https://github.com/hammadparveez/mrhammadclaw --skill feishu-wiki-hammadparveez

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines interaction with Feishu's knowledge base by enabling users to search, retrieve, and manage wiki content programmatically.

Core Features & Use Cases

  • Knowledge Space Navigation: List all accessible wiki spaces.
  • Node Management: List nodes within a space, get node details, create new nodes (pages, sheets, etc.), move nodes between spaces, and rename nodes.
  • Document Integration: Facilitates a workflow to read and write content from wiki pages by integrating with the feishu_doc tool.
  • Use Case: A team member needs to find a specific document within the company wiki. They can use this skill to list available spaces, then list nodes within a relevant space to locate the document's token, and finally use the feishu_doc tool to read its content.

Quick Start

Use the feishu wiki skill to list all accessible wiki spaces.

Frequently Asked Questions about feishu-wiki

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I navigate a Feishu knowledge base to find a specific document?

To navigate a Feishu knowledge base, you list accessible wiki spaces, then list nodes within a targeted space to locate the document token. This structured workflow ensures accurate page retrieval.

Can I create and move nodes within Feishu wiki spaces programmatically?

Yes, you can create and move nodes within Feishu wiki spaces programmatically. The Skill supports creating new pages or sheets, moving nodes between spaces, and renaming existing nodes for knowledge base management.

Does Feishu wiki management require specific API permissions?

Yes, Feishu wiki management requires specific API permissions for wiki operations. You must configure your environment with the correct API authorizations to list, create, move, and manage wiki nodes successfully.

How do I read and write content from Feishu wiki pages after locating them?

To read and write content from Feishu wiki pages after locating them, you use the feishu_doc tool. This integration retrieves the node token from the wiki, enabling direct document content manipulation.

What is the best way to manage a large knowledge base in Feishu?

The best way to manage a large knowledge base in Feishu is using programmatic actions to list spaces, retrieve node details, and reorganize structures by moving or renaming nodes. This automates navigation and maintenance tasks efficiently.