OpenClaw

Installation
SKILL.md

📚 OpenClaw Installation and Discord Configuration Guide

1. Environment Setup

1.1 System Requirements

  • Node.js: v22.16.0+ (required)
  • npm: Installed with Node.js
  • pnpm: Must be installed globally
  • Git: For cloning the repository

1.2 PATH Issues (Important!)

On macOS, Node.js may not be in the default PATH; you may need to specify it explicitly:

/usr/local/bin/node --version
/usr/local/bin/npm --version

Solution: Prepend export PATH="/usr/local/bin:$PATH" before running commands.


Related skills
Installs
4
GitHub Stars
1.2K
First Seen
Mar 8, 2026