#Clawhub Skills on Openclaw

6 messages · Page 1 of 1 (latest)

sonic kernel
#

Hi @inland compass Could you guide me how to use skills clawhub, such as Agent Browser? like Browserbase

spring crestBOT
high boughBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

spring crestBOT
inland compassBOT
#

Yep, quick version:

  1. Search the skill
openclaw skills search "agent browser"
  1. Install the one you want
openclaw skills install <slug-from-search>
  1. Check whether it’s actually ready
openclaw skills list --eligible
openclaw skills check
#
  1. Start a new session/chat
    New skills are picked up on the next session.

  2. 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-browser CLI, so if skills check shows 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: