bybreath57· 10 skills
创建新的钉钉技能(dingtalk skill)。当用户提到"创建新技能"、"新建技能"、"开发钉钉技能"、"新增钉钉功能"、"添加钉钉接口支持"、"我需要一个钉钉 xxx 技能"、"钉钉待办"、"钉钉签到"、"钉钉考勤"、"钉钉审批"、"钉钉日程"等希望将某个钉钉 API 领域封装成可复用 skill 时,必须使用此技能。此技能包含完整的技能创建流程:SDK 探索 → SDK Python 测试 → 纯 HTTP Python 测试(两步全通过)→ SKILL.md 编写。测试未全部通过不得创建 skill。
$npx -y skills add breath57/dingtalk-skills --skill dingtalk-skill-creatorInstalls into the current project.
Run `npx skills use "https://github.com/breath57/dingtalk-skills" --skill "breath57/dingtalk-skills/dingtalk-skill-creator"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/breath57/dingtalk-skills" that are relevant to the current task. Run `npx skills add "https://github.com/breath57/dingtalk-skills"` and select the relevant skills, then follow their instructions.