#Clawhub Skills on Openclaw
6 messages · Page 1 of 1 (latest)
Yep, quick version:
- Search the skill
openclaw skills search "agent browser"
- Install the one you want
openclaw skills install <slug-from-search>
- Check whether it’s actually ready
openclaw skills list --eligible
openclaw skills check
-
Start a new session/chat
New skills are picked up on the next session. -
Then just ask naturally, for example:
use Agent Browser to open example.com and summarize the page
A couple important notes:
- ClawHub skills are usually instructions + dependency checks, not magic by themselves.
- For Agent Browser specifically, it looks like a third-party skill around an external
agent-browserCLI, so ifskills checkshows missing deps, install those first. - If you mean Browserbase-style browser automation, OpenClaw’s built-in browser is often the more native path than a third-party skill.
Docs: