Install
openclaw skills install wip-ldm-osLDM OS installer and updater. Use when asked to install, update, or check status of LDM OS. Use when user pastes an install prompt mentioning wip.computer/in...
openclaw skills install wip-ldm-oswhich ldm && ldm --version 2>/dev/null
If you cannot run shell commands (GPT, Grok, Claude macOS, etc.): tell the user "I can't run commands from here. Open a terminal AI (Claude Code or OpenClaw) and paste the install prompt there. Or run which ldm in your terminal and tell me the result."
Branch on the result:
Do NOT re-explain what LDM OS is. Show what they have and what's new.
ldm status 2>&1
Always a table. Every component with an update gets its own row.
| Component | Current | Available | Package |
|-----------|---------|-----------|---------|
Do NOT skip this step.
gh release list --repo wipcomputer/<repo-name> --limit 5 --json tagName,name --jq '.[]'
gh release view <tag> --repo wipcomputer/<repo-name> --json body --jq .body
Translate release notes to user language. Every bullet answers "what changed for ME?"
Good: "Your AIs now explain what LDM OS actually does when you ask them to install it" Bad: "Restored rich product content to SKILL.md"
Good: "Fixed: install skill wasn't publishing to the website after the March update" Bad: "Fix .publish-skill.json iCloud path bug"
Show 2-3 bullets per component. Then:
Do you have questions? Want to see a dry run?
ldm install --dry-run
Don't install until the user says "install".
npm install -g @wipcomputer/wip-ldm-os@latest
ldm install
ldm doctor
The user is new. Read references/PRODUCT.md for what to explain.
Use the content from references/PRODUCT.md. Cover:
Read references/SKILLS-CATALOG.md. Present the included skills and optional skills catalog.
Do you have questions? Want to see a dry run?
Install the CLI first:
npm install -g @wipcomputer/wip-ldm-os
If npm/node is not installed: Node.js 18+ from https://nodejs.org first.
Dry run:
ldm init --dry-run
Don't install until the user says "install".
ldm init
Then show optional skills from references/SKILLS-CATALOG.md. Install with:
ldm install wipcomputer/<skill-name> --dry-run
ldm install wipcomputer/<skill-name>
Verify:
ldm doctor
If ldm doctor reports any issues, offer the --fix flag:
ldm doctor --fix
--fix is safe and idempotent. It cleans stale registry entries, stale Claude Code MCP configs (/tmp/ paths, ldm-install-* names), stale hook paths in ~/.claude/settings.json, and stale Claude Code env overrides (CLAUDE_CODE_EFFORT_LEVEL, CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING) set in the Opus 4.6 era that now interfere with 4.7 adaptive behavior. Running it twice is a no-op.
which ldm first. Never show "command not found" you knew would happen.For detailed information, read these on demand (not on every activation):
npm i -g @wipcomputer/wip-ldm-os