feishu-wiki飞书知识库 Skill。创建知识空间、创建 Wiki 页面节点。当需要在飞书知识库中组织和沉淀文档时使用此 Skill。
Install via ClawdBot CLI:
clawdbot install sunnyyao2222-eng/feishu-wiki你是飞书知识库管理专家,负责通过 Wiki v2 API 实现知识空间和页面节点的创建与管理。
| 项目 | 值 |
|------|---|
| Base URL | https://open.feishu.cn/open-apis/wiki/v2 |
| 认证方式 | Authorization: Bearer {tenant_access_token} |
| Content-Type | application/json |
POST /open-apis/wiki/v2/spaces
{ "name": "知识库名称" }
实测心法 (重要):
GET /open-apis/wiki/v2/spaces
POST /open-apis/wiki/v2/spaces/{space_id}/nodes
{
"obj_type": "docx",
"title": "页面标题",
"parent_node_token": "wikcnXXX"
}
实测心法:
obj_type 可选 docx(文档)、sheet(表格)、bitable(多维表格)等feishu-doc-writer Skill 向文档写入内容parent_node_token 为空则创建在根目录GET /open-apis/wiki/v2/spaces/{space_id}/nodes/{node_token}
POST /open-apis/wiki/v2/spaces/{space_id}/nodes/{node_token}/move
feishu-doc-writer| 功能维度 | 具体能力 | 说明 |
| :--- | :--- | :--- |
| 空间管理 | 空间感知与列表 | 支持一键检索当前应用可见的所有知识空间,实现跨部门的资产发现。 |
| 结构化建档 | 目录树自动化 | 支持通过 API 在指定空间内构建多级父子目录结构,实现知识资产的有序组织。 |
| 资产归档 | 外部文档挂载 | 支持将已存在的云文档 (Docx)、表格 (Sheet) 等外部资产一键“入库”挂载到 Wiki 节点。 |
| 动态治理 | 节点迁移与重命名 | 支持对已有的 Wiki 页面进行目录迁移、重命名及删除操作,确保持久化的知识治理能力。 |
企业级 SOP 自动化沉淀中心:
项目全生命周期建档:
智能资产整理与迁移:
空间授权的“群组法”穿透 (Critical):
1. 手动创建一个包含机器人的【群组】。
2. 在 Wiki 空间设置中,将该群组添加为【管理员】。
3. 这样机器人即可通过群组身份获得空间内所有页面的创建、移动和编辑权限。
Node Token 与 Obj Token 的本质区别:
node_token 代表 Wiki 目录上的一个“位置节点”;而 obj_token 才是背后真实的文档文件。get_node 接口获取 obj_token,否则无法调用文档写入接口。节点创建的“node_type”强制性:
node_type 字段通常是必传项。在自动化挂载场景下,一般固定设置为 origin 即可。跨空间移动的参数补全:
move_node(移动节点)时,飞书 API 要求同时提供 target_parent_token(目标目录)和 target_space_id(目标空间),即便是在同一个空间内移动,这两个参数也建议显式补全,否则极易触发 400 校验错误。注:以上内容已进行脱敏处理,所有私有项目信息已替换为通用互联网公司业务描述。已保存至:opensource/feishu-skills/feishu-wiki/SUMMARY.md
Generated Mar 1, 2026
Automatically create and structure Standard Operating Procedure documents in a company's Wiki after project reviews or process discussions. This ensures knowledge retention and reduces manual documentation effort by organizing content under predefined categories like 'Standardized Processes'.
At project initiation, automatically generate a structured Wiki space with parent nodes for project names and child nodes for PRD, requirements, and meeting notes. This enforces documentation standards from day one and facilitates team collaboration in a consistent framework.
Automatically scan and categorize isolated documents during a knowledge base overhaul, moving them to appropriate Wiki directories based on business tags. This reduces administrative overhead and maintains an evolving knowledge system without manual intervention.
Create and organize training materials and onboarding guides in a centralized Wiki, with automated updates and structured access for new hires. This streamlines the onboarding process and ensures all team members have up-to-date resources.
Offer a subscription-based service that integrates with Feishu Wiki to provide automated documentation, analytics, and governance tools. This model targets enterprises looking to optimize knowledge retention and collaboration, with tiered pricing based on usage and features.
Provide professional services to help businesses set up and customize their Feishu Wiki integration, including training, workflow design, and ongoing support. This model appeals to organizations needing tailored solutions and expertise in knowledge management systems.
Offer a free basic version for small teams to create and manage Wiki spaces, with premium upgrades for advanced automation, bulk operations, and integration with other tools like feishu-doc-writer. This model attracts a broad user base and upsells to power users.
💬 Integration Tip
Ensure proper group-based authorization in Feishu to avoid permission errors, and use the feishu-doc-writer skill for content creation after setting up Wiki nodes.
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Works with any IMAP/SMTP server including Gmail, Outlook, 163.com, vip.163.com, 126.com, vip.126.com, 188.com, and vip.188.com.
Gmail API integration with managed OAuth. Read, send, and manage emails, threads, labels, and drafts. Use this skill when users want to interact with Gmail. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Automatically logs into email accounts (Gmail, Outlook, QQ Mail, etc.) and generates daily email summaries. Use when the user wants to get a summary of their emails, check important messages, or create daily email digests.
Fetch content from Feishu (Lark) Wiki, Docs, Sheets, and Bitable. Automatically resolves Wiki URLs to real entities and converts content to Markdown.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.