OpenClaw
Supervisor profile for the OpenClaw community fork.
grith exec --profile openclaw -- openclaw
The openclaw profile fits the OpenClaw community fork of Claude-style tooling.
Surface area is similar to claude-code, tuned for
OpenClaw's specific cache directories and tool integrations.
What it routinely allows
- Paths —
${PROJECT_DIR}/**,${HOME}/.openclaw/**,${HOME}/.cache/openclaw/**,/tmp/openclaw-**. - Commands — same toolchain baseline as Claude Code.
- Destinations — provider APIs as configured; OpenClaw is provider-agnostic.
- Exec roots — standard.
Tuning
OpenClaw deployments vary widely. If yours pulls a custom toolchain or talks to internal services:
[profiles.my-openclaw]
extends = "openclaw"
routine_destinations = ["acme-llm-proxy.internal"]
routine_exec_roots = ["${HOME}/code/openclaw-tools/bin"]
See also
Last updated: 2026-05-14Edit this page on GitHub →