dingtalk-wiki
钉钉知识库(Wiki 空间)。Use when 用户说 知识库/wiki/创建知识库/搜索知识库空间/我的文档/知识库归档。Distinct from dingtalk-doc(单文档编辑)、dingtalk-drive(钉盘文件)。命令前缀:dws wiki。
pinned to #fc9acb9updated 2 weeks ago
Ask your AI client: “install skills/dingtalk-wiki”.
Requires the metahub MCP server installed in your client. Set up MCP.
mh install skills/dingtalk-wikimetahub onboarded this repo on the author's behalf.
If you own github.com/DingTalk-Real-AI/dingtalk-workspace-cli on GitHub, claim the listing to take over publishing. Your claim preserves the existing eval history and badges; only the curator label is replaced with verified-publisher on your next publish.
Stars
2,377
Last commit
2 weeks ago
Latest release
published
About this skill
Pulled from SKILL.md at publish time.
> 🧪 **EXPERIMENTAL · 试验版 / Preview** — multi 模式当前未达 stable 标准。22 个 dingtalk-* skill 全部通过 dispatch verifier,但接口、命名、跨 skill 引用后续可能调整;生产 / 共享环境请优先使用 mono 模式(`dws skill setup --mode mono`)。问题请提 issue 反馈。
Evaluation report
WarningsAutomated checks the publisher passed at publish time — structure, docs, safety, and whether the artifact behaves as claimed.fc9acb9· 2 weeks ago
Documentation
41Description quality
55 words · 131 chars — "钉钉知识库(Wiki 空间)。Use when 用户说 知识库/wiki/创建知识库/搜索知识库空间/我的文档/知识库归档。Distinct from ding…"
README is present and substantial
32,991 chars · 12 sections · 25 code blocks
Tags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
README has usage / example sections
found: Installation · Getting Started · Quick Start
Homepage / docs URL declared
no homepage declared (registry will use the repo URL) — info-only, not blocking
Release history
1- releasecurrentfc9acb9warn2 weeks ago
Contents
钉钉知识库 Skill
🧪 EXPERIMENTAL · 试验版 / Preview — multi 模式当前未达 stable 标准。22 个 dingtalk-* skill 全部通过 dispatch verifier,但接口、命名、跨 skill 引用后续可能调整;生产 / 共享环境请优先使用 mono 模式(
dws skill setup --mode mono)。问题请提 issue 反馈。
PREREQUISITE: Read the
dws-sharedskill first for auth, global flags, product routing, URL preflight, error codes, and safety rules. Thedwsbinary must be on PATH.
⚠️ 命令可用性以当前 dws 二进制为准。服务发现已下线,本文档随内置 skill 发布;如果
dws <cmd> --help不存在,说明当前版本未暴露该命令。若命令存在但调用失败,请按错误中的 endpoint 或 tool 提示确认静态端点目录和后端工具注册。实际调用前可用dws <cmd> --help或--dry-run验证。
命令参考:wiki.md。
意图表
dws wiki 三个命令族:space(知识库容器)、node(库内节点:文档/文件夹/表格等)、member(容器级成员)。
| 用户说 | 命令 |
|---|---|
| "创建知识库" | dws wiki space create --name "<名称>" [--desc "<描述>"] |
| "查看知识库详情" | dws wiki space get --workspace <workspaceId> |
| "搜索知识库空间" | dws wiki space search --query "<关键词>" [--limit <1-20>] |
| "我的文档 / 个人知识库" | dws wiki space list --type myWikiSpace |
| "列出组织知识库" | dws wiki space list [--type orgWikiSpace] [--limit <1-50>] |
| "删除知识库" | dws wiki space delete --workspace <workspaceId>(不可逆,先确认) |
| "知识库里有哪些文档/浏览内容" | dws wiki node list --workspace <workspaceId> [--folder <nodeId>] |
| "在知识库里创建文档/文件夹" | dws wiki node create --workspace <workspaceId> --name "<名>" [--type folder|axls|...] |
| "空间内搜文档" | dws wiki node search --workspace <workspaceId> --query "<关键词>" |
| "复制 / 移动库内节点" | dws wiki node copy / dws wiki node move --workspace <workspaceId> --node <nodeId> [--folder <targetId>] |
| "删除库内节点" | dws wiki node delete --workspace <workspaceId> --node <nodeId>(不可逆,先确认) |
| "把知识库分享给某人 / 加成员" | dws wiki member add --workspace <WS_ID> --users <UID> --role EDITOR |
| "改成员角色" | dws wiki member update --workspace <WS_ID> --users <UID> --role <ROLE> |
| "移除知识库成员" | dws wiki member remove --workspace <WS_ID> --users <UID> |
| "查看知识库成员" | dws wiki member list --workspace <WS_ID> |
评测高频硬约束
space search/node search关键词 flag 是--query(--keyword是遗留别名,仍可跑通,但优先用--query);space create --desc、space list --cursor同理(--description/--page-token为旧别名)。- 按类型列出空间优先走
space list --type myWikiSpace/orgWikiSpace;用户说"我的文档/个人空间"时用dws wiki space list --type myWikiSpace --format json。 - 用户给空关键词时,不要构造空
--query "";若语义是我的文档则走space list --type myWikiSpace,否则请用户补关键词。 node create --type服务端支持adoc / axls / able / appt / adraw / amind / folder;asheet不支持,创建在线表格用axls。member的--users是复数、逗号分隔;--role大小写不敏感(editor与EDITOR都行)。member list只返回name/role/type,不含 userId,拿不到 userId 去串联 update/remove,需用dws contact user search --query "<姓名>"反查。- 知识库内节点的内容读写(读取/编辑文档正文)切到
dingtalk-doc(先node list/node search拿 nodeId,再dws doc read --node <nodeId>);不要在wiki下编造 doc 子命令。 - 所有
dws wiki命令加--format json。
跨产品协作
- 知识库内文档内容读写 → 切到
dingtalk-doc - 文件存储 / 全局搜索 → 切到
dingtalk-drive
Reviews
No reviews yet. Be the first.
Related
Verification Before Completion
Evidence before assertions, always
Writing Plans
Turn specs into phased implementation plans
Test-Driven Development
Red → green → refactor discipline for any feature or bugfix
mh install skills/dingtalk-wiki