ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

feishu-wiki

飞书知识库 Skill。创建知识空间、创建 Wiki 页面节点。当需要在飞书知识库中组织和沉淀文档时使用此 Skill。

Why use this skill?

Automate Feishu knowledge base tasks with the feishu-wiki skill. Programmatically create spaces, manage nodes, and organize corporate documentation with AI.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/sunnyyao2222-eng/feishu-wiki
Or

What This Skill Does

The feishu-wiki skill acts as an intelligent bridge between the OpenClaw AI agent and the Feishu (Lark) enterprise knowledge ecosystem. It allows users to programmatically manage Wiki spaces, create hierarchical documentation nodes, and structure organizational assets without manual interaction. By utilizing the Wiki v2 API, this skill empowers agents to treat Feishu as a dynamic database of corporate knowledge, supporting the lifecycle of documents from initial creation to complex structural reorganization.

Installation

To integrate this skill, run the following command in your terminal: clawhub install openclaw/skills/skills/sunnyyao2222-eng/feishu-wiki

Use Cases

  • Automated SOP Generation: Automatically distill meeting notes or project reviews into structured SOP documents within the company Wiki, ensuring standard operating procedures remain up to date.
  • Project Lifecycle Management: Automatically create standardized project spaces and template sub-nodes (PRDs, Requirements, Minutes) the moment a new project is initialized.
  • Knowledge Refactoring: Use the AI to identify loose, fragmented documentation across the workspace and migrate them into a coherent, organized directory structure for better discoverability.

Example Prompts

  1. "Create a new knowledge space named 'Q4 Project Docs' and add a root node titled 'Internal Guidelines'."
  2. "Move the current page with token 'wikcnXyZ' into the 'Project Alpha' folder within the same space."
  3. "List all available Wiki spaces in the current environment and report how many nodes exist in the 'Engineering' space."

Tips & Limitations

  • Authority Bottlenecks: Always use the 'Group Authorization' method. By adding a group containing the bot as a 'Manager' in the Wiki settings, you bypass common 403 permission errors associated with programmatic access.
  • Node vs. Object: A critical technical distinction is that the node_token tracks the position in the directory tree, while the obj_token represents the underlying document. Ensure you are targeting the correct token for your specific operation.
  • Parameter Completeness: When moving nodes, always explicitly define both target_parent_token and target_space_id to prevent API validation errors, even when keeping the document within its original space. Content editing is a separate process; remember to pair this with feishu-doc-writer for full document lifecycle management.

Metadata

Stars982
Views0
Updated2026-02-14
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-sunnyyao2222-eng-feishu-wiki": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#feishu#wiki#automation#documentation#knowledge-management
Safety Score: 4/5

Flags: external-api