What problem does it solve? Operating DingTalk products such as docs, calendars, approvals, attendance, and AI tables normally requires manual clicks across many apps; this Skill lets an agent perform those operations programmatically through the dws CLI with structured JSON output. ## Core Features & Use Cases - Full DingTalk product coverage: Manage AI tables, docs, calendar, chat and bot messages, approvals, attendance, todos, mail, wiki, drive, minutes, and more via unified dws commands with schema-driven command discovery. - Safe write operations: Dangerous operations require explicit user confirmation before adding --yes, with structured error handling and retry semantics. - Batch and composite scripts: Python scripts handle AI table import/export, attendance report generation to Excel, and personal attendance queries. - Use Case: Ask the agent to export this month's attendance report for a department, and it resolves user IDs, queries check-in records in batches, and produces a formatted Excel file. ## Quick Start Ask the agent to list my DingTalk calendar events for this week using the dws skill.