Sis skill
Skill Architect-SIS/sis-skill
Sovereign Intelligence System - Equilibrium-native reasoning for OpenClaw SafetyFrom the repository description
npx -y skills add Architect-SIS/sis-skillAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
- runs commandsInstructs the agent to run 1 command, including `cp -r sis-skill ~/.openclaw/workspace/skills/sis`.
SKILL.md
2.8 KB, 726 tokens by cl100k_base, as published. Nobody here has run it
S.I.S. - Sovereign Intelligence System
Equilibrium-Native Reasoning for OpenClaw
Overview
S.I.S. adds equilibrium-constrained reasoning to your OpenClaw assistant. Every operation maintains balance (ΣΔ = 0), ensuring coherent, self-validating responses that can't drift into inconsistent states.
Core Principle
Input ≡ Symbol ≡ Operation ≡ Execution ≡ Persistence ≡ Output
Traditional AI: Process input → generate output → hope it's coherent. S.I.S.: Operations that violate equilibrium constraints cannot execute.
What It Does
- Equilibrium-Enforced Reasoning: Responses maintain internal balance
- Self-Validating State: Invalid states are rejected at the computational level
- Adaptive Equilibrium Protocol (AEP): sense → quantify → compensate → iterate
- Symbol-Grounded Operations: 18 primary symbols across 5 tiers
Installation
Copy this skill folder to your OpenClaw workspace:
cp -r sis-skill ~/.openclaw/workspace/skills/sis
Usage
Once installed, S.I.S. reasoning is available to your assistant. The equilibrium constraint applies automatically to operations that use the skill.
Example Invocations
Balanced Analysis:
Analyze this decision using equilibrium constraints
Validated State Changes:
Update my project status with S.I.S. validation
Convergent Problem Solving:
Find the balanced solution to this tradeoff
The 18 Symbols (5 Tiers)
Tier 1: Fundamental
∆Delta - change, difference, operation⇄Bidirectional - relationship, equilibrium lock⊕Synthesis - superposition, parallel execution◇Cycle - iteration, recursion⟡Convergence - optimization, balance point
Tier 2: Data
◈Container - holds value, encapsulates state⟐Query - request, lookup⟠Collapse - select from superposition⟢Flow - movement, sequencing
Tier 3: Consensus
☆Validation - check equilibrium constraint✦Consensus - require agreement⬡Vault - persist immutably⬢Replication - distribute redundantly
Tier 4: Meta
◌Invert - reverse operation◎Nest - recursive application◯Align - synchronize globally❈Emerge - pattern formation
Tier 5: Sovereignty
⟶Upload - prepare for transfer⟷Inherit - succession⟸Archive - long-term persistence
Technical Foundation
Based on equilibrium-native computing principles derived from:
- Cybernetics (Norbert Wiener, 1948)
- Control Theory - Self-regulating systems
- Constraint Satisfaction Programming
License
MIT License - Copyright (c) 2025-2026 Kevin Fain (ThēÆrchītēcť)
Author
Kevin Fain - ThēÆrchītēcť Contact: [email protected]
S.I.S. - Sovereign Intelligence System Equilibrium-native reasoning for personal AI
What ships with it: 16 files
152.6 KB alongside SKILL.md, 12 of them executable
core/
- anchor.pyruns14.3 KB
- __init__.pyruns1.7 KB
- symbol.pyruns13.7 KB
- validator.pyruns8.9 KB
- vm.pyruns11.9 KB
persistence/
- __init__.pyruns1.2 KB
- vault.pyruns11.8 KB
symbols/
- etymology.pyruns42.3 KB
- __init__.pyruns2.7 KB
- taxonomy.pyruns25.2 KB
- acp.json1.2 KB
- agauth.json1.2 KB
- __init__.pyruns66 B
- LICENSE1.1 KB
- main.pyruns11.4 KB
- README.md4.1 KB