← 返回 Skills 市场
Openclaw Sys Guardian V4.1 Resurrection
作者
maxleolee-eng
· GitHub ↗
· v4.1.7
456
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install openclaw-sys-guardian-v4-1-resurrection
功能描述
Dragon-class High Availability (HA) guardian with metabolic cleansing and 3-tier self-healing for OpenClaw environments.
安全使用建议
What to consider before installing:
- Inconsistency: The package declares no required binaries or credentials but its scripts call many tools and touch sensitive paths — treat that as a red flag.
- Dangerous actions: Scripts will kill processes, uninstall/reinstall global packages, move/delete ~/.openclaw and caches, and can perform a 30s countdown destructive 'resurrect' flow. Do not run on a production machine.
- Credential risk: The snapshot/resurrect scripts copy auth-profiles.json and other config files that likely contain secrets. Expect local credential exposure even though no env vars are declared.
- Supply-chain risk: The scripts run pnpm/npm global installs (pnpm install -g openclaw@latest). That fetches code from registries and could execute arbitrary postinstall hooks.
- Hard-coded paths & assumptions: The code uses /Users/maxleolee and /opt/homebrew paths; it may fail or behave unexpectedly on other systems.
Recommended actions:
1) Do not run these scripts on your main workstation. Test in an isolated VM/container or disposable environment first.
2) Manually review and sanitize scripts: remove or stub destructive sections (global uninstall, rm -rf lines, mv ~/.openclaw), and remove automatic network installs before any execution.
3) Verify provenance: ask the publisher for source repository, signatures, and release checksums. Prefer an upstream published release from a known author.
4) If you need HA for OpenClaw, prefer a version that declares its dependencies, documents required binaries, and exposes no scripts that copy credential files or perform global package installs.
5) If you choose to proceed, create full backups of ~/.openclaw and any auth files, and run the skill with least privilege (non-admin user, no global install permissions).
Additional info that would change this assessment to benign: a trustworthy upstream origin, signed releases, removal of destructive global install/uninstall/network operations, explicit declaration of required binaries/credentials, and explicit safeguards preventing modification/exfiltration of auth files.
功能分析
Type: OpenClaw Skill
Name: openclaw-sys-guardian-v4-1-resurrection
Version: 4.1.7
The skill bundle implements a 'SysGuardian' with high-privilege system management capabilities, including process termination (kill -9), system-wide software re-installation (pnpm uninstall/install -g), and the handling of sensitive credential files (auth-profiles.json) in scripts like lobster-resurrect.sh and lobster-snapshot.sh. While these actions are consistent with the stated purpose of high availability and disaster recovery, the scripts contain hardcoded local paths (/Users/maxleolee/) and perform destructive operations that could lead to data loss or environment instability if triggered improperly. No evidence of remote data exfiltration was found, but the broad system control and access to authentication tokens warrant a suspicious classification.
能力评估
Purpose & Capability
The declared purpose (OpenClaw HA guardian) aligns with the scripts' actions (health checks, rollbacks, snapshots, resurrection). However the package metadata claims no required binaries/env yet the scripts call many system tools (/opt/homebrew/bin/openclaw, pnpm, npm, curl, launchctl, lsof, rsync, python3, etc.) and hard-coded user paths (/Users/maxleolee). The lack of declared runtime requirements is inconsistent and misleading.
Instruction Scope
SKILL.md promises a guardian service, but the provided scripts go beyond passive monitoring: they kill processes, uninstall global packages, move/delete user data and caches, copy auth-profiles.json (potentially containing credentials), and run a 30s countdown before executing a destructive 'resurrect' flow. The instructions and scripts will read and manipulate sensitive local files and config directories that are unrelated to mere health-check reporting.
Install Mechanism
There is no formal install spec, but the code includes commands that perform network-based installs (pnpm install -g openclaw@latest, npm uninstall/install -g) and assume presence of Homebrew paths. Pulling and executing packages from npm/pnpm at runtime creates supply-chain risk; postinstall scripts in those packages could execute arbitrary code on the host. The package provides executable scripts meant to be run on the host filesystem (extract/overwrite), which is higher risk than pure instruction-only content.
Credentials
The registry metadata lists no required credentials or environment variables, yet scripts access and copy local files that likely contain secrets (e.g., auth-profiles.json), operate on ~/.openclaw, and assume access to user-specific mirrors (/Users/maxleolee/Downloads/OpenClaw_Mirror). Sensitive actions are not declared or justified; the skill can expose or move credential-bearing files without having declared any needed secrets.
Persistence & Privilege
The skill expects to be installed as a persistent LaunchAgent and contains scripts that unload/load LaunchAgents, stop running services, and perform global uninstall/install operations. While always:false, the skill requests system-level persistence and performs privileged-seeming actions (manipulating LaunchAgents, global npm installs, killing processes). That combination increases blast radius if the agent runs these scripts autonomously.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-sys-guardian-v4-1-resurrection - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-sys-guardian-v4-1-resurrection触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v4.1.7
- Documentation update: PRODUCT_MANUAL.md content modified.
- No changes to code or functionality in this release.
v4.1.6
- Updated PRODUCT_MANUAL.md documentation.
- No changes to core features or functionality.
- All features and usage instructions remain the same.
v4.1.5
- Documentation update: PRODUCT_MANUAL.md updated.
- No changes to functionality or features.
v4.1.4
- No changes detected in this version.
- All features, documentation, and metadata remain unchanged.
v4.1.3
- Added PRODUCT_MANUAL.md to provide detailed product documentation.
- No changes to existing features or SKILL.md content.
v4.1.2
- Added new script: scripts/lobster-ultimate-restore.sh for advanced manual restore or recovery operations.
v4.1.1
- Added README.md for clearer installation and usage guidance.
- Introduced references/Design_V4.5.md for updated architectural documentation.
- Updated references/Design.md and scripts/lobster-guardian.sh with minor improvements and maintenance.
v4.1.0
OpenClaw SysGuardian V4.1.0 Resurrection introduces advanced self-healing and optimization features:
- Adds metabolic cleansing: Automated daily 03:00 AM system optimization and session slimming.
- Enhances 3-tier self-healing with interactive resurrection/reinstallation guide at L3.
- Implements elastic pulse monitoring with configurable exponential backoff (1-3-5-10m) on heartbeats.
- Provides daily system health summary via Feishu/Telegram.
- Improved recovery time: L1 events recover in under 45 seconds; disk usage is reduced by 15%.
- Now requires macOS (darwin) or Linux environments.
元数据
常见问题
Openclaw Sys Guardian V4.1 Resurrection 是什么?
Dragon-class High Availability (HA) guardian with metabolic cleansing and 3-tier self-healing for OpenClaw environments. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 456 次。
如何安装 Openclaw Sys Guardian V4.1 Resurrection?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-sys-guardian-v4-1-resurrection」即可一键安装,无需额外配置。
Openclaw Sys Guardian V4.1 Resurrection 是免费的吗?
是的,Openclaw Sys Guardian V4.1 Resurrection 完全免费(开源免费),可自由下载、安装和使用。
Openclaw Sys Guardian V4.1 Resurrection 支持哪些平台?
Openclaw Sys Guardian V4.1 Resurrection 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Openclaw Sys Guardian V4.1 Resurrection?
由 maxleolee-eng(@maxleolee-eng)开发并维护,当前版本 v4.1.7。
推荐 Skills