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.Documentation Index
Fetch the complete documentation index at: https://docs.vivi.bot/llms.txt
Use this file to discover all available pages before exploring further.
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
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

