首页龙虾技能列表 › Wip Ldm Os Private — 技能工具

Wip Ldm Os Private — 技能工具

v0.4.72

[自动翻译] LDM 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.comp...

0· 714·0 当前·0 累计
by @parkertoddbrooks (Parker Todd Brooks)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/4/10
安全扫描
VirusTotal
可疑
查看报告
OpenClaw
可疑
medium confidence
The skill mostly matches its stated purpose (an installer/updater for LDM OS) but contains several surprising, broad, or undocumented actions (global git hook changes, cron/LaunchAgent/process-killer logic, writing to user home paths) and a small mismatch between declared requirements and runtime instructions.
评估建议
This package appears to be a full local 'OS' installer for cross-agent tooling and is internally consistent with that goal, but it makes broad, persistent changes to your home environment. Before installing: - Review the install scripts (bin/, scripts/, lib/) yourself or in a safe environment (VM/throwaway account). Pay particular attention to process-monitor.sh, any cron/LaunchAgent setup, and code that modifies git config or global hooks. - Note SKILL.md runs 'gh' (GitHub CLI) but 'gh' isn't ...
详细分析 ▾
用途与能力
Name/description, package install, and code files are coherent: this is an installer/updater for a local 'LDM OS' and the repo contains CLI, installer, docs, and deployment scripts. Required binaries (git, npm, node) are reasonable for an npm-based CLI installer.
指令范围
SKILL.md instructs the agent to run many system commands (which ldm, ldm status, ldm install, npm install -g, ldm init, ldm doctor) and to read local reference files included in the package. However: SKILL.md shows example commands using the GitHub CLI ('gh release list', 'gh release view') but 'gh' is not listed in the required binaries. The instructions and changelog indicate the installer will deploy files into ~/.ldm/, write deployed binaries to ~/.ldm/bin/, create cron jobs/LaunchAgents, modify global git hooks, and create docs under home directories — all actions that change the user's environment and have side effects beyond a simple CLI install. SKILL.md states 'Never touch sacred data' but the installer has many aggressive update/deploy behaviors described in changelogs (deploying scripts and backup checks on every update) that warrant user review before running.
安装机制
Install uses an npm package (@wipcomputer/wip-ldm-os) which is a standard registry mechanism (moderate risk). The code bundle included is large and includes shell scripts, cron hooks, process monitor, and boot hooks that will be written to the user's home. No arbitrary remote URL downloads are shown in the metadata, but the package self-updates and can clone GitHub repos and install other extensions which increases the blast radius if you trust the registry and authors.
凭证需求
The skill declares no environment variables or credentials (primaryEnv none), which aligns with the metadata. However, runtime behavior will implicitly rely on user-local credentials and services: SSH keys (for private repos), GitHub CLI (used in instructions but not declared), git config modification (it sets core.hooksPath globally), and cron/LaunchAgent privileges. The installer will create and manage persistent files under the user's home, and may read/write iCloud paths per changelog. These are powerful local privileges even without explicit secret env vars.
持久化与权限
The package is persistent: it installs a CLI binary, deploys files into ~/.ldm/, sets up cron jobs / process-monitor, and alters global git configuration (core.hooksPath → ~/.ldm/hooks). These are significant, persistent changes to a user's environment and may affect all repositories on the machine. The skill is not marked always:true, but its installer logic elevates its footprint and ongoing presence on the system.
bin/ldm.js:169
Shell command execution detected (child_process).
lib/bootstrap.mjs:18
Shell command execution detected (child_process).
lib/deploy.mjs:63
Shell command execution detected (child_process).
lib/state.mjs:92
Shell command execution detected (child_process).
lib/updates.mjs:131
Shell command execution detected (child_process).
src/bridge/core.ts:122
Shell command execution detected (child_process).
src/bridge/core.ts:15
Environment variable access combined with network send.
src/bridge/core.ts:5
File read combined with network send (possible exfiltration).
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.4.722026/3/13

# Release Notes: wip-ldm-os v0.4.72 Related: #262, #288, #289 ## Installer deploys scripts, docs, and checks backup health on every update Previously, scripts and docs were only deployed during `ldm init`. This meant fixes to the backup script, library documentation, and other deployed files never reached the user's machine until they manually ran init. Most users never run init after the first install. Now `ldm install` deploys scripts to `~/.ldm/bin/` and personalized docs to `~/wipcomputerinc/library/documentation/` on every run. The backup health check runs too: verifies iCloud offsite is configured, the LaunchAgent is loaded, the last backup is recent, and the script exists. Creates the iCloud directory if missing. Also includes backup docs at `docs/backup/` (README.md + TECHNICAL.md) and the updated library doc that matches the current backup architecture (3 AM LaunchAgent, unified config at `~/.ldm/config.json`).

● 可疑

安装命令 点击复制

官方npx clawhub@latest install wip-ldm-os
镜像加速npx clawhub@latest install wip-ldm-os --registry https://cn.clawhub-mirror.com
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务