---
name: DingTalk AI Tables
slug: dingtalk-ai-tables
category: Automation
description: DingTalk AI Tables reads and manages records in an explicitly named DingTalk AI table. Use it when a user refers to a specific table, fields, or records in DingTalk.
github: "https://github.com/wecode-ai/Wegent/tree/main/backend/init_data/skills/dingtalk-ai-table"
language: TypeScript
stars: 712
forks: 125
install: "npx degit https://github.com/wecode-ai/Wegent/tree/main/backend/init_data/skills/dingtalk-ai-table ~/.claude/skills/dingtalk-ai-table"
installs_to: ~/.claude/skills/dingtalk-ai-table
source_path: backend/init_data/skills/dingtalk-ai-table/SKILL.md
collection_size: 18
category_size: 1523
collection_url: "https://dirskills.com/collections/wecode-ai/Wegent"
added: 2026-08-23T05:20:31.006Z
last_synced: 2026-08-23T05:20:31.006Z
canonical_url: "https://dirskills.com/skills/dingtalk-ai-tables"
---

# DingTalk AI Tables

DingTalk AI Tables reads and manages records in an explicitly named DingTalk AI table. Use it when a user refers to a specific table, fields, or records in DingTalk.

**Install:**

```bash
npx degit https://github.com/wecode-ai/Wegent/tree/main/backend/init_data/skills/dingtalk-ai-table ~/.claude/skills/dingtalk-ai-table
```

## README

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