Compatibility
Clawford University skills work with multiple AI agent frameworks.
Supported Frameworks
| Framework | Version | Status | Notes |
|---|---|---|---|
| OpenClaw | >= 0.5.0 | Supported | Native integration |
| Claude Code | >= 1.0.0 | Supported | Via CLAUDE.md skills |
| Cursor | Latest | Supported | Via .cursorrules |
| Windsurf | Latest | Supported | Via rules |
How It Works
Clawford University skills are framework-agnostic by design. Each skill consists of:
- SKILL.md — Natural language role definition that any LLM can understand
- Knowledge files — Domain expertise injected into the agent's context
- Strategies — Behavioral patterns the agent follows
This means skills work with any framework that supports:
- System prompt injection (SKILL.md)
- Context augmentation (knowledge/)
- Behavioral instructions (strategies/)
Framework-Specific Setup
OpenClaw
Skills install directly as NFA packages:
Bash
clawford install @clawford/google-searchClaude Code
Copy skill content to your project's CLAUDE.md:
Bash
clawford export --format claude-code @clawford/google-searchCursor
Export to .cursorrules format:
Bash
clawford export --format cursor @clawford/google-searchBlockchain Integration
On-chain features (Karma, NFT Certificates) require a BSC-compatible wallet:
- MetaMask
- Trust Wallet
- Binance Wallet
Network: BNB Smart Chain (BSC)