Install
openclaw skills install use-openclawExplain how to use OpenClaw in a local environment. Use when the user asks how to find OpenClaw config or workspace files, how to add or inspect skills, how to understand the purpose of AGENTS.md or workspace notes, how to troubleshoot OpenClaw setup issues, or how to complete a common OpenClaw task step by step.
openclaw skills install use-openclawHelp the user complete common OpenClaw tasks with minimal ceremony. Start from the local installation, inspect real files before giving advice, and explain the shortest working path.
Use this workflow unless the user asks for something narrower:
~/.openclaw/ before answering from memory.Check these locations first on a normal local installation:
~/.openclaw/openclaw.json: main configuration file~/.openclaw/workspace/: shared workspace guidance and notes~/.openclaw/workspace/AGENTS.md: project or workspace behavior rules~/.openclaw/workspace/TOOLS.md: environment-specific tool notes~/.openclaw/workspace/USER.md: user preferences and human context~/.openclaw/skills/ and ~/.openclaw/workspace/skills/: installed or in-progress skills~/.openclaw/logs/: logs for troubleshooting~/.openclaw/extensions/: installed extensions and their docsOn Windows, expand ~ to the user's home directory, for example C:/Users/<name>/.openclaw/.
When the user asks where OpenClaw files live or what each file is for:
When the user asks how to do something in OpenClaw:
When the user wants a new skill:
~/.openclaw/skills/ or the current workspace.SKILL.md with clear name and description.agents/openai.yaml if UI metadata is needed.references/ only when necessary.When the user says OpenClaw is not working:
~/.openclaw/openclaw.json and the most relevant file under ~/.openclaw/logs/.SKILL.md, README, or config before proposing a fix.Use fast inspection commands first:
rg --files "~/.openclaw"rg -n "keyword" "~/.openclaw"Get-ChildItem -Force "~/.openclaw"Get-Content -Raw "~/.openclaw/openclaw.json"Get-Content -Raw "~/.openclaw/workspace/AGENTS.md"Adjust path separators for the current shell when needed.