Install ouro skills from GitHub repositories or list available skills from a curated registry. Use when a user asks to list installable skills, install a skill from a repo, or manage installed skills.
Helps install skills from GitHub or other sources.
List installed skills:
ls -la ~/.ouro/skills/
Install from GitHub via the /skills menu or /skills call skill-installer:
python scripts/install_skill.py --url https://github.com/owner/repo
python scripts/install_skill.py --url https://github.com/owner/repo#path/to/skill
Install a skill from any public GitHub repository:
python scripts/install_skill.py --url https://github.com/owner/repo
For private repos, ensure git credentials are configured.
If the skill is in a subdirectory, use the #path suffix:
python scripts/install_skill.py --url https://github.com/owner/repo#skills/my-skill
Copy a local skill directory:
cp -r /path/to/skill ~/.ouro/skills/skill-name
python scripts/list_skills.py --installed
Or directly:
ls ~/.ouro/skills/
python scripts/list_skills.py --repo owner/repo --path skills
~/.ouro/skills/<skill-name>--depth 1 for efficiencyGITHUB_TOKEN/GH_TOKEN environment variableSKILL.md with name and description in frontmatter