openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > 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.

AI 与大模型

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 1.7k · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :可疑 · OpenClaw :可疑

Package:architect-sis/sis-skill

安全扫描(ClawHub)

  • VirusTotal :可疑
  • OpenClaw :可疑

OpenClaw 评估

The skill's code generally matches its stated equilibrium-reasoning purpose, but there are implementation inconsistencies (a hardcoded host path import and other incongruities) that warrant caution before installing.

目的

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.

说明范围

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 im…

安装机制

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).

证书

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.

持久

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…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw」。简介:Adds equilibrium-constrained reasoning to OpenClaw, ensuring all operations mai…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/architect-sis/sis-skill/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

暂无本地缓存内容,可在后台执行详情同步。