← Back to Guides

šŸ¦Ž Using Skills with OpenClaw

Install skills for always-on AI agents with Australian expertise.

Setup (10 minutes)

1

Download a skill

Go to any skill page and download the OpenClaw format (SKILL.md).

2

Create the skill folder

In your OpenClaw workspace, create a folder:

~/.openclaw/workspace/skills/bas-expert/
3

Add SKILL.md

Move the downloaded file into the folder:

~/.openclaw/workspace/skills/bas-expert/SKILL.md
4

OpenClaw auto-loads it

OpenClaw scans the skills folder and loads matching skills automatically based on your tasks.

Folder Structure

~/.openclaw/workspace/
ā”œā”€ā”€ skills/
│   ā”œā”€ā”€ bas-expert/
│   │   └── SKILL.md
│   ā”œā”€ā”€ super-guide/
│   │   └── SKILL.md
│   └── fair-work/
│       ā”œā”€ā”€ SKILL.md
│       └── references/
│           └── modern-awards.md
ā”œā”€ā”€ MEMORY.md
└── AGENTS.md

Install via ClawHub (Easy Way)

If the skill is published to ClawHub, you can install it with one command:

clawhub install aussie/bas-expert

Pro Tips

  • āœ“Add references: Put supporting docs in a references/ subfolder.
  • āœ“SKILL.md description: The description field helps OpenClaw know when to use the skill.
  • āœ“Always-on: Unlike chat tools, OpenClaw agents run 24/7 with your skills loaded.

Ready to try?

Download a skill and add it to your OpenClaw workspace.

Browse Skills →