Skip to content

feat: add curl one-liner install for OpenClaw and fix argument passing#309

Open
benzntech wants to merge 1 commit intomksglu:mainfrom
benzntech:feat/openclaw-curl-install
Open

feat: add curl one-liner install for OpenClaw and fix argument passing#309
benzntech wants to merge 1 commit intomksglu:mainfrom
benzntech:feat/openclaw-curl-install

Conversation

@benzntech
Copy link
Copy Markdown

Changes

  • Fix: npm run install:openclaw -- ~/.openclaw now correctly forwards the state dir argument to the bash script (previously ignored)
  • Add: install.sh for curl-based one-liner installation:
    curl -fsSL https://raw.githubusercontent.com/mksglu/context-mode/main/install.sh | bash
  • Update: README.md and docs/adapters/openclaw.md with the new curl install option
  • Fix: Config file reference corrected from runtime.json to openclaw.json

Fixes the error where npm run install:openclaw -- ~/.openclaw failed because the argument was not passed through to scripts/install-openclaw-plugin.sh.

Fix npm run install:openclaw to forward -- args to the bash script
so 'npm run install:openclaw -- ~/.openclaw' actually works. Add
install.sh for curl-based one-liner installation matching the pattern
used by openclaw-claude-code. Update README and docs accordingly.

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant