← 返回
AI智能 中文

Wip Ldm Os Private

LDM OS ... shared infrastructure for AI agents. Identity, memory, ownership, collaboration, compatibility, payments. One system across all your AIs.
LDM OS是AI智能体的共享基础设施,涵盖身份、记忆、所有权、协作、兼容与支付。一个系统,统管所有AI。
parkertoddbrooks
AI智能 clawhub v0.4.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 417
下载
💾 30
安装
2
版本
#latest

概述

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 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 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, run ldm status BEFORE presenting the summary to the user:

ldm status 2>&1

ldm status checks both the CLI and all extensions against npm. It shows:

  • CLI version and whether a newer version exists
  • Extension count and how many have updates available
  • Specific version diffs for each outdated extension

Use the output of ldm status as your summary. Do not say "up to date" if ldm status shows updates available. Do not make your own summary without running ldm status first.

When the user asks for a dry run or wants to update, run ldm install --dry-run and display the results as a table:

| Extension | Current | Available | Package |
|-----------|---------|-----------|---------|
| wip-branch-guard | v1.9.30 | v1.9.36 | @wipcomputer/wip-branch-guard |
| memory-crystal | v0.7.24 | v0.7.26 | @wipcomputer/memory-crystal |

Always show a table. Never collapse updates into a paragraph or bullet list. Every update gets its own row. Show ALL updates, not a summary.

When the user says "install":

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.

版本历史

共 2 个版本

  • v0.4.1 当前
    2026-03-18 18:34 安全 安全
  • v0.2.2
    2026-03-14 04:29

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,826
developer-tools

Wip File Guard

parkertoddbrooks
阻止破坏性编辑受保护身份文件的钩子。适用于 Claude Code CLI 和 OpenClaw。
★ 0 📥 1,663
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 714 📥 244,036