This handles all operations for DingTalk's AI Tables, the .able format multidimensional spreadsheets that live in their collaboration platform. You can create and manage sheets, fields, and records through the Notable API without touching the web interface. The skill includes a helper script that manages token caching and converts user IDs to the unionId format that the API requires. It walks you through configuration on first run, asking for your app credentials and base ID extracted from the share link. Worth noting that it emphasizes writing multi-line commands to temp files before execution, which suggests the underlying command environment has some quirks with heredocs and variable substitution. If you're building workflows that need to manipulate DingTalk tables programmatically, this gets you there.
npx skills add https://github.com/breath57/dingtalk-skills --skill dingtalk-ai-table