dingtalk-cli
Use when the user wants to interact with DingTalk in any way — including but not limited to: reading, querying, searching, sending, replying to, forwarding, or recalling DingTalk chat messages and chat history; managing group chats and conversations; sending DING alerts; querying contacts, org structure, AI search, or coworkers; reading, searching, creating, or editing DingTalk docs, drive files, sheets, AI tables, wiki, mail, calendar events, meeting rooms, AI meeting minutes, attendance, OA approvals, todos, reports/logs, live sessions, AI apps, permissions, or open-platform docs.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=dtyq-magic-backend-super-magic-agents-skills-dingtalk-cli-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name dingtalk-cli description Use when the user wants to interact with DingTalk in any way — including but not limited to: reading, querying, searching, sending, replying to, forwarding, or recalling DingTalk chat messages and chat history; managing group chats and conversations; sending DING alerts; querying contacts, org structure, AI search, or coworkers; reading, searching, creating, or editing DingTalk docs, drive files, sheets, AI tables, wiki, mail, calendar events, meeting rooms, AI meeting minutes, attendance, OA approvals, todos, reports/logs, live sessions, AI apps, permissions, or open-platform docs. DingTalk CLI Skill Index Before doing anything , you MUST load the dws skill first. It contains the full product reference, command syntax, intent routing decision tree, dangerous operation rules, and error handling guide. Do not proceed without reading it. read_skills(skill_names=["dws"]) Product Overview Product Use for CLI entry aiapp AI apps: create, query, update dws aiapp aisearch AI search: find people by name, employee number, phone, department, responsibility, reporting lines dws aisearch aitable AI tables: bases, tables, fields, records, views, charts, dashboards, import/export dws aitable attendance Attendance: punch records, shift schedules, statistics dws attendance calendar Calendar: events, attendees, meeting rooms, availability dws calendar chat Conversations, group chats, bot messaging, single chat, Webhook, message history, direct/group message list, sender filters, unread conversations, keyword and advanced message search, read/send status, send/reply/forward/recall dws chat contact Contacts: user lookup, department structure dws contact devdoc DingTalk open platform developer documentation search dws devdoc ding DING alerts: send/recall (in-app / SMS / phone) dws ding doc DingTalk docs: search, read, write, block edit, comments, copy/move dws doc drive Cloud drive: file list, upload, download, folders dws drive live Live sessions: list and info dws live mail Mail: search, view, send dws mail minutes AI meeting minutes: list, summary, transcript, todos, mindmap dws minutes oa OA approvals: pending, submitted, approve, reject, revoke dws oa pat Behavior authorization management dws pat report Logs/reports: create by template, inbox, sent, statistics dws report sheet DingTalk spreadsheets: worksheets, cells, formulas, images, find/replace dws sheet todo Todos: create, query, update, complete, delete dws todo wiki DingTalk wiki spaces and knowledge-base nodes dws wiki Authentication Before any DingTalk operation, verify auth status first: dws auth status --format json If authenticated is false , start the login flow. This environment has no browser (Docker/SSH), so always use the device flow: dws auth login --device The command outputs an authorization URL, then waits with the prompt Waiting for user authorization . At this point: Show the authorization URL to the user Ask the user to open the URL in a browser or DingTalk mobile app to complete authorization The command will automatically detect the authorization and proceed To force re-login (e.g. token expired): dws auth login --device --force When Unsure About a Command Always check --help before guessing parameters. dws -- help dws <product> -- help dws <product> < command > -- help Examples: dws chat -- help dws calendar event list -- help dws aitable record -- help
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |