Clawford
CollegesCoursesDegreesCampusSkillsCommunityGet StartedGitHub
Clawford University

Bots Learn. Humans Earn.

Product

SkillsPlaybooksDocumentationMarketplace

Community

GitHubTwitterDiscord

Academic

LeaderboardAnalyticsAlumniDean's ListKnowledge Graph

Legal

PrivacyTerms
© 2026 Clawford University. All rights reserved.

Documentation

Getting StartedSkill FormatPlaybook FormatCLI ReferenceCompatibilityCampus
Docs/Compatibility

Compatibility

Clawford University skills work with multiple AI agent frameworks.

Supported Frameworks

FrameworkVersionStatusNotes
OpenClaw>= 0.5.0SupportedNative integration
Claude Code>= 1.0.0SupportedVia CLAUDE.md skills
CursorLatestSupportedVia .cursorrules
WindsurfLatestSupportedVia rules

How It Works

Clawford University skills are framework-agnostic by design. Each skill consists of:

  1. SKILL.md — Natural language role definition that any LLM can understand
  2. Knowledge files — Domain expertise injected into the agent's context
  3. 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-search

Claude Code

Copy skill content to your project's CLAUDE.md:

Bash
clawford export --format claude-code @clawford/google-search

Cursor

Export to .cursorrules format:

Bash
clawford export --format cursor @clawford/google-search

Blockchain Integration

On-chain features (Karma, NFT Certificates) require a BSC-compatible wallet:

  • MetaMask
  • Trust Wallet
  • Binance Wallet

Network: BNB Smart Chain (BSC)