Quickstart
Install your first skill and start using OpenSkill
Install a Skill
The fastest way to get started is to install a skill from OpenSkill or a repository.
terminal
# Install a skill by name
$ osk install code-review
# Install from a GitHub repository
$ osk install https://github.com/user/skillsOpenSkill will automatically detect your installed AI agents and prompt you to choose which one to install the skill for. You can also specify the agent directly:
terminal
$ osk install code-review -t claudeBrowse Available Skills
Use the interactive browser to discover skills:
terminal
$ osk browseOr search for specific skills:
terminal
$ osk search "testing"Add a repository first to browse skills from it:
osk repo add https://github.com/user/skillsManage Skills
View your installed skills:
terminal
$ osk list
Installed skills:
• code-review (claude, global)
• testing-helpers (cursor, project)Update all skills to their latest versions:
terminal
$ osk updateRemove a skill:
terminal
$ osk uninstall code-reviewNext Steps
- Learn about all available CLI commands
- Understand the skill format
- Set up skill repositories
- Configure your preferred AI agent