Upload a skill
Skills are packaged as a zip file or a GitHub repository. Each skill must contain aSKILL.md file at the root that defines its interface and behavior.
- Go to Skills in the Studio sidebar and select Create New.
- Choose how to add the skill:
- Upload zip: drag and drop or select a
.zipfile from your computer. - GitHub repo: paste the repository URL and branch name.
- Upload zip: drag and drop or select a
- Lyzr validates the
SKILL.mdand displays the skill name, description, and parameters. - Save. The skill is now available workspace-wide.
Lyzr built-in skill library
Lyzr provides a library of pre-built skills covering common patterns: web search, summarization, data extraction, code execution, and more. These appear in the skill selector without requiring you to upload anything.Attach a skill to an agent
- Open the agent in the Agent Builder.
- Scroll to the Skills section and select Add.
- Choose from your uploaded skills or from the built-in skill library.
- Add any required skill instructions that tell the agent when and how to use this skill.
- Save the agent.