Loading...
Loading...
Install, update, remove, and manage agent skills using `npx skills`. Use when asked to install, add, update, remove, or set up a new skill. Handles discovery, copy-mode installation to ~/.openclaw/skills/, and gateway restart so the skill is immediately available. Triggers on "install skill", "add skill", "update skill", "remove skill", "set up skill", "npx skills".
npx skill4agent add free-energy-studio/skills manage-skillnpx skillsnpx skills add <source> --skill <name> -g -y --copy-g--global~/.openclaw/skills/-y--yes--copy-a openclaw--list-l--all--full-depthskills-lock.jsonnpx skills update# GitHub shorthand (clones default branch)
npx skills add owner/repo
# Full GitHub URL
npx skills add https://github.com/owner/repo
# Specific branch via tree URL
npx skills add https://github.com/owner/repo/tree/branch-name
# Specific branch + subpath
npx skills add https://github.com/owner/repo/tree/branch-name/path/to/skills
# Skill filter (find skill named "foo" in default branch)
npx skills add owner/repo@foo
# GitLab
npx skills add https://gitlab.com/org/reponpx skills add ./pathowner/repo@thinghttps://github.com/owner/repo/tree/branch-nameSKILL.mdnamedescriptionskills/.openclaw/skills/.agents/skills/.claude/skills/.claude-plugin/marketplace.jsonplugin.jsonnamedescriptionls -la ~/.openclaw/skills/<name>/SKILL.md--copy# List installed skills
npx skills list # or: npx skills ls
npx skills ls -g # global only
# Search for skills
npx skills find [query]
# Check for updates
npx skills check
# Update all installed skills
npx skills update
# Remove a skill
npx skills remove <name> -g -y
# Create new skill template
npx skills init [name]npx skills update -gnpx skills remove <name> -g -y
npx skills add <source> --skill <name> -g -y --copynamedescriptionhttps://github.com/owner/repo/tree/branchowner/repo@branch~/.openclaw/skills/