aliramwaliramwCommunityยท1 Agent Skills Included

dingtalk-ai-table

Manage DingTalk AI tables, fields, and records

Creates, queries, updates, and deletes DingTalk AI tables, fields, and records through simple commands. Bulk-imports CSV or JSON data and batch-adds fields without manual clicking in the DingTalk interface. Includes schema version checks, sandboxed file access, and ready-made example scripts to finish data tasks faster.
npx skills add aliramw/dingtalk-ai-table --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install dingtalk-ai-table?โ–ผ

Run `npx skills add aliramw/dingtalk-ai-table --all -g -y` in your terminal to install the skill globally.

How to manage DingTalk AI tables with AI?โ–ผ

This skill lets your agent list, create, and search DingTalk AI tables, then query, add, update, or delete records using plain-English requests.

How to bulk import data into DingTalk tables?โ–ผ

Use the included import script with a CSV or JSON file, for example `python3 scripts/import_records.py baseId tableId data.csv`, and it handles field mapping and validation automatically.

What do I need to configure before using it?โ–ผ

You need the mcporter CLI (version 0.8.1 or higher) and a DINGTALK_MCP_URL environment variable containing your DingTalk MCP server address from the DingTalk MCP marketplace.

Does it work with the old DingTalk table API?โ–ผ

No. It only supports the new schema based on baseId, tableId, fieldId, and recordId, and it automatically checks your MCP server version before running any operation.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’