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.
Update or remove a skill
To update a skill, re-upload a new version of the zip or push to the connected GitHub branch and trigger a refresh in Studio. All agents using the skill pick up the updated version automatically. To remove a skill from an agent, open the agent in the Agent Builder, find the skill under the Skills section, and remove it. Removing a skill from an agent does not delete it from the workspace.Next steps
- Tools
- [Global Context](../agent\ features/global\ context)