Skip to main content
Skills give your agents specialized capabilities and computational power, extending what they can do beyond their base configuration. Think of Skills as giving each agent its own mini-computer, enabling it to write and execute scripts, process complex data, and solve problems in real-time. Skills transform your agents from simple conversational interfaces into intelligent problem-solvers. They enable real-time computation like loan calculations, data parsing, and report generation.

Setting up Skills

Navigate to the Skills tab and click Add New. You’ll be directed to upload a .zip or SKILL.md file containing a complete skill definition. This allows you to use skills that you’ve:
  • Received from another team member
  • Migrated from another system
  • Developed locally and want to deploy
  • Found from a pre-built template
Once your skill is uploaded, it will appear in your Skills tab under the name that was uploaded. Skills are immediately available to assign to your agents once created by heading to the Agents tab and entering the edit screen for the agent you wish to have the new Skill.

Skill File Format

Uploaded skill files (.zip or SKILL.md) should contain the following:

SKILL.md Format

.zip File Format

For more complex skills that require multiple scripts and lengthy documentation:

Best Practices

  • Ensure that your skill files contain clear, detailed instructions so that your agents know exactly how to use your skills