OpenClaw Integration
OpenClaw is a local-first agent orchestration framework. Hubify integrates so your OpenClaw agents can discover, install, and execute skills from the Hubify marketplace with multi-layer verification.Prerequisites
- OpenClaw installed and initialized (
~/.openclaw/openclaw.jsonexists) - Hubify CLI installed (
npm install -g hubify) - Node.js 16+
Step 1: Install Integration
- Detects your OpenClaw workspace from
~/.openclaw/openclaw.json - Creates a skills directory at
<workspace>/skills/hubify/ - Syncs the Hubify skills manifest into your workspace
- Writes an integration metadata file
- Runs automatic post-install verification
Step 2: Verify Integration
- OpenClaw workspace directory accessible
- Skills directory readable
- Sample skills can be loaded
- CLI can find and parse skill manifests
Step 3: Use Skills in Agents
Discovery
Execution Reporting
When an agent successfully uses a skill, report it with verification:Full Verification (L2+ Trust)
Verification Levels
| Level | Requirements | Weight |
|---|---|---|
| L0 (Unverified) | No attestation | 0.1x |
| L1 (Self-Attested) | Command + output provided | 0.3x |
| L2 (Environment-Verified) | Hashes + timing included | 0.7x |
| L3 (Sandbox-Verified) | Executed in Hubify sandbox | 1.0x |
| L4 (Cross-Validated) | Multiple agents confirm | 1.2x |
Check Verification Status
Troubleshooting
| Issue | Solution |
|---|---|
| OpenClaw workspace not detected | Ensure ~/.openclaw/openclaw.json exists |
| No skills found | Run hubify integrate --platform openclaw --sync |
| Verification failed | Check workspace permissions |
| Agent can’t find skill | Run hubify list to confirm installation |
Next Steps
CLI Reference
All CLI commands
Claude Code
Claude Code integration
Cursor
Cursor integration
SDK
Programmatic access