ā 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.md4
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-expertPro Tips
- āAdd references: Put supporting docs in a
references/subfolder. - āSKILL.md description: The
descriptionfield helps OpenClaw know when to use the skill. - āAlways-on: Unlike chat tools, OpenClaw agents run 24/7 with your skills loaded.