dingtalk-todo
钉钉待办管理。当用户提到"钉钉待办"、"待办任务"、"创建待办"、"新增待办"、"查看待办"、"完成待办"、"标记完成"、"删除待办"、"待办列表"、"我的待办"、"设置截止时间"、"指派待办"、"dingtalk todo"、"todo task"、"task management"时使用此技能。支持:创建待办(含描述/截止时间/优先级/参与者)、获取详情、查询列表(按完成状态过滤)、更新待办、标记完成、删除待办等全部待办类操作。
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/breath57/dingtalk-todoWhat This Skill Does
The dingtalk-todo skill provides comprehensive management capabilities for DingTalk tasks (Todo) directly within the OpenClaw agent environment. It automates the lifecycle of your tasks, including creation, retrieval, updates, and completion. By leveraging the DingTalk Open Platform APIs, the skill handles identity management, allowing users to seamlessly transition between simple task management and complex team collaboration by converting user IDs to union IDs automatically. It is designed to be a persistent, session-aware tool that remembers your configurations, ensuring a frictionless experience for recurring workflows.
Installation
To integrate this skill into your OpenClaw agent, execute the following command in your terminal:
clawhub install openclaw/skills/skills/breath57/dingtalk-todo
Upon the first run, the skill will guide you through a one-time configuration process. It stores your AppKey, AppSecret, and User ID in a local configuration file located at ~/.dingtalk-skills/config to ensure secure and persistent access across multiple chat sessions.
Use Cases
- Personal Productivity: Quickly capture tasks during meetings or brainstorms without switching browser tabs.
- Team Coordination: Assign tasks to colleagues by looking up their user IDs and converting them into actionable DingTalk Todo items.
- Workflow Tracking: Monitor your pending tasks and filter them by completion status to stay organized throughout the day.
- Deadline Management: Set specific due dates, priorities, and descriptions to ensure nothing falls through the cracks.
Example Prompts
- "创建待办:明天上午十点前完成项目周报编写,优先级设为高。"
- "查看我所有尚未完成的待办任务,并标记第一个任务为已完成。"
- "给我的同事张三指派一个待办,内容是审阅产品需求文档,截止时间设为本周五下班前。"
Tips & Limitations
- Security: Never share your AppSecret. The skill is designed to redact sensitive information in logs, showing only the first four characters followed by asterisks.
- ID Requirements: Ensure you have access to the DingTalk management console to retrieve your correct
userId. The skill handles theunionIdconversion automatically. - Scripting: For complex operations, the agent utilizes temporary shell scripts to prevent input truncation. This ensures that multi-line logic and variable assignments are executed reliably without syntax errors caused by terminal stream limitations.
- Persistence: Configuration is stored locally. If you migrate your environment, be sure to back up the
~/.dingtalk-skills/directory.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-breath57-dingtalk-todo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, external-api, code-execution
Related Skills
dingtalk-message
钉钉消息发送。当用户提到"钉钉消息"、"发消息"、"发通知"、"群通知"、"群消息"、"Webhook"、"机器人消息"、"机器人发消息"、"工作通知"、"单聊消息"、"群聊消息"、"撤回消息"、"消息已读"、"发送Markdown"、"发卡片消息"、"ActionCard"、"@某人"、"@员工"、"at某人"、"提醒某人"、"dingtalk message"、"send message"、"robot message"、"work notification"时使用此技能。支持:群自定义 Webhook 机器人(文本/Markdown/ActionCard/Link/FeedCard + 加签 + @某人)、企业内部应用机器人单聊和群聊发送、消息撤回、已读查询、工作通知等全部消息类操作。
dingtalk-document
钉钉知识库和文档管理操作。当用户提到"钉钉文档"、"知识库"、"新建文档"、"查看文档目录"、"读取文档内容"、"写入文档"、"更新文档"、"文档成员"、"dingtalk doc"、"knowledge base"时使用此技能。支持:创建知识库、查询知识库列表、新建文档/文件夹、读取/写入文档正文内容、管理成员权限等全部文档类操作。
dingtalk-ai-web-search
网页搜索与实时信息检索。需要查找最新资讯、实时数据、技术文档、热点事件,或用户说"搜一下"、"帮我查"、"查资料"、"web search"等时使用。基于小宿AI智能搜索,支持关键词搜索、时间范围过滤(一天/一周/一月/一年)、自定义结果数量、JSON 输出。
dingtalk-ai-table
钉钉 AI 表格(多维表格)操作。当用户提到"钉钉AI表格"、"AI表格"、"多维表格"、"工作表"、"字段"、"记录"、"新增记录"、"查询记录"、"更新记录"、"删除记录"、"新建字段"、"删除字段"、"dingtalk AI table"、"dingtalk notable"、"able文件"时使用此技能。支持工作表管理、字段管理、记录的增删改查等全部操作。
dingtalk-contact
钉钉通讯录与联系人查询。当用户提到"钉钉通讯录"、"查找员工"、"搜索用户"、"查用户信息"、"获取用户详情"、"用户手机号"、"员工姓名"、"员工工号"、"查部门"、"搜索部门"、"部门成员"、"部门列表"、"部门详情"、"子部门"、"父部门"、"部门路径"、"员工总数"、"通讯录搜索"、"userId 转 unionId"、"unionId 转 userId"、"dingtalk contact"、"dingtalk directory"、"find user"、"get user info"、"department members"时使用此技能。支持:按关键词搜索用户/部门、获取用户完整信息(姓名/手机/工号/部门/职位/unionId)、获取部门成员列表、获取部门树结构、查询用户所在部门路径、员工总人数统计等全部通讯录操作。