dingtalk-doc

Create, retrieve, and search DingTalk documents and wiki nodes.

6|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Acosmi/CrabClaw --skill dingtalk-doc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dingtalk-doc
Source: https://github.com/Acosmi/CrabClaw/tree/main/docs/skills/tools/dingtalk/doc
Command: npx skills add https://github.com/Acosmi/CrabClaw --skill dingtalk-doc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DingTalk users and teams often struggle to create, query, and organize documents within the DingTalk ecosystem, leading to scattered information and slower collaboration.

Core Features & Use Cases

  • Create docs: create new documents in a specified space.
  • Get docs: fetch document details by space and doc_id.
  • Search docs: query documents by keywords across spaces.
  • Create wiki node: add new nodes to a knowledge base.
  • Get wiki nodes: list nodes within a wiki.

Quick Start

Create a new document in the designated space and then fetch its details.

Frequently Asked Questions about dingtalk-doc

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage DingTalk documents and wiki nodes from an AI workflow?

You can manage DingTalk documents and wiki nodes from an AI workflow by using API calls to create, retrieve, and search documents across team spaces. This requires a valid space_id and optional wiki_id to target the correct knowledge base.

Can I search for documents by keywords across different DingTalk spaces?

Yes, you can search for documents by keywords across DingTalk spaces. The search function queries documents using specified terms, allowing teams to quickly locate scattered information within their knowledge base ecosystem.

How do I create a new document in a DingTalk knowledge base?

To create a new document in a DingTalk knowledge base, you specify the target space and provide the document details through the API. Write operations follow a plan_confirm approval process to ensure authorized execution.

What do I need to retrieve document details from a DingTalk space?

To retrieve document details from a DingTalk space, you need the DingTalk API to be available, a valid space_id, and the specific doc_id. The system fetches and returns the precise document details based on these identifiers.

How do I add a new wiki node to a DingTalk knowledge base?

You add a new wiki node to a DingTalk knowledge base by using the wiki creation function with an optional wiki_id. This action is a write operation that requires plan_confirm approval before the node is officially added.

Are there limitations when managing DingTalk docs through an API workflow?

Limitations when managing DingTalk docs include requiring the DingTalk API to be available and needing a valid space_id. Additionally, all write operations, such as creating docs or wiki nodes, must pass a plan_confirm approval process.