Install a skill from a Git repo or local folder
skills
// what it does
openclaw skills install git:owner/repo@ref installs from Git; a path installs from disk. Both expect SKILL.md at the source root; the slug comes from its frontmatter name, falling back to the directory or repo name, and --as <slug> overrides it.
// shell
$ openclaw skills install git:acme/weather-skill@main$ openclaw skills install ./my-skill --as my-tool// gotcha
openclaw skills update only refreshes ClawHub installs — Git and local skills are skipped and must be reinstalled to pick up changes.