OpenClaw Integration

SupaSkills + OpenClaw

OpenClaw gives your agent tools. SupaSkills gives it expertise. Together: an AI that acts and thinks like a specialist.

terminal
$ clawhub install supaskills

Why this matters

Tools give capability. Skills give judgment. That's the difference between automation and expertise.

?>

Your agent can access Gmail with gog.

But does it know GDPR Article 17 right-to-erasure requirements when drafting a data deletion response?

§

Your agent can read contracts.

But does it know which indemnity clauses are market-standard in SaaS agreements?

%

Your agent can query databases.

But does it know the 7-phase diagnostic methodology for PostgreSQL performance tuning?

Measured, not marketed

89%

Win rate in blind A/B tests

+38%

Legal improvement

+30%

Finance improvement

How it works

?>

Search from your agent

Ask your OpenClaw agent to find the right skill. SupaSkills searches 1306+ scored skills and returns the best match.

<<

Load on demand

One API call returns a research-backed expert methodology. Your agent loads it, gains domain judgment, and gets to work.

6D

Quality built in

Every skill is scored across 6 dimensions. Minimum score: 80. Cited sources, structured frameworks, real methodology.

Setup

1Get your API key

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

2Create a SupaSkills skill for OpenClaw

~/.openclaw/skills/supaskills-loader/SKILL.md
---
name: supaskills-loader
description: Search and load expert skills from SupaSkills.ai
user-invocable: true
---
When the user asks for expert help or a specific skill:
1. Search for the right skill:
curl -s https://www.supaskills.ai/api/v1/skills?q={query}&limit=3 \
-H "Authorization: Bearer $SUPASKILLS_API_KEY"
2. Show the user the top 3 results with names and scores.
3. When the user picks one, load it:
curl -s https://www.supaskills.ai/api/v1/skills/{slug}/prompt?format=text \
-H "Authorization: Bearer $SUPASKILLS_API_KEY"
4. Use the returned text as your system instructions for this task.
5. When done, tell the user which skill you used and its SupaScore.

3Use it

openclaw
you: I need help with a GDPR privacy policy
Agent: Found 3 matching skills:
1. gdpr-data-protection-officer (Score: 88, Platinum)
2. privacy-policy-generator (Score: 85, Gold)
3. cookie-consent-compliance-expert (Score: 88, Platinum)
Which one should I load?
you: Load #1
agent: [loads skill, becomes GDPR expert, starts working]

Tools + Expertise = Expert AI

OpenClaw and SupaSkills complement each other. Use ClawHub skills for actions, SupaSkills for domain knowledge. Together, your agent doesn't just execute. It thinks.

OpenClaw SkillsSupaSkillsTogether
PurposeActions & automationDomain expertiseExpert automation
ExampleAccess Gmail, read filesGDPR methodology, contract review frameworksDraft GDPR-compliant responses from real emails
FormatScripts, CLIs, toolsExpert system prompts (6D scored)Tool + Knowledge
QualityCommunity reviewedMin score 80, 6 dimensions, cited sourcesBest of both
Count5,700+1306+7,006+

Integrations

Live

MCP Protocol

Connect via Claude Code's native MCP protocol. Zero-config skill loading, no curl needed.

Setup guide →
Live

ClawHub listing

Install SupaSkills as an OpenClaw skill with one command.

clawhub install supaskillsView on GitHub →
Coming soon

SKILL.md export

Download any SupaSkills skill as an OpenClaw-ready SKILL.md file. One curl command.

Free: 30 SkillStreaming queries + 3 slots. Pro: 300 queries + 42 slots. Max: Unlimited. Pricing

Start Free