返回顶部
j

jasper-configguardJasper配置保护

Safe config changes for OpenClaw with automatic rollback. Backs up before patching, health-checks after restart, auto-rolls back on failure. Commands: patch, restore, list, diff, validate, doctor.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,480
下载量
免费
免费
1
收藏
概述
安装方式
版本历史

jasper-configguard

Jasper ConfigGuard v1.0.0

为OpenClaw提供安全的配置变更,支持自动回滚。再也不用担心网关变砖。

安装

bash
npm install -g jasper-configguard

使用方法

安全应用配置变更

bash
jasper-configguard patch {gateway:{bind:tailnet}}

该工具将:

  1. 1. 备份当前配置
  2. 应用补丁(深度合并)
  3. 重启网关
  4. 等待健康检查
  5. 自动回滚(如果网关故障)

预览变更

bash
jasper-configguard patch --dry-run {agents:{defaults:{model:{primary:opus}}}}

从备份恢复

bash
jasper-configguard restore

列出备份

bash
jasper-configguard list

检查健康状态

bash
jasper-configguard doctor

智能体集成

从您的智能体中安全修改OpenClaw配置:

bash

安全切换模型


jasper-configguard patch {agents:{defaults:{model:{primary:anthropic/claude-opus-4-5}}}}

安全启用插件

jasper-configguard patch {plugins:{entries:{my-plugin:{enabled:true}}}}

如果出现问题,恢复配置

jasper-configguard restore

API

javascript
const { ConfigGuard } = require(jasper-configguard);
const guard = new ConfigGuard();

// 安全补丁
const result = await guard.patch({ gateway: { bind: tailnet } });
if (!result.success) console.log(已回滚:, result.error);

// 试运行
const preview = guard.dryRun({ agents: { defaults: { model: { primary: opus } } } });
console.log(preview.diff);

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 jasper-configguard-1776351849 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 jasper-configguard-1776351849 技能

通过命令行安装

skillhub install jasper-configguard-1776351849

下载

⬇ 下载 jasper-configguard v1.0.0(免费)

文件大小: 11.77 KB | 发布时间: 2026-4-17 15:26

v1.0.0 最新 2026-4-17 15:26
Initial release of jasper-configguard v1.0.0

- Safely apply configuration changes to OpenClaw with automatic backups and rollback on failure.
- Includes health checks after service restarts; auto-restores previous config if OpenClaw fails to start.
- Provides commands: patch (apply config), restore (from backup), list (backups), diff (preview changes), validate, and doctor (health check).
- Supports dry-run for safe preview of configuration changes.
- Agent and JavaScript API integration for automated config management.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部