Skip to content

Rebrand non-app scripts and README #215

@alexey-pelykh

Description

@alexey-pelykh

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.jsonremoteclaw.json
  • Service names: openclaw-gatewayremoteclaw-gateway, etc.
  • Image/container names: openclawremoteclaw
  • URLs: openclaw.ai → RemoteClaw URLs, GitHub URLs to remoteclaw/remoteclaw
  • CLI command references: openclawremoteclaw

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 openclawnpm install -g remoteclaw
  • CLI examples: openclaw message send, openclaw agent, openclaw doctorremoteclaw ...
  • GitHub URLs: github.com/openclaw/openclawgithub.com/remoteclaw/remoteclaw
  • Clone URL
  • Logo and badge references
  • Star history badge URL

Acceptance Criteria

  • 4 script files renamed (see table above)
  • All non-app script contents updated (no "openclaw" references)
  • README.md fully rebranded (no "openclaw" references)
  • No non-app script or README contains "openclaw" (excluding historical comments)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions