Install
openclaw skills install gia-openclaw-setup-guideGuides users through installing OpenClaw, connecting messaging channels, configuring skills, setting up workflows, and troubleshooting common issues.
openclaw skills install gia-openclaw-setup-guideHelp users install and configure OpenClaw from scratch. Covers installation, channel connection, skill setup, and first automation workflow.
Guides a new OpenClaw user through:
When a user asks for help setting up OpenClaw, follow these steps in order:
# Check OS and prerequisites
uname -a
node --version # Need Node.js 18+
git --version
curl -fsSL https://openclaw.ai/install.sh | bash
openclaw onboard --install-daemon
# For Telegram (most common)
openclaw channels add telegram
# Follow prompts for bot token from @BotFather
# For Discord
openclaw channels add discord
# Provide bot token from Discord Developer Portal
Create these files in the workspace:
SOUL.md — Agent personality and behaviorUSER.md — Information about the humanAGENTS.md — Operating proceduresIDENTITY.md — Name, emoji, avatar# Browse available skills
openclaw skills search <keyword>
# Install a skill
openclaw skills install <skill-name>
Send a message to your agent on the connected channel. Try:
nvm install 22 && nvm use 22sudo chown -R $USER ~/.openclawopenclaw status and openclaw gateway logs