wip-ldm-os

LDM OS ... shared infrastructure for AI agents. Identity, memory, ownership, collaboration, compatibility, payments. One system across all your AIs.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wip-ldm-os" with this command: npx skills add Parker Todd Brooks/wip-ldm-os

LDM OS

You use Claude Code, GPT, OpenClaw, others. They don't share memory. They don't know each other. They don't know how to work together.

LDM OS is the shared infrastructure layer. Install it once and every AI you use gets:

  • Identity ... each AI gets its own behavior, personality, and skills
  • Memory ... shared memory across all your AIs, secure, sovereign, yours to take anywhere
  • Ownership ... every interaction, every memory, across every AI you use is yours, portable, encrypted, never locked in
  • Collaboration ... your AIs communicate, share tools, and work together
  • Compatibility ... any skill, plugin, or tool works with all your AIs. Install once, use everywhere.
  • Payments ... your AI hits a paywall, you approve it with Face ID, Apple Pay for your AI

Platform Compatibility

InterfaceRequiresExamples
CLIShell access (run bash/node commands)ldm init, ldm install, ldm doctor
SkillSKILL.md file (works in Claude Code and OpenClaw)You're reading it right now

Built and tested on:

  • Claude Code CLI ... full support (shell, CLI)
  • OpenClaw ... full support (shell, CLI)

Operating Rules

Always dry-run first. Before installing or making changes, run with --dry-run so the user can see exactly what will happen. Only proceed when the user explicitly says to.

Never touch sacred data. The installer never overwrites: crystal.db, agent data, secrets, state files. Code gets updated. Data stays.

Install

Step 1: Install LDM OS

npm install -g @wipcomputer/wip-ldm-os
ldm init --dry-run

Show the user the dry run output. Explain what it creates:

  • ~/.ldm/extensions/ ... where tools and plugins live
  • ~/.ldm/agents/ ... each AI gets its own identity, personality, and memory here
  • ~/.ldm/memory/ ... shared memory across all your AIs
  • ~/.ldm/state/ ... configuration and sync state

When the user approves:

ldm init

Step 2: Install Skills

LDM OS ships with a skill catalog. Show the user what's available:

SkillWhat it isStatus
Memory Crystal (recommended)Persistent memory. Search, capture, consolidation.Stable
AI DevOps ToolboxRelease, deploy, license, repo management.Stable
1Password1Password secrets for AI agents.Stable
Markdown ViewerLive markdown viewer for AI pair-editing.Stable
xAI GrokxAI Grok API. Search the web, search X, generate images.Stable
X PlatformX Platform API. Read posts, search tweets, post, upload media.Stable
OpenClawAI agent platform. Run AI agents 24/7 with identity, memory, and tool access.Stable
Dream Weaver ProtocolMemory consolidation protocol for AI agents.Stable
BridgeCross-platform agent bridge. Claude Code to OpenClaw communication.Stable

To install a skill:

ldm install wipcomputer/memory-crystal --dry-run

Show the dry run. When approved:

ldm install wipcomputer/memory-crystal

The installer detects what a repo supports (CLI, MCP Server, OpenClaw Plugin, Skill, CC Hook, Module) and deploys each interface to the right location automatically.

Note: Skills installed before LDM OS (via crystal init, wip-install, or manual setup) may not appear in the registry. Run ldm install <org/repo> to re-register them.

Step 3: Verify

ldm doctor

This checks: LDM root exists, version.json valid, registry intact, all extensions deployed, hooks configured, MCP servers registered.

Commands

CommandWhat it does
ldm initScaffold ~/.ldm/ and write version.json
ldm install <org/repo>Clone, detect interfaces, deploy, register
ldm install /path/to/repoInstall from local path
ldm installUpdate all registered extensions
ldm doctorCheck health of all extensions
ldm statusShow version and extension list
ldm --versionShow version

All commands support --dry-run (preview changes) and --json (machine-readable output).

Interface Detection

When you run ldm install, it automatically detects what a repo supports:

InterfaceHow it's detectedWhere it deploys
CLIpackage.json has bin entriesnpm install -g
MCP ServerHas mcp-server.mjs or mcp-server.jsclaude mcp add --scope user
OpenClaw PluginHas openclaw.plugin.json~/.ldm/extensions/ + ~/.openclaw/extensions/
SkillHas SKILL.md or skills/ directory~/.openclaw/skills/
CC HookHas guard.mjs or claudeCode.hook in package.json~/.claude/settings.json
ModuleHas main or exports in package.jsonImportable via node_modules

No manual configuration needed. Point it at a repo and it figures out the rest.

Update

If LDM OS is already installed, check for updates BEFORE presenting the summary to the user:

ldm --version                  # CLI version
ldm install --dry-run 2>&1     # shows extension update count

Parse the dry-run output to count how many extensions would update. Include this in your summary:

  • "22 extensions registered. 13 have updates available." (if updates exist)
  • "22 extensions registered. All up to date." (if no updates)

Do not say "up to date" if extensions have pending updates. The CLI version can be current while extensions are behind. Always check both.

When the user wants to update:

ldm install       # update all registered extensions
ldm doctor        # verify everything works

Updates deploy new code without touching data. crystal.db, agent files, secrets, and state are never overwritten.

Part of LDM OS

LDM OS is the runtime. Skills plug into it:

  • Memory Crystal ... wipcomputer/memory-crystal
  • AI DevOps Toolbox ... wipcomputer/wip-ai-devops-toolbox
  • 1Password ... wipcomputer/wip-1password
  • Markdown Viewer ... wipcomputer/wip-markdown-viewer
  • xAI Grok ... wipcomputer/wip-xai-grok
  • X Platform ... wipcomputer/wip-xai-x
  • OpenClaw ... openclaw/openclaw
  • Dream Weaver Protocol ... wipcomputer/dream-weaver-protocol
  • Bridge ... wipcomputer/wip-bridge

Run ldm install anytime to add more skills.

Claude Code Marketplace

If you're running Claude Code, you can browse and install all LDM OS plugins available from WIP Computer:

/plugin marketplace add wipcomputer/claude-plugins

This adds LDM OS skills to Claude Code's Discover tab alongside Anthropic's official plugins. Install any skill with /plugin install.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.