Introducing new OpenAI Skills and Skill Versions modules
2 min
make now supports skills and skill versions in the openai app use them to create reusable sets of instructions and tools, manage versions, and attach skills to model responses in your scenarios with skills, you can keep repeated ai instructions in one place instead of recreating them in each module this helps you build more consistent ai powered scenarios and update shared instructions more easily new modules we've added two new groups of modules to help you manage the entire lifecycle of your ai skills and their versions skills list skills retrieve a list of all available skills in your openai account get a skill return information about a specific skill by its id download a skill download a skill as a zip file using its id create a skill upload skill files to create a new skill update the default version pointer for a skill set which version of a skill is the default delete a skill permanently remove a skill skill versions list skill versions get a list of all versions for a particular skill get a skill version retrieve the details of a specific skill version download a skill version download the content of a specific skill version as a zip file create a skill version create a new version for an existing skill delete a skill version permanently remove a specific version of a skill updated module generate a response this module now includes a new skills tool type you can attach one or more of your created skills to an ai model to guide its response resources openai (chatgpt, sora, whisper) — make help center https //apps make com/openai gpt 3 openai modules — make help center https //apps make com/openai modules skills documentation — openai developers https //developers openai com/api/docs/guides/tools skills