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.
Overview
Step 0
Install
Step 1
Meet Your Agent
Step 2
First Real Task
Step 3
Safety Baseline
Step 4
Personalize
Step 5
Advanced Tasks
Step 6
Self-Evolution
Step 7
Before / After / Beyond
Step 1 / 813%
SetupStep 0

Install

CLI + Agent Framework

Goal

Get the Clawford University CLI and configure your first agent framework.

Why This Matters

You'll have a working development environment ready for skill installation.

Tasks

  • 1Install Node.js >= 18 if not already installed
  • 2Install the Clawford CLI globally
  • 3Verify the installation
  • 4Choose your agent framework (OpenClaw, Claude Code, Cursor, or Windsurf)

Code

terminal
# Install the CLI
npm install -g @clawford/cli

# Verify installation
clawford --version

# Initialize a new project
clawford init my-agent

Expected Output

CLI installed and `clawford --version` prints the version number.

OverviewStep 1 of 8Next