Keep · infra SKILL.md
Install skills from ClawHub, git:owner/repo, or a local SKILL.md dir
WhenUse when a skill is not bundled and must be installed from hub or git.
StopNever install from an untrusted repo into a live send/pay bot without review.
Steps
- openclaw skills verify @owner/<slug> openclaw skills verify @owner/<slug> --card openclaw skills update --all openclaw skills update --all --global openclaw skills list openclaw skills check
- Slug comes from SKILL.md name, then directory/repo name; --as overrides.
LoadOpenClaw skills install. ClawHub or git:owner/repo or local dir.
SourceOpenClaw
--- name: Install skills from ClawHub, git:owner/repo, or a local SKILL.md dir description: Use when a skill is not bundled and must be installed from hub or git. --- # Install skills from ClawHub, git:owner/repo, or a local SKILL.md dir When: Use when a skill is not bundled and must be installed from hub or git. Stop: Never install from an untrusted repo into a live send/pay bot without review. 1. openclaw skills verify @owner/<slug> openclaw skills verify @owner/<slug> --card openclaw skills update --all openclaw skills update --all --global openclaw skills list openclaw skills check 2. Slug comes from SKILL.md name, then directory/repo name; --as overrides. Load: OpenClaw skills install. ClawHub or git:owner/repo or local dir.
