Summary
~47 non-app scripts in scripts/ contain "openclaw" references (4 scripts have "openclaw" in their filenames), and README.md contains ~40 openclaw references. These were not covered by the category-specific rebrand work items.
Note: The 15 native app build scripts in scripts/ are covered by #124.
What needs to change
1. Script file renames (4 files)
| Current |
New |
scripts/run-openclaw-podman.sh |
scripts/run-remoteclaw-podman.sh |
scripts/podman/openclaw.container.in |
scripts/podman/remoteclaw.container.in |
scripts/systemd/openclaw-auth-monitor.service |
scripts/systemd/remoteclaw-auth-monitor.service |
scripts/systemd/openclaw-auth-monitor.timer |
scripts/systemd/remoteclaw-auth-monitor.timer |
2. Script content updates (~47 non-app scripts)
All non-app script contents need updating:
- Config paths:
~/.openclaw → ~/.remoteclaw, openclaw.json → remoteclaw.json
- Service names:
openclaw-gateway → remoteclaw-gateway, etc.
- Image/container names:
openclaw → remoteclaw
- URLs:
openclaw.ai → RemoteClaw URLs, GitHub URLs to remoteclaw/remoteclaw
- CLI command references:
openclaw → remoteclaw
Key files:
scripts/run-openclaw-podman.sh (renamed): config dir, JSON filename
scripts/restart-mac.sh: ~/.openclaw/disable-launchagent
scripts/claude-auth-status.sh: ~/.openclaw/agents/main/agent/auth-profiles.json
scripts/e2e/onboard-docker.sh: ~/.openclaw/openclaw.json, ~/.openclaw/workspace
scripts/test-install-sh-e2e-docker.sh: https://openclaw.bot/install.sh
scripts/shell-helpers/README.md: GitHub raw content URLs
3. README.md (~40 references)
Full rebrand of README.md:
- Product name and description
- Install commands:
npm install -g openclaw → npm install -g remoteclaw
- CLI examples:
openclaw message send, openclaw agent, openclaw doctor → remoteclaw ...
- GitHub URLs:
github.com/openclaw/openclaw → github.com/remoteclaw/remoteclaw
- Clone URL
- Logo and badge references
- Star history badge URL
Acceptance Criteria
Summary
~47 non-app scripts in
scripts/contain "openclaw" references (4 scripts have "openclaw" in their filenames), andREADME.mdcontains ~40 openclaw references. These were not covered by the category-specific rebrand work items.Note: The 15 native app build scripts in
scripts/are covered by #124.What needs to change
1. Script file renames (4 files)
scripts/run-openclaw-podman.shscripts/run-remoteclaw-podman.shscripts/podman/openclaw.container.inscripts/podman/remoteclaw.container.inscripts/systemd/openclaw-auth-monitor.servicescripts/systemd/remoteclaw-auth-monitor.servicescripts/systemd/openclaw-auth-monitor.timerscripts/systemd/remoteclaw-auth-monitor.timer2. Script content updates (~47 non-app scripts)
All non-app script contents need updating:
~/.openclaw→~/.remoteclaw,openclaw.json→remoteclaw.jsonopenclaw-gateway→remoteclaw-gateway, etc.openclaw→remoteclawopenclaw.ai→ RemoteClaw URLs, GitHub URLs toremoteclaw/remoteclawopenclaw→remoteclawKey files:
scripts/run-openclaw-podman.sh(renamed): config dir, JSON filenamescripts/restart-mac.sh:~/.openclaw/disable-launchagentscripts/claude-auth-status.sh:~/.openclaw/agents/main/agent/auth-profiles.jsonscripts/e2e/onboard-docker.sh:~/.openclaw/openclaw.json,~/.openclaw/workspacescripts/test-install-sh-e2e-docker.sh:https://openclaw.bot/install.shscripts/shell-helpers/README.md: GitHub raw content URLs3. README.md (~40 references)
Full rebrand of
README.md:npm install -g openclaw→npm install -g remoteclawopenclaw message send,openclaw agent,openclaw doctor→remoteclaw ...github.com/openclaw/openclaw→github.com/remoteclaw/remoteclawAcceptance Criteria
README.mdfully rebranded (no "openclaw" references)