← 返回
未分类 中文

Feishu Wiki Andy27725

Feishu knowledge base navigation. Activate when user mentions knowledge base, wiki, or wiki links.
飞书知识库导航。当用户提及知识库、wiki或wiki链接时激活。
andy27725 andy27725 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 563
下载
💾 2
安装
1
版本
#latest

概述

Feishu Wiki Tool

Single tool feishu_wiki for knowledge base operations.

Token Extraction

From URL https://xxx.feishu.cn/wiki/ABC123deftoken = ABC123def

Actions

List Knowledge Spaces

{ "action": "spaces" }

Returns all accessible wiki spaces.

List Nodes

{ "action": "nodes", "space_id": "7xxx" }

With parent:

{ "action": "nodes", "space_id": "7xxx", "parent_node_token": "wikcnXXX" }

Get Node Details

{ "action": "get", "token": "ABC123def" }

Returns: node_token, obj_token, obj_type, etc. Use obj_token with feishu_doc to read/write the document.

Create Node

{ "action": "create", "space_id": "7xxx", "title": "New Page" }

With type and parent:

{
  "action": "create",
  "space_id": "7xxx",
  "title": "Sheet",
  "obj_type": "sheet",
  "parent_node_token": "wikcnXXX"
}

obj_type: docx (default), sheet, bitable, mindnote, file, doc, slides

Move Node

{ "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX" }

To different location:

{
  "action": "move",
  "space_id": "7xxx",
  "node_token": "wikcnXXX",
  "target_space_id": "7yyy",
  "target_parent_token": "wikcnYYY"
}

Rename Node

{ "action": "rename", "space_id": "7xxx", "node_token": "wikcnXXX", "title": "New Title" }

Wiki-Doc Workflow

To edit a wiki page:

  1. Get node: { "action": "get", "token": "wiki_token" } → returns obj_token
  2. Read doc: feishu_doc { "action": "read", "doc_token": "obj_token" }
  3. Write doc: feishu_doc { "action": "write", "doc_token": "obj_token", "content": "..." }

Configuration

channels:
  feishu:
    tools:
      wiki: true # default: true
      doc: true # required - wiki content uses feishu_doc

Dependency: This tool requires feishu_doc to be enabled. Wiki pages are documents - use feishu_wiki to navigate, then feishu_doc to read/edit content.

Permissions

Required: wiki:wiki or wiki:wiki:readonly

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-31 10:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Clawhub Local

andy27725
使用 ClawHub CLI 在 clawhub.com 上搜索、安装、更新和发布智能体技能。适用于需要即时获取新技能或同步已安装技能的场景。
★ 0 📥 2,557

Baidu Search 1.1.3

andy27725
使用百度AI搜索引擎(BDSE)搜索网页,获取实时信息、文档或研究资料。
★ 0 📥 986

Memos Memory Guide Local

andy27725
{"answer": "使用 MemOS Lite 记忆系统搜索并利用用户过往对话。当用户提及过往聊天或个人偏好时,请使用此技能。"}
★ 0 📥 696