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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sunnyyao2222-eng/feishu-wikiWhat 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
- "Create a new knowledge space named 'Q4 Project Docs' and add a root node titled 'Internal Guidelines'."
- "Move the current page with token 'wikcnXyZ' into the 'Project Alpha' folder within the same space."
- "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_tokentracks the position in the directory tree, while theobj_tokenrepresents 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_tokenandtarget_space_idto prevent API validation errors, even when keeping the document within its original space. Content editing is a separate process; remember to pair this withfeishu-doc-writerfor full document lifecycle management.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sunnyyao2222-eng-feishu-wiki": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
feishu-im
飞书消息与群管理 Skill。发送消息、建群、置顶、加急、撤回、群菜单/Tab/公告等 25+ 项 IM 能力。当需要通过飞书发送消息、管理群聊、操作群成员或配置群功能时使用此 Skill。
Feishu Drive
Skill by sunnyyao2222-eng
feishu-doc-writer
Feishu (Lark) Document API writing spec. Converts Markdown content to Feishu Block structures and writes to cloud docs. Handles concurrency ordering. Use when syncing articles, creating document blocks, or writing long-form content to Feishu docs.
feishu-calendar
飞书日历日程管理 Skill。创建日历/日程、查询空闲忙状态、订阅日历变更。当需要自动安排会议、查询时间冲突或监控日程变动时使用此 Skill。