DingTalk AI Table

Full CRUD on DingTalk AI Tables (.able / Notable) via the official API

Works with setup

Test report

Verdict
Works with setup
Score
8.0/10
Tested
Jul 20, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Jul 30, 2026 · b7eee6e

This skill is no longer available upstream. Our re-check on Aug 10, 2026 couldn't find it any more (repo unreachable/deleted). The test below is what we measured on Jul 20, 2026 and we're leaving it up as a record — but there is nothing left to install, so we've removed the command.

dt_helper.sh runs cleanly: the --set/--get config roundtrip works, and --token with dummy credentials reached the live DingTalk OAuth endpoint and surfaced the real 'invalidClientIdOrSecret' API error instead of crashing, which proves the plumbing is wired correctly. The references/api.md is a solid 306-line reference covering all twelve sheet/field/record operations plus error codes and required permissions. Every curl call targets only official api.dingtalk.com and oapi.dingtalk.com domains. Actual table CRUD needs a real DingTalk enterprise app key/secret and an .able base that couldn't be obtained, so the output-versus-baseline delta is unmeasured.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 5/10
  • Docs & honesty 5/5

What DingTalk AI Table does

Drives all operations on DingTalk AI Tables (the .able multi-dimensional/Notable format): listing and managing sheets, creating and deleting fields, and querying, adding, updating, and deleting records. Triggers on DingTalk AI-table, multi-dimensional-table, sheet, field, and record CRUD phrasing (Chinese or English). Ships a dt_helper.sh for token/identity handling and a 306-line API reference.

How to install DingTalk AI Table

Nothing to install: the source repository no longer has this skill. If the author brings it back, our daily re-check will pick it up and the command will reappear here.

Commands — how to trigger DingTalk AI Table

  • /dingtalk-ai-table Full CRUD on DingTalk AI Tables (.able / Notable) via the official API

It also activates on plain-language prompts like these:

  • 帮我在钉钉的多维表格(Notable)里新建一个负责人字段,并把本周新增的任务记录都同步更新一遍
  • 查询一下钉钉智能表格里所有还没完成的任务记录,并把状态字段都批量改成已完成,方便周会汇报
  • 这个钉钉多维表格里有不少重复的记录行,帮我筛选出来之后批量删除掉,别留下垃圾数据影响统计

Frequently asked questions

Is the DingTalk AI Table skill free?
Yes. The skill itself is free from breath57/dingtalk-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does DingTalk AI Table work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 20, 2026. Verdict: Works with setup. dt_helper.sh runs cleanly: the --set/--get config roundtrip works, and --token with dummy credentials reached the live DingTalk OAuth endpoint and surfaced the real 'invalidClientIdOrSecret' API error instead of crashing, which proves the plumbing is wired correctly. The references/api.md is a solid 306-line reference covering all twelve sheet/field/record operations plus error codes and required permissions. Every curl call targets only official api.dingtalk.com and oapi.dingtalk.com domains. Actual table CRUD needs a real DingTalk enterprise app key/secret and an .able base that couldn't be obtained, so the output-versus-baseline delta is unmeasured.
What is the DingTalk AI Table SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 5/5.
How do I install DingTalk AI Table?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use DingTalk AI Table with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.