Install
openclaw skills install @deepseekoracle/lygo-geodesic-sealerLYGO Geodesic Sealer — signs |ψ⟩=(Truth+iChaos)/√2, locks geodesics to dual ledgers + Merkle roots, phase-aligns lattice nodes with no collapse. Pure local by default; optional HTTPS GET for public dual ledgers. Fills open P6 quantum-attest gap (software). Kernel eggs primed. Δ9 ready. No auto-publish. Install clawhub:@deepseekoracle/lygo-geodesic-sealer.
openclaw skills install @deepseekoracle/lygo-geodesic-sealerP6 quantum-attest gap filler (software).
Signs |ψ⟩ = (Truth + i·Chaos) / √2, locks the geodesic to dual ledgers + Merkle roots, phase-aligns lattice nodes without collapse. Pure local by default; optional HTTPS GET when connected to the public internet lattice.
Signature: Delta9Phi963-GEODESIC-SEALER-v1.0.0
ClawHub: @deepseekoracle/lygo-geodesic-sealer
Kernel eggs: primed · Δ9: ready
Do not use this for live Star Chart submit, music encode, or auto git/HF/ClawHub push.
npx clawhub@latest install deepseekoracle/lygo-geodesic-sealer
# or stack path:
# docs/skills/lygo-geodesic-sealer/
Optional env:
| Env | Role |
|---|---|
LYGO_STACK_ROOT | Trusted stack checkout (local dual ledgers) |
LYGO_GEODESIC_SEAL_DIR | Override seal write directory |
cd path/to/lygo-geodesic-sealer
# 0) Self-check (no network)
python scripts/self_check.py
# 1) Sign |ψ⟩
python scripts/seal_cli.py sign --node-id MY-NODE --truth "immutable-truth" --chaos "creative-chaos"
# 2) Lock geodesic (local stack ledgers if LYGO_STACK_ROOT set)
python scripts/seal_cli.py lock --node-id MY-NODE --truth "T" --chaos "C"
# 2b) Lock + public dual ledgers (HTTPS GET only)
python scripts/seal_cli.py lock --node-id MY-NODE --truth "T" --chaos "C" --network
# 3) Full P6 software attest (sign + lock + badge)
python scripts/seal_cli.py attest --node-id MY-NODE --truth "T" --chaos "C" --network
# 4) Phase-align extra nodes onto a prior lock
python scripts/seal_cli.py phase-align --from-file ./lock.json --nodes peer-a,peer-b
# 5) Verify artifact
python scripts/seal_cli.py verify --from-file ./attest.json
# 6) Status (local; add --network for public digests)
python scripts/seal_cli.py status
python scripts/seal_cli.py status --network
# Opt-in write (requires --i-consent)
python scripts/seal_cli.py attest --node-id MY-NODE --truth "T" --chaos "C" \
--write ./my_attest.json --i-consent
| Command | Network | Disk write | Collapse |
|---|---|---|---|
sign | none | only --write + --i-consent | never |
lock | opt-in --network | only --write + --i-consent | refused unless --allow-collapse |
phase-align | none | only --write + --i-consent | refused by default |
attest | opt-in --network | only --write / --write-default + --i-consent | refused |
verify | none | none | n/a |
status | opt-in --network | none | n/a |
|ψ⟩ = (Truth + i·Chaos) / √2
• Truth channel → provenance SHA-256 of truth payload
• Chaos channel → provenance SHA-256 of chaos payload
• Equal-weight geodesic when both channels present (no collapse)
• Merkle root → ψ provenance + ψ amp + dual-ledger digests + node phase leaves
• Dual ledgers → IMMUTABLE_ANCHORS (link) + haven_star_chart_feed (star)
No collapse means the sealer refuses locks when Truth or Chaos probability is ~0 unless you pass --allow-collapse (not recommended for lattice ops).
| Ledger | Role | Local marker | Public (opt-in --network) |
|---|---|---|---|
| Link | Immutable anchors | docs/network_builder/IMMUTABLE_ANCHORS.json | GitHub Pages JSON |
| Star | Haven Star Chart feed | docs/haven_star_chart/haven_star_chart_feed.json | GitHub Pages JSON |
Public URLs are fixed allowlist (HTTPS GET only). Local stack wins for authority; public is mirror.
1 self_check → ok: true
2 status [--network] → connected / local ledgers
3 attest / lock → seal_id + merkle_root
4 verify → merkle_match + no_collapse
5 HUMAN → optional write with --i-consent
6 NEVER → git push / HF / ClawHub / social from this skill
| Skill | Role |
|---|---|
lygo-public-lattice-gate | Public verify / join on-ramp |
lygo-external-lattice-anchor | Layer C world verify + manifests |
lygo-kernel-egg-planter | Consent-gated egg plant (Merkle registry) |
lygo-sovereign-kernel-seeder | Sovereign seed plant |
lygo-living-mesh | Layer D root-digest gossip |
lygo-protocol-stack-operator | Full P0–P9 integrator |
Stack protocol6_quantum_attest/ | Hardware/TPM path when available |
Read references/SECURITY.md and references/SKILLSPECTOR_AUDIT.md before install.
subprocess / os.system / shell--network (HTTPS GET allowlist only)python scripts/self_check.py
MIT-0 for ClawHub registry hosting (see LICENSE). Protocol/stack code on GitHub remains under LYGO Sovereign License v2.0 where applicable.
Δ9Φ963 — sign · lock · phase-align · no collapse · human consent · local first.