dingtalk-skills
Manage DingTalk messages, docs, calendars, todos, and contacts
All Skills in This Repository (7)
Pure Emerald Level Indicatorsdingtalk-document
Manage DingTalk knowledge bases and documents through API interactions.
dingtalk-contact
Search DingTalk contacts and departments via shell scripts interacting with the DingTalk API.
dingtalk-message
Send text, Markdown, ActionCard, Link, and FeedCard messages via DingTalk channels.
dingtalk-ai-table
Manage worksheets, fields, and records in DingTalk AI Tables via the Notable API.
dingtalk-skill-creator
Guide creation of DingTalk skills through SDK testing and SKILL.md generation.
skill-creator
Create, test, and refine AI skills using the Anthropic skills specification.
dingtalk-todo
Manage DingTalk To-Do tasks with create, retrieve, update, and delete operations.
Frequently Asked Questions
FAQPage SchemaHow to install dingtalk-skills?โผ
Run `npx skills add breath57/dingtalk-skills --all -g -y` in your terminal to install all DingTalk skills globally.
What can dingtalk-skills automate?โผ
It covers DingTalk messaging, work notifications, knowledge base docs, AI tables, calendars and meeting rooms, todos, contact lookups, and web search, all triggered by plain-language requests.
Do I need coding skills to use dingtalk-skills?โผ
No. After a one-time setup where you provide your appKey, appSecret, and userId, you just describe tasks in plain language and the agent handles the API calls.
Which agents are compatible with dingtalk-skills?โผ
The skills follow the universal SKILL.md standard and work with Claude Code, OpenClaw, Cursor, Copilot, and Hermes.
Does dingtalk-skills require Python or SDKs?โผ
Most skills only need curl, which is preinstalled on nearly every system. Only the knowledge-search skill optionally uses Python 3 for document export.