dingtalk-ai-table

dingtalk-ai-table is a skill for Claude Code, Codex from wecode-ai/Wegent. It costs 36 tokens per session (219 once invoked), scanned A, original, Apache-2.0.

A set of instructions for reading and managing records in a DingTalk AI table, an online table inside DingTalk.

In plain words
What is it for?
Use it to inspect requested tables, views, fields, and records, or to create, update, or delete records when explicitly asked.
Why use it?
It keeps table access limited to the requested data and separates table identifiers from DingTalk document identifiers.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to inspect requested tables, views, fields, and records, or to create, update, or delete records when explicitly asked.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wecode-ai/wegent/dingtalk-ai-table
Install

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.

Any agent
npx skills add wecode-ai/Wegent --skill dingtalk-ai-table
Clone the repo
git clone --depth 1 https://github.com/wecode-ai/Wegent

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for dingtalk-ai-table

README.md
[![agentmods](https://agentmods.dev/badge/skills/wecode-ai/wegent/dingtalk-ai-table.svg)](https://agentmods.dev/skills/wecode-ai/wegent/dingtalk-ai-table)
Your own site
<a href="https://agentmods.dev/skills/wecode-ai/wegent/dingtalk-ai-table"><img src="https://agentmods.dev/badge/skills/wecode-ai/wegent/dingtalk-ai-table.svg" alt="Measured on agentmods" height="20"></a>
Per session 36 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 219 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00036 $0.00219
Opus 5 $0.00018 $0.00110
Sonnet 5 $0.00007 $0.00044
Haiku 4.5 $0.00004 $0.00022

Measured 7d ago against content hash 2adf229a6096, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

dingtalk-ai-table 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 7d 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.

backend/init_data/skills/dingtalk-ai-table/SKILL.md · 24 lines

What it actually says

DingTalk AI Tables

Use the DingTalk AI Table MCP for the table explicitly identified by the user.

  • Read only the requested table, view, fields, and records.
  • Use create, update, or delete tools only when the user explicitly requests that mutation.
  • Keep document node IDs and AI table IDs separate when both DingTalk services are active.
  • DingTalk remains the authority for the current user's permissions.
Changes

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.

  1. 7d ago First seen · 24 lines · 36 tokens per session scan A 2adf229a6096

Subscribe to this mod's changes

dingtalk-ai-table is a skill published in the GitHub repository wecode-ai/Wegent (783 stars, last pushed yesterday), licensed Apache-2.0. It adds 36 tokens to every session and 219 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

stale-sweep

Sweep the googleapis/mcp-toolbox repo for issues and PRs with no real activity in N days (default 60), sort each by whose silence it is (the author's, ours, or nobody's), and draft the nudge or close comment. Use whenever a maintainer asks for a stale sweep, backlog cleanup, or an SLO check, e.g. "stale sweep", "find…

googleapis/mcp-toolbox · 159 tokens

trello

Manages Trello boards, lists, and cards via the Trello REST API. Use when the user wants to create cards, move tasks between lists, list boards, add comments, archive cards, or check what is on a Trello board. Handles authentication, pagination, and rate-limit awareness for all Trello REST endpoints.

elizaOS/eliza · 69 tokens

things-mac

Manage Things 3 via the things CLI on macOS (add/update projects+todos via URL scheme; read/search/list from the local Things database). Use when a user asks Otto to add a task to Things, list inbox/today/upcoming, search tasks, or inspect projects/areas/tags.

elizaOS/eliza · 67 tokens

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…

shiwenwen/hope-agent · 115 tokens

status-report

Use when the user asks for a weekly / monthly status report, project update, individual or team progress summary. Produces a tight, scannable update with what shipped, what's in flight, what's blocked, and metrics.

shiwenwen/hope-agent · 48 tokens

crm-ops

How to operate the Lobu funnel CRM — create and enrich leads, log interactions, advance funnel stages, open and update pilots, and produce the weekly digest. Use whenever the task touches the pipeline.

lobu-ai/lobu · 44 tokens