← 返回 Skills 市场
zhaoguoqiang-hub

Value Aware Guard

作者 Louis Z. · GitHub ↗ · v0.7.0 · MIT-0
cross-platform ✓ 安全检测通过
97
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install value-aware-guard
功能描述
价值守护系统:监控价值漂移,检查边界违规,执行渐进式干预,支持独立CLI和proactive-engine协作。触发条件:价值偏离检测、边界违规、能量低警报、用户模式发现。
安全使用建议
This skill appears to do what it says, but it creates persistent files and can act automatically. Before installing or enabling it for an agent: 1) Review the source (provided) and confirm you’re comfortable with files being created under ~/.openclaw/workspace/.soul (config, state, user-values, interventions, signals). 2) Consider running it in a sandbox/container or with a test user account first. 3) Run npm install and npm test locally to verify behavior. 4) Inspect and, if desired, set enableAutomaticInterventions = false in the saved config (guard-config.json) before allowing autonomous runs so interventions require explicit user action. 5) Search the code for network calls before deployment (none were found in the provided files), and if you integrate with other systems, audit those connectors. 6) Backup any existing .openclaw workspace before first run. If you want a stricter posture, disable automatic interventions and signal publishing until you’ve validated behavior.
能力评估
Purpose & Capability
Name/description (value monitoring, boundary checks, interventions) aligns with the included scripts and reference docs. The code implements drift assessment, boundary checks, intervention levels, and a file-based signal system, which are coherent with the stated purpose. The only resource access beyond ephemeral runtime is file I/O under ~/.openclaw/workspace/.soul — consistent with a local guard/agent integration.
Instruction Scope
SKILL.md instructs running node scripts and using --process-signal to integrate with a proactive engine. The runtime code persists state (config, state, user-values, interventions, signals) and reads/writes files in the user's HOME workspace. SKILL.md does not explicitly surface that it will create persistent files and by default can perform automatic interventions (config option exists). Behavior stays within the domain of the skill but the persistence/automatic-intervention behavior should be noted by users.
Install Mechanism
No install spec provided; this is instruction+code packaged with a package.json listing common npm deps (date-fns, commander, chalk). No remote downloads, URL shorteners, or extract-from-URL installs are present. Typical npm install is expected; no high-risk install mechanism detected.
Credentials
The skill requests no credentials or special environment variables. It uses process.env.HOME to determine a workspace directory and creates/reads files there. No evidence of accessing unrelated secrets or external service tokens. File access is local and proportional to the skill's purpose of storing user values, state, and signals.
Persistence & Privilege
The skill persists configuration, state, user-values, interventions, and a signals queue under ~/.openclaw/workspace/.soul and defaults in code/config to enableAutomaticInterventions=true and publish* signals. always:false (no forced inclusion). Because the agent can invoke the skill autonomously (platform default) and the skill can perform automatic interventions and write persistent records, users should be aware of the local persistent footprint and default automatic behavior before enabling it broadly.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install value-aware-guard
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /value-aware-guard 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.7.0
- Improved skill description to include support for standalone CLI and proactive-engine collaboration, as well as new trigger conditions. - Simplified and reorganized usage instructions for both direct command and signal processing modes. - Clarified and updated command list and usage examples. - Added section detailing integration with proactive-engine signal system. - Removed redundant reference files for a leaner repository.
v0.6.0
Value-aware-guard v0.6.0 - Added comprehensive documentation (SKILL.md) in Chinese, detailing installation, commands, and usage. - Described value monitoring, boundary checks, and report generation workflows. - Included command-line examples for common tasks (监控, 检查, 生成报告). - Explained data storage locations for boundaries and value data.
v0.3.0
- Initial release of the value-aware-guard skill. - Adds scripts for monitoring value drift, boundary violations, and progressive intervention. - Provides CLI commands: monitor, check, intervene, and report. - Supports processing value drift and boundary violation signals. - Stores boundary and value data in user directories.
v0.5.1
Value-Aware Guard v0.5.1 Changelog - Documentation completely rewritten and reorganized, now with full usage, integration, and troubleshooting sections. - Skill principles, workflows, boundary types, and intervention levels are clearly defined. - CLI usage (`soul_guard` commands) and automation guidance are fully documented. - All configuration, data storage, collaborative signal handling, and extension methods are explicitly described. - Improved step-by-step quickstart and flexible user control/disable options.
元数据
Slug value-aware-guard
版本 0.7.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Value Aware Guard 是什么?

价值守护系统:监控价值漂移,检查边界违规,执行渐进式干预,支持独立CLI和proactive-engine协作。触发条件:价值偏离检测、边界违规、能量低警报、用户模式发现。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。

如何安装 Value Aware Guard?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install value-aware-guard」即可一键安装,无需额外配置。

Value Aware Guard 是免费的吗?

是的,Value Aware Guard 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Value Aware Guard 支持哪些平台?

Value Aware Guard 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Value Aware Guard?

由 Louis Z.(@zhaoguoqiang-hub)开发并维护,当前版本 v0.7.0。

💬 留言讨论