← 返回 Skills 市场
85
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install invariance-battery
功能描述
Runtime assertion system that continuously verifies AI agent invariants — properties that must ALWAYS hold. Use when building reliable autonomous agents, aud...
使用说明 (SKILL.md)
EVEZ Invariance Battery
Runtime assertion system for AI agents. Properties that must ALWAYS hold.
When to Use
- Building autonomous agents that must maintain safety guarantees
- Auditing agent behavior for gradual drift from design intent
- Enforcing hard constraints that override any optimization objective
- Building self-certifying AI systems that can prove their own compliance
- Falsification testing — prove the agent VIOLATED an invariant, not just that it passed tests
Architecture
The Invariance Battery runs as a continuous verification layer:
Agent Action → Invariance Check → PASS (proceed) / FAIL (halt + report)
↓
Append-Only Spine (audit trail)
Invariant Types
- State Invariants — Properties of the agent's internal state that must always hold
- Action Invariants — Constraints on what actions the agent can take
- Temporal Invariants — Properties over time (no oscillation, monotonic improvement)
- Boundary Invariants — Hard limits the agent can never cross
Key Concepts
- Battery = Collection: Multiple invariants checked in parallel, like electrical cells in series
- Falsification > Verification: A single violation PROVES the agent failed. No number of passes proves it works.
- Drift Detection: Gradual degradation of invariant scores over time
- Spine Integration: Every check is written to the append-only spine
The Falsifier Gate
From EVEZ-OS: before any agent action is committed, it must pass through the falsifier gate.
@invariant("action_cost \x3C budget_threshold")
def check_budget(action):
return action.estimated_cost \x3C BUDGET_LIMIT
# If ANY invariant fails, the action is BLOCKED
# and the failure is written to the spine forever
References
- EVEZ-OS: falsifier gate enforcement
- MAES: VERIFIED/PENDING/INVESTIGATING status model
- poly_c formula: τ × ω × topo / 2√N
安全使用建议
This skill appears safe as an instruction-only guide for agent safety checks. Before relying on it, decide which invariants are allowed to block actions, keep those rules under user control, and avoid logging sensitive information indefinitely.
功能分析
Type: OpenClaw Skill
Name: invariance-battery
Version: 1.0.0
The bundle contains only metadata and conceptual documentation (SKILL.md) for a runtime assertion system called 'Invariance Battery.' It lacks any executable code, scripts, or instructions that would trigger network calls, file system access, or data exfiltration. The content is focused entirely on safety monitoring and agent verification frameworks.
能力评估
Purpose & Capability
The stated purpose is runtime invariant checking for autonomous agents, and the SKILL.md content stays aligned with defining, checking, and reporting invariant violations.
Instruction Scope
The skill intentionally describes a gate that can halt actions when an invariant fails. This is purpose-aligned for safety enforcement, but users should ensure invariants are explicitly defined and not taken from untrusted text.
Install Mechanism
There is no install spec, no code files, no required binaries, and the static scanner had nothing suspicious to analyze.
Credentials
The artifacts request no credentials, environment variables, OS-specific access, network access, or local file permissions.
Persistence & Privilege
The design references an append-only audit trail written 'forever.' No implementation is provided, but users implementing it should define storage location, retention, and redaction rules.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install invariance-battery - 安装完成后,直接呼叫该 Skill 的名称或使用
/invariance-battery触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of invariance-battery: a runtime assertion system for AI agents.
- Provides continuous verification of agent invariants (state, action, temporal, boundary).
- Supports invariant definition, runtime assertion checking, drift detection, and falsification reporting.
- Automatically logs all checks and violations to an append-only audit trail.
- Designed for building reliable, self-certifying, and auditable AI systems.
- Integrates a falsifier gate to block actions violating any invariant before commitment.
元数据
常见问题
Invariance Battery 是什么?
Runtime assertion system that continuously verifies AI agent invariants — properties that must ALWAYS hold. Use when building reliable autonomous agents, aud... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 85 次。
如何安装 Invariance Battery?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install invariance-battery」即可一键安装,无需额外配置。
Invariance Battery 是免费的吗?
是的,Invariance Battery 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Invariance Battery 支持哪些平台?
Invariance Battery 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Invariance Battery?
由 Evez666(@evezart)开发并维护,当前版本 v1.0.0。
推荐 Skills