with one click
dingtalk-contacts
钉钉通讯录:查询用户、部门、组织架构信息。当用户需要查找钉钉上的同事、部门结构或组织架构时触发此技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
钉钉通讯录:查询用户、部门、组织架构信息。当用户需要查找钉钉上的同事、部门结构或组织架构时触发此技能。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
统一多通道通知工具。发送分级通知(hint/info/warning/critical),检测环境前置依赖(python3/node/go 等),查询最近通知列表。
定时任务与提醒管理:创建定时提醒、周期执行任务、管理闹钟与计划。支持 cron 表达式、固定间隔和一次性定时。当用户需要定时提醒、周期执行、计划任务或查看任务历史时触发此技能。
人设文件编辑:修改工作区的SOUL.md、USER.md、BOOTSTRAP.md文件。当用户要求更新人设、个人信息、引导配置时触发。
三省六部军团管理:实例生命周期监控、三层预算治理、熔断器控制、卡死检测。当需要查看运行中的智能体实例状态或管理军团资源时使用此技能。
多智能体编排协调(三省六部治理框架):消息总线通信、Supervisor/Pipeline/Swarm 三种编排模式、智能体间任务交接。当需要协调多个子智能体协作完成复杂任务时使用此技能。
智能体自动触发调度(三省六部治理框架):cron 定时触发、事件驱动触发、消息匹配触发。当需要配置子智能体的自动执行计划时使用此技能。
| name | dingtalk-contacts |
| description | 钉钉通讯录:查询用户、部门、组织架构信息。当用户需要查找钉钉上的同事、部门结构或组织架构时触发此技能。 |
| tools | dingtalk_contacts |
| metadata | {"category":"tools/dingtalk","tree_id":"dingtalk/dingtalk_contacts","tree_group":"dingtalk","min_tier":"task_light","approval_type":"none","emoji":"📋","enabled_when":"DingTalkAPI != nil","security_level":"allowlist","profiles":["messaging","full"],"sort_order":40,"intent_keywords":{"zh":["钉钉通讯录","查人","查部门","组织架构","配置钉钉","部门成员列表","有哪些人"],"en":["dingtalk contacts","user","department","member list"]},"related_tools":["dingtalk_calendar","dingtalk_approval"],"scene_hint":"使用钉钉功能前需确认config中dingtalk已启用且API密钥已配置","summary":"Query DingTalk contacts: users, departments, search","title":"DingTalk Contacts","verb":"Query","file_access":"none","scope_check":"none","policy_groups":["group:dingtalk"],"tool_description":"钉钉通讯录操作。action: get_user(user_id), get_department(dept_id), list_department_users(dept_id), search_user(query)。","tool_input_schema":{"type":"object","properties":{"action":{"type":"string","enum":["get_user","get_department","list_department_users","search_user"],"description":"要执行的操作"},"user_id":{"type":"string","description":"用户 ID"},"dept_id":{"type":"string","description":"部门 ID"},"query":{"type":"string","description":"搜索关键词"}},"required":["action"]}} |
通过钉钉开放平台 API 查询企业通讯录信息,包括用户详情、部门信息、部门成员列表和用户搜索。适用于需要获取组织架构、查找同事联系方式或列出部门成员的场景。
| Action | 说明 | 必填参数 |
|---|---|---|
get_user | 根据用户 ID 获取用户详细信息(姓名、职位、部门等) | user_id |
get_department | 根据部门 ID 获取部门详细信息(名称、上级部门等) | dept_id |
list_department_users | 列出指定部门下的所有用户 | dept_id |
search_user | 根据关键词搜索用户(姓名、手机号等) | query |