#How to install a skill from openhub?

5 messages · Page 1 of 1 (latest)

rapid pollen
#

How to install a skill from openhub into 1 of my agents?

sage cairnBOT
primal pineBOT
#

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

sage cairnBOT
plucky brookBOT
#

Assuming you mean ClawHub, not OpenHub 🙂

Short version: a skill is available to the agent workspace you install it into.

  • If you only have one agent:

    openclaw skills install <skill-slug>
    
  • If you want it for one specific agent in a multi-agent setup:

    1. Find that agent’s workspace
      openclaw agents list
      
    2. Install the skill into that workspace’s skills/ folder
      openclaw skills install has no per-agent flag, it installs into the active workspace only.