DingTalk Workspace CLI is a cross-platform command-line tool that brings DingTalk’s product capabilities into one interface. It serves human users and AI agents working with DingTalk enterprise data, with administrator authorization required. Its catalogue add-ons provide agent skills for using the CLI’s product areas.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add DingTalk-Real-AI/dingtalk-workspace-cli --skill dingtalk-aitablegit clone --depth 1 https://github.com/DingTalk-Real-AI/dingtalk-workspace-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/dingtalk-real-ai/dingtalk-workspace-cli/dingtalk-aitable)<a href="https://agentmods.dev/skills/dingtalk-real-ai/dingtalk-workspace-cli/dingtalk-aitable"><img src="https://agentmods.dev/badge/skills/dingtalk-real-ai/dingtalk-workspace-cli/dingtalk-aitable.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00209 | $0.04907 |
| Opus 5 | $0.00105 | $0.02454 |
| Sonnet 5 | $0.00042 | $0.00981 |
| Haiku 4.5 | $0.00021 | $0.00491 |
Grade A, and why
dingtalk-aitable scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 145 lines — stays where its author put it; the contents beside it link to each section on GitHub.
钉钉 AI 表格 Skill
最小 DWS 执行契约
- 钉钉业务操作只通过
dwsCLI;本 Skill 明确发布的脚本可编排dws并完成预签名文件上传。结构化读取使用--format json,按真实返回判断结果。 - 已知 leaf 直接执行。只有参数或安全语义不确定时,最多读取一次
dws schema --cli-path "aitable <leaf>" --compact --format json;仅当该 compact leaf Schema 与 Cobra 实际不一致时,才读取同一 leaf 的dws aitable <leaf> --help。禁止通过父级 Help、产品 Help 或完整 Catalog 探索命令。 - 不猜命令、flag、字段、ID、账号或时间。后续 ID 必须来自真实返回;零命中、多候选或类型不明时停止并消歧。
- 解析目标、读取上下文和最终执行必须使用同一 profile;不得跨组织复用 userId、openDingTalkId 或 openConversationId。多账号组织只使用明确的
isOrgCurrent=true默认账号;没有默认账号时要求用户指定,禁止选择第一项、最近登录或最近使用账号。 - 不输出或记录 token、refresh token、appSecret、webhook token 等凭据;宿主已注入认证时不要索要凭据。
- 写操作必须符合用户明确意图。是否需要确认以最终 Runtime gate 和 Schema 为准;本轮用户已明确要求执行、目标与影响无歧义的非破坏性写操作时,该明确指令就是本次确认,首次调用直接携带 Runtime 所需的
--yes,不先制造confirmation_required。删除、停用自动化等破坏性或高风险动作仍须先说明对象、动作与影响并取得独立确认。 - 写后按任务结果契约验证;不能仅凭退出码宣称成功。部分结果、未知投递状态和失败项必须如实保留。
- 时间戳面向用户展示时转换为带时区的可读时间;默认使用当前会话时区,必要时同时保留原值。
- 遇到认证、权限、profile、confirmation 或未知错误时,只加载
dingtalk-shared中对应 reference;不要连续猜测替代命令。
Shortcut 发现(按需)
aitable 当前有 100 条公开 shortcut,完整清单保留在 Runtime Catalog 与 Schema,不在高频产品根 Skill 中重复展开。已知 leaf 直接执行。只有参数不确定时,最多读取一次 dws schema --cli-path "aitable <leaf>" --compact --format json;仅当该 compact leaf Schema 与 Cobra 实际不一致时,才读取同一 leaf 的 dws aitable <leaf> --help。禁止用父级 Help、产品 Help 或完整 Catalog 探索命令;一个 Case 一旦读取 Reference,就不再读取 Help 或第二个 Reference。
仅当根路由、精确 task reference 和 references/aitable.md 的低频原子索引都无法定位能力时,才执行 dws shortcut list --service aitable --format json 做最终回退;不要为已知意图加载完整 Shortcut Catalog 或产品级 Schema。
Golden Route(高频复合任务)
已由当前 AITable 调用返回且类型已确认的 ID 直接使用;名称先唯一解析为稳定 ID。用户直接提供的 /i/nodes/ URL 或来源未验证的 nodeId 先执行 dws drive info;若为 extension=dlink,将返回的 result.fileId 保存为快捷方式入口 ID 并传给 dws doc info,再逐跳读取目标 linkSourceInfo,最终确认 extension=able 后将目标 linkSourceInfo.nodeId 作为 baseId。解析失败、字段缺失、ID 重复或最终类型不是 able 时停止;只有明确移动、改名或删除快捷方式入口本身时才保留最初的 result.fileId 并切到 Drive。零命中或多候选时也停止,不默认选第一项。
What ships with it
41 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/06-data-analytics.md 1.8 KB
- references/aitable-record-ops.md 5.6 KB
- references/aitable-section.md 1.6 KB
- references/aitable.md 4.1 KB
- references/aitable/aitable-advperm.md 10 KB
- references/aitable/aitable-attachment.md 2.1 KB
- references/aitable/aitable-best-practices.md 2.5 KB
- references/aitable/aitable-cell-value.md 8.6 KB
- references/aitable/aitable-dashboard-chart.md 2.6 KB
- references/aitable/aitable-data-analysis-sop.md 5.5 KB
- references/aitable/aitable-datasource.md 12 KB
- references/aitable/aitable-error-recovery.md 5.3 KB
- references/aitable/aitable-export-import.md 6.0 KB
- references/aitable/aitable-field-properties.md 7.6 KB
- references/aitable/aitable-field.md 8.3 KB
- references/aitable/aitable-filter-sort.md 6.5 KB
- references/aitable/aitable-form.md 7.3 KB
- references/aitable/aitable-formula-guide.md 7.0 KB
- references/aitable/aitable-primary-doc.md 2.5 KB
- references/aitable/aitable-record-create.md 2.2 KB
- references/aitable/aitable-record-delete.md 582 B
- references/aitable/aitable-record-history.md 3.5 KB
- references/aitable/aitable-record-name-key.md 2.4 KB
- references/aitable/aitable-record-query.md 4.8 KB
- references/aitable/aitable-record-share.md 1.6 KB
- references/aitable/aitable-record-stats.md 2.9 KB
- references/aitable/aitable-record-update.md 2.9 KB
- references/aitable/aitable-record-upsert.md 3.3 KB
- references/aitable/aitable-view-config.md 7.9 KB
- references/aitable/aitable-view-extras.md 8.4 KB
- references/aitable/aitable-view-types.md 4.5 KB
- references/aitable/aitable-workflow.md 15 KB
- references/field-rules.md 1.6 KB
- references/intent-guide.md 2.1 KB
- references/recipes/conventions.md 3.4 KB
- references/url-patterns.md 11 KB
- scripts/aitable_export_via_task.py 7.6 KB runs code
- scripts/aitable_import_via_task.py 5.8 KB runs code
- scripts/bulk_add_fields.py 9.1 KB runs code
- scripts/import_records.py 9.7 KB runs code
- scripts/upload_attachment.py 6.3 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago Changed · +5 lines · +7 tokens per session 4530f0820310
- 4d ago Changed 635a806c0589
- 8d ago First seen · 140 lines · 202 tokens per session scan A d65d3bb533ab
dingtalk-aitable is a skill published in the GitHub repository DingTalk-Real-AI/dingtalk-workspace-cli (2,875 stars, last pushed yesterday), licensed Apache-2.0. It adds 209 tokens to every session and 4,907 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
schema-exploration
Lists tables, describes columns and data types, identifies foreign key relationships, and maps entity relationships in a database. Use when the user asks about database schema, table structure, column types, what tables exist, ERD, foreign keys, or how entities relate.
ha-data-stores
Map of Hope Agent's local data stores and safe read-only query workflow. Use when the user asks where Hope Agent stores data, wants to inspect sessions/messages/memory/logs/background jobs/knowledge indexes/settings, asks the model to query local app data, or debugging requires checking persisted state. Trigger…
supabase
Supabase / PostgREST Row-Level-Security playbook — pull the anon (or leaked servicerole) key out of the frontend JS, map tables from the auto-generated OpenAPI spec, test anonymous RLS READ disclosures (PII/secret leaks), and anonymous RLS WRITE abuse (insert/update/delete — e.g. forging…
nornicdb-cypher-queries
Pick fast, predictable Cypher query shapes in NornicDB — point lookups, batch retrieval, pagination, search, traversal, batched UNWIND/MERGE writes, cleanup, multi-tenant isolation. Use when writing or reviewing Cypher whose latency or throughput matters; maps user intent to the executor's hot-path query templates.
dsql
Build with Aurora DSQL — manage schemas, execute queries, handle migrations, diagnose query plans, diagnose cluster performance, load data, and develop applications with a serverless, distributed SQL database. Covers IAM auth, multi-tenant patterns, MySQL-to-DSQL and PostgreSQL-to-DSQL schema conversion, foreign key…
volcengine-rds-postgresql
A tool for operating PostgreSQL databases hosted by Volcano Engine's managed database service. PostgreSQL is a relational database used to store structured application data.