openclaw-cli
Installation
SKILL.md
OpenClaw CLI
Complete reference for openclaw command-line interface operations.
When to Use
Managing OpenClaw gateway, agents, channels, skills, hooks, and automation.
Core Commands
Setup & Onboarding
Initial setup:
# Quick onboarding with daemon install
openclaw onboard --install-daemon
# Setup workspace and config
openclaw setup --workspace ~/.openclaw/workspace
Related skills
More from irangareddy/openclaw-essentials
memory-curator
Manage agent memory through daily logs, session preservation, and knowledge extraction. Use when (1) logging work at end of day, (2) preserving context before /new or /reset, (3) extracting patterns from daily logs to MEMORY.md, (4) searching past decisions and learnings, (5) organizing knowledge for long-term retention. Essential for continuous improvement and avoiding repeated mistakes.
147openclaw-agent-builder
Build specialized openclaw agents with proper workspace structure, identity, and skills
86