install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/britrik/skill-vettr/test/fixtures/safe-skill" ~/.claude/skills/clawdbot-skills-hello-world-8e6e94 && rm -rf "$T"
manifest:
skills/britrik/skill-vettr/test/fixtures/safe-skill/SKILL.mdsource content
Hello World Skill
A simple, safe skill that greets the user.