← Back to Skills Marketplace
zhaoguoqiang-hub

Value Aware Guard

by Louis Z. · GitHub ↗ · v0.7.0 · MIT-0
cross-platform ✓ Security Clean
97
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install value-aware-guard
Description
价值守护系统:监控价值漂移,检查边界违规,执行渐进式干预,支持独立CLI和proactive-engine协作。触发条件:价值偏离检测、边界违规、能量低警报、用户模式发现。
Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install value-aware-guard
  3. After installation, invoke the skill by name or use /value-aware-guard
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug value-aware-guard
Version 0.7.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Value Aware Guard?

价值守护系统:监控价值漂移,检查边界违规,执行渐进式干预,支持独立CLI和proactive-engine协作。触发条件:价值偏离检测、边界违规、能量低警报、用户模式发现。 It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Value Aware Guard?

Run "/install value-aware-guard" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Value Aware Guard free?

Yes, Value Aware Guard is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Value Aware Guard support?

Value Aware Guard is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Value Aware Guard?

It is built and maintained by Louis Z. (@zhaoguoqiang-hub); the current version is v0.7.0.

💬 Comments