dingtalk-message

Send text, Markdown, ActionCard, Link, and FeedCard messages via DingTalk channels.

99|9|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/breath57/dingtalk-skills --skill dingtalk-message
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dingtalk-message
Source: https://github.com/breath57/dingtalk-skills/tree/main/.agents/skills/dingtalk-message
Command: npx skills add https://github.com/breath57/dingtalk-skills --skill dingtalk-message

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to send various types of messages through DingTalk without needing to manually interact with the DingTalk API or understand its complexities.

Core Features & Use Cases

  • Multiple Messaging Channels: Supports Webhook bots, enterprise internal robots, and work notifications.
  • Rich Message Formats: Can send plain text, Markdown, ActionCards, Link cards, and FeedCards.
  • Message Management: Includes functionality for recalling messages and querying read status.
  • Use Case: A project manager needs to quickly inform their team about a critical update. They can use this Skill to send a Markdown message to a specific group chat, ensuring everyone sees the important information.

Quick Start

Use the dingtalk-message skill to send a markdown message to the 'development' group saying 'The new feature is ready for testing'.

Frequently Asked Questions about dingtalk-message

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send a DingTalk webhook message using markdown format?

To send a DingTalk webhook message, configure the webhook URL and use the Skill to format your content as markdown. It supports sending markdown messages directly to group chats without manual API interaction.

Can I send ActionCard and FeedCard messages through DingTalk work notifications?

DingTalk work notifications support ActionCards, Link cards, and FeedCards. You can send these rich message formats by configuring the necessary API credentials for enterprise internal robots.

What DingTalk API credentials do I need to send messages to enterprise internal robots?

You need to configure specific API credentials and webhook URLs to send messages to enterprise internal robots. These credentials authenticate your requests when sending text, markdown, or ActionCard messages.

Does DingTalk messaging support recalling messages and querying read status?

Yes, DingTalk messaging supports recalling messages and querying read status. You can manage sent messages across multiple channels, including Webhook bots and work notifications, to track engagement.

What is the best way to automate DingTalk notifications for project updates?

The best way to automate DingTalk notifications is using Webhook bots to send markdown or text messages to group chats. This allows quick information sharing for critical updates without manual API calls.