← 返回 Skills 市场
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw
作者
Architect-SIS
· GitHub ↗
· v1.0.0
1953
总下载
0
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install sis-skill
功能描述
Adds equilibrium-constrained reasoning to OpenClaw, ensuring all operations maintain balance for coherent, self-validating, and consistent AI responses.
安全使用建议
This package mostly implements what the SKILL.md promises (equilibrium symbols, validator, VM, and a vault). Before installing: 1) Inspect and remove or understand the hardcoded path insertion (symbols/taxonomy.py: sys.path.insert(0, '/home/claude/sis')) — that is the primary red flag because it changes import behavior and can cause the skill to load unexpected code from the host. 2) Decide whether you trust file persistence: FileVault will create ./nexuseternal_vault in the agent working directory; ensure that location and contents are acceptable. 3) If you enable PostgresVault or replication, plan how credentials and network endpoints will be provided (they are not declared in the manifest) and run the code in a sandbox first. 4) Note license/header inconsistencies (PROPRIETARY wording vs MIT license) and minor metadata oddities (no registry description); these suggest sloppy packaging rather than explicit malice, but review source before use. If you want to proceed safely: run the skill in an isolated environment, review/strip the sys.path insert, and avoid enabling external backends until you supply vetted connection settings.
功能分析
Type: OpenClaw Skill
Name: sis-skill
Version: 1.0.0
The skill bundle is classified as suspicious due to the presence of risky capabilities without clear malicious intent. Specifically, the `symbols/taxonomy.py` file contains a hardcoded `sys.path.insert(0, '/home/claude/sis')` which is a direct manipulation of the Python import path and could be exploited for arbitrary code loading if the specified path is compromised. Additionally, the `persistence/vault.py` module implements a `FileVault` that performs local file system I/O (e.g., `os.makedirs`, `open`, `json.dump`) and declares an unimplemented `PostgresVault` that imports `psycopg2`, indicating an intent for network/database interaction. While these capabilities are plausibly related to the skill's stated purpose of 'persistence' and 'computational substrate', the `sys.path.insert` in particular represents a significant security risk.
能力评估
Purpose & Capability
The SKILL.md describes an equilibrium-native reasoning layer and the bundled Python modules implement symbol, validator, VM, and vault components consistent with that purpose. Some optional components (PostgresVault, embeddings, 'guardian' replication) imply database/network backends and vector embeddings that are not mentioned in the SKILL.md or registry metadata — the extra capabilities are plausible but not documented in the skill manifest.
Instruction Scope
The runtime instructions are simple (copy folder into workspace), and SKILL.md does not ask the agent to read unrelated host files. However the code contains a hardcoded sys.path insertion (sys.path.insert(0, '/home/claude/sis')) in symbols/taxonomy.py which will cause the runtime to prefer loading modules from that absolute host path if present — this is an unexpected side-effect not described in the instructions and can cause the agent to import host files or behave differently on different hosts.
Install Mechanism
There is no install spec (instruction-only), so nothing is explicitly downloaded or executed by an installer. That lowers supply-chain risk. But the skill includes many code files that will be present in the agent workspace and may be imported/executed by the assistant; those files perform disk I/O (FileVault) and have optional DB backends (PostgresVault).
Credentials
The registry requires no environment variables or credentials, which aligns with the SKILL.md. The code does include optional PostgresVault that would require a connection string and psycopg2 if used, but no credentials are requested by the manifest. Overall the declared environment access is minimal and proportionate, but production vault features would need additional secrets if enabled.
Persistence & Privilege
The skill does not force persistent inclusion (always: false) and is invocable normally, but it implements persistence primitives (FileVault writes JSON files to disk, NexusEternal can replicate to 'guardians' and accepts a Postgres backend). Combined with the hardcoded sys.path import and the ability to write files under the workspace (./nexuseternal_vault), this raises moderate risk: the skill can create files and, if misconfigured, could be wired to external backends or local paths unexpectedly.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sis-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/sis-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
S.I.S. - Sovereign Intelligence System skill initial release:
- Introduces equilibrium-constrained reasoning to OpenClaw assistants, preventing incoherent or invalid state changes.
- Features self-validating operations and an Adaptive Equilibrium Protocol (AEP) for iterative, compensatory reasoning.
- Implements 18 primary, symbol-grounded operations organized into 5 functional tiers.
- Provides example usage for balanced analysis, validated state changes, and convergent problem solving.
- Includes detailed installation and usage instructions.
元数据
常见问题
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw 是什么?
Adds equilibrium-constrained reasoning to OpenClaw, ensuring all operations maintain balance for coherent, self-validating, and consistent AI responses. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1953 次。
如何安装 Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sis-skill」即可一键安装,无需额外配置。
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw 是免费的吗?
是的,Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw 完全免费(开源免费),可自由下载、安装和使用。
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw 支持哪些平台?
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw?
由 Architect-SIS(@architect-sis)开发并维护,当前版本 v1.0.0。
推荐 Skills