Install
openclaw skills install openclaw-claude-delegateClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Give Claude back to OpenClaw through a local Claude Code delegation lane with dispatch, poll, result, resume, and an optional non-root bypassPermissions runner. Use when: you want Claude subscription access available to OpenClaw agents through a stable local worker lane, need resume/monitoring in a bounded workspace, or need Claude auth separate from OpenClaw providers. Don't use when: the user explicitly wants an ACP chat harness or thread, use acp-router plus sessions_spawn(runtime: "acp"); the task is a simple edit or shell command, use edit/exec directly; or the local Claude runner is not set up yet, read references/setup.md first.
openclaw skills install openclaw-claude-delegateGive Claude back to OpenClaw.
Use this skill when Claude Code should run as a local delegated worker, not as an ACP chat harness.
The whole point is simple: third-party harnesses do not reliably get Claude subscription access, but OpenClaw operators still want Claude-quality work inside their agent system.
scripts/claude-delegate.shscripts/cc-profile.shscripts/cc-orchestrator.shscripts/run-task.shreferences/setup.md the first time you install or port this skill.profiles.json, or point CLAUDE_DELEGATE_PROFILES at a host-local profiles file.CLAUDE.delegate.md files. The wrapper now tells Claude to discover/read those plus nearby AGENTS.md, TOOLS.md, and README.md docs before substantive work.scripts/claude-delegate.sh dispatch <profile> <budget> <model> <label> "<task>".poll, result, list, or doctor.resume to continue the same Claude session instead of starting over.Prefer this skill when you want:
Prefer ACP when the user explicitly asked for Claude Code as a chat/thread runtime.
references/setup.mdCLAUDE.delegate.mdscripts/cc-profile.sh supports CLAUDE_DELEGATE_PROFILES=/abs/path/to/profiles.json.~ and environment variable expansion.scripts/ensure-nonroot-delegation.sh supports env overrides for source paths if your Claude or acpx installs live somewhere else.CLAUDE_DELEGATE_BOOTSTRAP=0 or change the instruction filename with CLAUDE_DELEGATE_DOC_BASENAME.