返回顶部
f

feishu-wiki

|

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
96
下载量
0
收藏
概述
安装方式
版本历史

feishu-wiki

# Feishu Wiki Tool Single tool `feishu_wiki` for knowledge base operations. ## Token Extraction From URL `https://xxx.feishu.cn/wiki/ABC123def` → `token` = `ABC123def` ## Actions ### List Knowledge Spaces ```json { "action": "spaces" } ``` Returns all accessible wiki spaces. ### List Nodes ```json { "action": "nodes", "space_id": "7xxx" } ``` With parent: ```json { "action": "nodes", "space_id": "7xxx", "parent_node_token": "wikcnXXX" } ``` ### Get Node Details ```json { "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 ```json { "action": "create", "space_id": "7xxx", "title": "New Page" } ``` With type and parent: ```json { "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 ```json { "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX" } ``` To different location: ```json { "action": "move", "space_id": "7xxx", "node_token": "wikcnXXX", "target_space_id": "7yyy", "target_parent_token": "wikcnYYY" } ``` ### Rename Node ```json { "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 ```yaml 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`

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 feishu-wiki-andy27725-1776032176 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 feishu-wiki-andy27725-1776032176 技能

通过命令行安装

skillhub install feishu-wiki-andy27725-1776032176

下载 Zip 包

⬇ 下载 feishu-wiki v1.0.0

文件大小: 1.52 KB | 发布时间: 2026-4-13 10:17

v1.0.0 最新 2026-4-13 10:17
- Initial release of Feishu Wiki skill for knowledge base navigation.
- Provides a unified `feishu_wiki` tool to list wiki spaces, manage nodes (list, get, create, move, rename), and handle Feishu wiki-to-doc workflows.
- Supports direct node token extraction from Feishu wiki URLs.
- Outlines clear actions and JSON formats for all wiki operations.
- Requires `feishu_doc` skill for reading/editing document content within wiki pages.
- Includes configuration details and necessary permission scopes.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部