Skills Builder: extend Cerewro with your own skills

Cerewro's Skills Builder is an AI-assisted wizard that guides you step by step to create new skills in JSON format from within the application. Extend the agent's behavior with custom instructions without touching the base code.

What is a skill?

A skill is a JSON file that defines how the AI should behave for a specific type of task: which tools to use, in what order, how to present results and what restrictions to apply.

Create a skill from the chat
Create a skill that when someone asks about server status, runs systeminfo, pings critical services and generates a PDF summary

Skill structure

  1. name: descriptive name of the skill
  2. trigger: keywords or patterns that activate the skill
  3. steps: sequence of tools and actions to execute
  4. output: final response format
  5. restrictions: skill security limitations