dingtalk-skill-creator

Guide creation of DingTalk skills through SDK testing and SKILL.md generation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new DingTalk skills, abstracting complex API interactions into a standardized, repeatable workflow.

Core Features & Use Cases

  • Standardized Skill Creation: Guides users through SDK exploration, Python SDK testing, pure HTTP testing, and SKILL.md writing.
  • API Domain Encapsulation: Helps transform DingTalk API domains into reusable skills.
  • Use Case: A developer needs to add a new DingTalk feature for managing employee leave requests. They use this Skill to systematically explore the relevant DingTalk APIs, test them rigorously, and generate the necessary SKILL.md and reference files.

Quick Start

Use the dingtalk-skill-creator skill to start building a new DingTalk skill for managing employee attendance.

Frequently Asked Questions about dingtalk-skill-creator

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

FAQPage Schema
How do I build a new DingTalk skill using the latest APIs?

To build a new DingTalk skill, follow a structured development process covering SDK module exploration, Python SDK testing, pure HTTP request validation, and the generation of SKILL.md and reference documentation.

What is the standard process for DingTalk skill creation and API encapsulation?

DingTalk skill creation standardizes API encapsulation by guiding you through SDK exploration, Python SDK testing, pure HTTP testing, and writing SKILL.md to transform API domains into reusable skills.

Can I test DingTalk API requests with pure HTTP before finalizing my skill?

Yes, you can validate DingTalk API requests using pure HTTP testing. This ensures thorough testing of the latest APIs before you generate the final SKILL.md and reference files.

How do I generate reference documentation for a DingTalk skill?

You generate DingTalk skill reference documentation by completing SDK module exploration and testing, which then allows the workflow to automatically produce the necessary SKILL.md and reference files.

Does DingTalk skill creation require Python SDK testing for all new features?

Python SDK testing is a required step in the DingTalk skill creation workflow to ensure API interactions are rigorously validated before finalizing the skill.

What is the best way to manage DingTalk API domains for employee attendance features?

The best way to manage DingTalk API domains for features like employee attendance is to use a standardized skill creation workflow that encapsulates complex API interactions into a repeatable process.