
breath57/dingtalk-skills
2 skills2.7k installs148 starsGitHub
Install
npx skills add https://github.com/breath57/dingtalk-skillsSkills in this repo
1Dingtalk Documentdingtalk-document is an agent skill for solo builders and small teams automating DingTalk 知识库 (wiki) access inside agents, internal tools, or ops scripts. It is a concise, verified API reference for listing workspaces, fetching workspace metadata, and walking node trees under api.dingtalk.com v2.0, with the authentication quirks that usually break first integrations: x-acs-dingtalk-access-token headers, operatorId as unionId on every request, and nextToken pagination. The readme assumes you obtain NEW_TOKEN and OPERATOR_ID through the bundled dt_helper shell helpers rather than guessing credential shapes. Use it during Build when wiring CRM, support, or onboarding flows that must read or navigate team knowledge bases in DingTalk. It does not replace DingTalk’s official console setup for app credentials—pair it with your tenant’s approved app and least-privilege tokens.1.4kinstalls2Dingtalk MessageDingTalk Message is an agent skill that encodes procedural knowledge for DingTalk’s messaging APIs: group custom webhook robots, enterprise application robots, and work notifications. Solo builders and small teams targeting China or mixed orgs use it when they need deploy alerts, review pings, or ops summaries in DingTalk groups without re-reading scattered official docs. The reference spells out POST endpoints, JSON msgtype variants (text, markdown, actionCard), @ rules, and webhook signing hooks when security mode is enabled. It emphasizes practical constraints such as the per-robot send rate cap so agents do not loop noisy notifications during CI. You still supply credentials—webhook tokens, app keys, or corp app setup outside this file—but the skill keeps payload shapes and required fields consistent so your agent generates valid requests. Pair it with your notification service code in Build, then reuse the same patterns when you extend Grow support or Operate alerting workflows.1.4kinstalls