If you're working in a DingTalk organization and need to automate contacts, calendar events, todos, approvals, or attendance from scripts or CI/CD pipelines, this CLI gives you programmatic access to the full DingTalk workspace API. Every command returns structured JSON, so you can pipe it through jq or call it from Go, Python, or shell scripts. The setup requires creating an internal DingTalk app and getting whitelisted during the beta phase, which adds friction, but once authenticated the tool encrypts tokens with AES-256-GCM and stores them locally. Useful if you're building agent workflows that need to search users, send DING messages, or post build notifications to group chats without opening the web UI.
npx skills add https://github.com/aradotso/trending-skills --skill dingtalk-workspace-cli