List installed skills and search ClawHub
skills
// what it does
Skills are SKILL.md instruction files that teach an agent when to use a tool. openclaw skills list shows what is loaded, openclaw skills search finds skills on ClawHub (the public registry), and openclaw skills info <name> inspects one. openclaw skills check audits how much prompt budget the enabled skills consume.
// shell
$ openclaw skills list$ openclaw skills search browser$ openclaw skills check// gotcha
OpenClaw snapshots the eligible skill set when a session starts, so a newly installed skill only applies to the next new session, not the one you are in.