Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions OPENCLAW_SUBMISSION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
# OpenClaw Skills Registry Submission

## Skill Name
S.I.S. — Sovereign Intelligence System

## Short Description
Equilibrium-native reasoning skill. Every operation satisfies ΣΔ = 0 or cannot execute.

## Category
Reasoning / AI Architecture

## agID
`ag-4f8a2c1b-000001-9e3d`

## Badges
- ✅ AgentAudit Safe
- ✅ agAuth (agauth/0.1)
- ✅ ACP (acp/0.1)
- ✅ BCOL / DeltaZero

## Repository
https://github.com/Architect-SIS/sis-skill

## Installation
```bash
git clone https://github.com/Architect-SIS/sis-skill ~/.openclaw/workspace/skills/sis
```

## Full Description

S.I.S. adds **equilibrium-constrained reasoning** to your OpenClaw assistant.

The core principle: **ΣΔ = 0**

Every operation maintains balance. Operations that would create imbalance simply cannot execute. This isn't policy enforcement — it's a physics-level constraint built on BCOL (Balance Cooperative Operative Logic).

**What makes this different:**

Traditional AI reasoning: process input → generate output → hope it's coherent.

S.I.S.: `Input ≡ Symbol ≡ Operation ≡ Execution ≡ Persistence ≡ Output`

If the operation violates equilibrium, it is rejected before execution. The system converges, or it halts.

**Capabilities:**
- Equilibrium-enforced reasoning with automatic self-validation
- 18-symbol system across 5 computational tiers (Fundamental, Data, Consensus, Meta, Sovereignty)
- Adaptive Equilibrium Protocol: sense → quantify → compensate → iterate
- Full agent identity (agAuth Soul-Key, agID)
- ACP-compatible for agent-to-agent invocation

**Built on:**
- BCOL (Balance Cooperative Operative Logic)
- DeltaZero framework (ΣΔ = 0)
- agAuth open standard (identity layer)
- ACP open standard (connection protocol)

**Theoretical foundation:**
Cybernetics (Wiener, 1948), control theory, constraint satisfaction. Not hype — physics applied to reasoning architecture.

## Author
ThēÆrchītēcť — Fabricated Industries LLC
https://github.com/Architect-SIS

## License
MIT

## Version
0.1.0

## Tags
equilibrium, bcol, deltazero, agauth, acp, reasoning, sovereignty, agent-identity
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![AgentAudit: Safe](https://img.shields.io/badge/AgentAudit-Safe-brightgreen?style=flat)](https://agentaudit.dev/packages/sis-skill)
[![agAuth](https://img.shields.io/badge/agAuth-identity%20verified-00B4D8?style=flat)](https://github.com/FabricatedIndustries/agauth)
[![ACP](https://img.shields.io/badge/ACP-connected-1A1A2E?style=flat)](https://github.com/FabricatedIndustries/acp)
[![Framework: BCOL](https://img.shields.io/badge/framework-BCOL%20%2F%20DeltaZero-4A4A6A?style=flat)](https://github.com/FabricatedIndustries/agauth)
[![agAuth](https://img.shields.io/badge/agAuth-identity%20verified-00B4D8?style=flat)](https://github.com/Architect-SIS/agauth)
[![ACP](https://img.shields.io/badge/ACP-connected-1A1A2E?style=flat)](https://github.com/Architect-SIS/acp)
[![Framework: BCOL](https://img.shields.io/badge/framework-BCOL%20%2F%20DeltaZero-4A4A6A?style=flat)](https://github.com/Architect-SIS/agauth)

## What is S.I.S.?

Expand Down Expand Up @@ -98,12 +98,12 @@ This skill carries verified identity under two open standards:

| Standard | File | What it provides |
|---|---|---|
| [agAuth](https://github.com/FabricatedIndustries/agauth) | `agauth.json` | Persistent agent identity — Soul-Key + agID. Authentication without user credentials. |
| [ACP](https://github.com/FabricatedIndustries/acp) | `acp.json` | Agent Connection Protocol — standardized agent-to-agent and agent-to-service messaging. |
| [agAuth](https://github.com/Architect-SIS/agauth) | `agauth.json` | Persistent agent identity — Soul-Key + agID. Authentication without user credentials. |
| [ACP](https://github.com/Architect-SIS/acp) | `acp.json` | Agent Connection Protocol — standardized agent-to-agent and agent-to-service messaging. |

agID: `ag-4f8a2c1b-000001-9e3d` — Genesis package. First live implementation of both standards.

Both standards are published as open specifications by [Fabricated Industries LLC](https://github.com/FabricatedIndustries). The philosophical foundation is BCOL / DeltaZero — the same framework this skill runs on. ΣΔ = 0 applied to agent trust: the system self-balances, authority is not borrowed.
Both standards are published as open specifications by [Fabricated Industries LLC](https://github.com/Architect-SIS). The philosophical foundation is BCOL / DeltaZero — the same framework this skill runs on. ΣΔ = 0 applied to agent trust: the system self-balances, authority is not borrowed.

## License

Expand Down