Skip to content

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

Open
benzntech wants to merge 1 commit intomksglu:nextfrom
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:nextfrom
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.

@mksglu mksglu changed the base branch from main to next April 23, 2026 17:19
@mksglu
Copy link
Copy Markdown
Owner

mksglu commented Apr 23, 2026

Hi. Thanks!! It's got conflict issue.

@benzntech benzntech force-pushed the feat/openclaw-curl-install branch 2 times, most recently from c8b0fc4 to 487ccd0 Compare April 24, 2026 07:39
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.
@benzntech benzntech force-pushed the feat/openclaw-curl-install branch from 487ccd0 to c84227d Compare April 24, 2026 07:43
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.

2 participants