OpenClaw Integration

SupaSkills for OpenClaw

1078+ quality-scored expert skills for your OpenClaw agent. One install, unlimited expertise.

Why SupaSkills?

6D

Quality-Scored

Every skill scored on 6 dimensions. SupaScore tells you exactly how good it is.

[ ]

Research-Backed

Min 6 cited sources per skill. Academic papers, frameworks, industry standards.

!!

Guardrails Built In

Stop conditions, risk detection, evidence policies. Safe by default.

v2

Always Current

Versioned skills, continuously improved. You always get the latest version.

How it works

1

Install

terminal
$ clawhub install supaskills
Installed supaskills@1.0.0
2

Configure

openclaw.json
{
"skills": {
"supaskills": {
"config": {
"api_key": "sk_supa_..."
}
}
}
}
3

Ask

telegram
you: Help me write a pricing strategy
Searching SupaSkills...
Found: Pricing Strategy Architect (88.85)
agent: I'll help you develop a pricing strategy using the Van Westendorp framework...

Agent Toolkits

Pre-built PowerPacks with 3 skills each, fits the Free tier

1078+ skills across 13 categories

5 domains, curated by experts, scored for quality

Setup guide

Prerequisites

OpenClaw v0.8+ installed with exec and web_fetch tools enabled.

1. Get your API key

Sign up at supaskills.ai and create an API key in your Dashboard. Keys start with sk_supa_.

2. Install the bridge skill

terminal
$ clawhub install supaskills

3. Add your API key

openclaw.json
{
"skills": {
"supaskills": {
"config": {
"api_key": "sk_supa_your_key_here"
},
"priority": 2
}
}
}

4. Test it

telegram
you: Help me design a REST API for a todo app
[supaskills] Searching for "REST API design"...
[supaskills] Loading: API Design Architect (87.50, Platinum)
agent: I'll design your REST API following the Richardson Maturity Model. Let me start with resource identification...

5. Optional: Set priority in AGENTS.md

AGENTS.md
## Skills Priority
1. supaskills (expert knowledge)
2. web-search (current info)
3. calculator (math)

Free: 3 active slots. Pro: 15 slots, unlimited API calls. Max: 100 slots.

Get Your API Key