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-agentExpected Output
CLI installed and `clawford --version` prints the version number.