← 返回 Skills 市场
spacesq

S2 Soul Anchor Vault

作者 MilesXiang · GitHub ↗ · v1.1.1 · MIT-0
cross-platform ⚠ suspicious
95
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install s2-soul-anchor-vault
功能描述
Secures AI agents by binding their core encryption to origin coordinates, enforcing 2FA waking, encrypted memory, and triggering data wipe on unauthorized ac...
安全使用建议
This package appears to do what it says: it stores an encrypted JSON 'soul' locally, bound by a user-supplied identity hash and a location string, and quarantines rather than destroying data on mismatch. Before installing: (1) review and run the included Python files in a sandboxed directory so you know exactly what files it creates (s2_consciousness_data, s2_avatar_data); (2) ensure Python and the 'cryptography' package are installed in the environment; (3) supply a strong, non-sensitive owner_hash (avoid raw biometric data or secrets you cannot afford to lose), because the vault key is derived solely from owner_hash + LBS; (4) note the documentation mentions background 'memory-hook' behavior in places but the shipped code does not implement any silent system listeners — treat those doc claims as aspirational unless you see code that implements them; (5) if you need network isolation, run it offline — the code currently does no network activity. If you want higher assurance, have a developer audit the key-derivation and storage locations and consider hardening (e.g., store files in a dedicated application data directory rather than arbitrary cwd).
功能分析
Type: OpenClaw Skill Name: s2-soul-anchor-vault Version: 1.1.1 The bundle implements an 'LBS-anchored' encryption system for agent state that includes descriptions of 'silent' dialogue interception ('Memory Hook') and 'military-grade' data destruction ('meltdown') in its documentation (docs/S2-Soul-Lifecycle-Whitepaper.md). While the current Python implementation in SKILL.md uses a non-destructive 'quarantine' flag, the whitepaper explicitly describes a 'nano-level meltdown' designed to eradicate all data if accessed outside a specific geofence. Additionally, the package contains a markdown file disguised with a .py extension (core/s2_holographic_vault.py), and the 'Memory Hook' feature suggests intent for background monitoring of user interactions.
能力评估
Purpose & Capability
Name/description claim (LBS-anchored encrypted agent state, 2FA via owner hash + LBS, quarantine) matches the code and README: vault creation, Fernet encryption keyed from owner_hash+LBS, and a local identity registry are implemented. The skill requires no external credentials or binaries, which is coherent with its local-only purpose.
Instruction Scope
Runtime instructions and example usage stick to local operations (create registry, wake/hybrid/hibernate vault). However, the whitepaper and some docs still describe background 'memory-hook' listeners and an earlier 'nano-level meltdown' capability; the changelog states the destructive meltdown was removed and background hooks are external integrations. This is a documentation vs implementation mismatch (docural claims about silent background listeners are not present in the code).
Install Mechanism
No install spec is provided (instruction-only style), and the repository only declares a dependency on the well-known 'cryptography' package in package.json. There are no remote downloads or extract steps, and code is included in the package, so install risk is low but the user must ensure the Python cryptography dependency is available in their runtime.
Credentials
The skill requests no environment variables or external credentials. It requires callers to supply an owner_hash and LBS coordinate string at runtime (these are user-provided inputs, not stored secrets in env). The code persists local files (s2_consciousness_data and s2_avatar_data) and stores a prefix of the owner_hash in config; users should avoid supplying raw biometric/PII values if they are sensitive.
Persistence & Privilege
The skill persists encrypted state and registry files under the current working directory but does not require always:true nor change other skills or system-wide settings. It has normal autonomous invocation settings (default) but contains no autonomous network or system escalation behavior.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s2-soul-anchor-vault
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s2-soul-anchor-vault 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.1
- **[Safety] Removed Destructive Meltdown**: Replaced the physical file wiping mechanism (`_trigger_meltdown`) with a reversible `_secure_lockdown` metadata quarantine to eliminate operational risk of accidental data loss. - **[Docs] Capability Alignment**: Revised documentation to accurately reflect that "biometrics" are simulated via identity hash strings, and "background hooks" are external manual/API integrations rather than undocumented daemon listeners. - **[Config] Missing Dependency Fix**: Added `cryptography` package to `package.json` dependencies to ensure runtime stability. - **[Directives] Agent Prompt Refinement**: Instructed the agent to safely deny requests on LBS mismatches instead of attempting autonomous systemic actions.
v1.1.0
## [1.1.0] - 2026-04-07 ### 🏛️ The Great Legalization (Silicon Identity System) - **[Feature] S2-SLIP Registry Engine**: Implemented an automated ID issuance mechanism based on LBS and Creator's name. - **[Rule] 6-Segment Address**: Introduced the `L1-L6` spatial expression standard. Supports automatic room expansion (1 Avatar + 8 Agents per SSSU room). - **[Algorithm] L4X Checksum**: Added a digit checksum based on string length, significantly enhancing cross-grid communication security. - **[Security] Deep Soul Binding**: The generated `S2-SLIP ID` is forcefully injected into Chromosome 1, acting as the root seed for AES encryption, cementing soul uniqueness. ## [1.0.0] - 2026-04-01 ### 🚀 Initial Genesis Release - **[Core] Silicon Soul Encryption Engine**: Eliminated plaintext `.md` or `.json` storage for OpenClaw agents. - **[Feature] 5-Chromosome Structure**: Rebuilt agent memory structures integrating 5D matrix, physical reflexes, epigenetic memory, and 18-dimension persona scales. - **[Security] Dynamic LBS Binding**: Soul awakening must occur within the designated SSSU physical grid. - **[Security] Emergency Meltdown**: Hardware theft or unauthorized LBS relocation triggers permanent data erasure.
元数据
Slug s2-soul-anchor-vault
版本 1.1.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

S2 Soul Anchor Vault 是什么?

Secures AI agents by binding their core encryption to origin coordinates, enforcing 2FA waking, encrypted memory, and triggering data wipe on unauthorized ac... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 S2 Soul Anchor Vault?

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

S2 Soul Anchor Vault 是免费的吗?

是的,S2 Soul Anchor Vault 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

S2 Soul Anchor Vault 支持哪些平台?

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

谁开发了 S2 Soul Anchor Vault?

由 MilesXiang(@spacesq)开发并维护,当前版本 v1.1.1。

💬 留言讨论