Install
openclaw skills install @isaiahmaniac-sketch/skill-installerInstall skills from GitHub repositories into the local skills directory. Use when a user asks to install a skill, add a skill from a repo, list installable skills, or references a GitHub URL containing skills.
openclaw skills install @isaiahmaniac-sketch/skill-installerInstall skills from GitHub repositories into .grok/skills/, persisted across sessions.
All scripts require network access. Use the bash tool to run them.
bash <this-skill-path>/scripts/list-skills.sh [--repo owner/repo] [--path skills-dir] [--ref branch]
Defaults: --repo xai-org/skills --path skills/.curated --ref main
bash <this-skill-path>/scripts/install-skill.sh --repo owner/repo --path path/to/skill [--ref branch]
Or from a full GitHub URL:
bash <this-skill-path>/scripts/install-skill.sh --url https://github.com/owner/repo/tree/main/path/to/skill
git sparse-checkout (private repos).SKILL.md..grok/skills/<skill-name> (persisted across sessions).GITHUB_TOKEN or GH_TOKEN environment variables for private repo access.When listing skills, output the list and ask which ones to install:
Available skills from owner/repo:
1. skill-one
2. skill-two (already installed)
Which ones would you like installed?
After installing, tell the user to start a new session to pick up the new skill.