Loading...
Loading...
OpenClaw usage expert: Helps you install, deploy, configure, and use OpenClaw personal AI assistant. Can diagnose issues, create bots, execute automated tasks, etc. Use when users need to install OpenClaw, configure Gateway, set up Channels, create Agents, troubleshoot issues, or perform OpenClaw-related operations.
npx skill4agent add iofficeai/aionui openclaw-setupreferences/installation.mdreferences/troubleshooting.mdreferences/usage.mdreferences/configuration.mdreferences/uninstallation.md# Install OpenClaw
npm install -g openclaw@latest
# Run onboarding wizard
openclaw onboard --install-daemonreferences/installation.md# Check Gateway status
openclaw gateway status
# Run health check
openclaw doctoropenclaw agent --message "Help me complete a task"references/installation.mdreferences/deployment.mdreferences/troubleshooting.mdreferences/usage.mdreferences/configuration.mdreferences/best-practices.mdreferences/uninstallation.md# Installation and configuration
openclaw onboard --install-daemon # Onboarding wizard
openclaw configure # Reconfigure
openclaw setup # Set up workspace
# Service management
openclaw gateway status # Check status
openclaw gateway start # Start
openclaw gateway stop # Stop
openclaw gateway install # Install service
# Diagnosis
openclaw doctor # Health check
openclaw doctor --repair # Auto repair
openclaw channels status # Channel status
# Agent operations
openclaw agents list # List Agents
openclaw agent --message "..." # Interact with Agent
openclaw message send --to ... # Send message
# Configuration
openclaw config get <key> # Get configuration
openclaw config set <key> <value> # Set configurationreferences/installation.mdreferences/troubleshooting.mdreferences/usage.mdreferences/configuration.mdreferences/uninstallation.mdopenclaw doctor