# skill-creator > Allows creating new skills dynamically. - Author: Your Name - Repository: chuancyzhang/deepseek-cowork - Version: 20260120091109 - Stars: 5 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/chuancyzhang/deepseek-cowork - Web: https://mule.run/skillshub/@@chuancyzhang/deepseek-cowork~skill-creator:20260120091109 --- --- name: skill-creator description: Allows creating new skills dynamically. description_cn: 允许动态创建新的功能模块。 license: Apache-2.0 allowed-tools: create_new_skill --- # Skill Creator Skill This skill allows creating new skills dynamically. ## Tools ### create_new_skill Create a new local skill with a specified tool. - **skill_name** (string, required): The name of the new skill (folder name). - **description** (string, required): Description of the skill. - **tool_name** (string, required): The name of the tool function. - **tool_description** (string, required): Description of the tool. - **tool_code** (string, required): The python code for the tool function.