OpenClaw plugin skill — live Haven pulse, stack verify, registry compare, star chart gate, alignment readiness. Install clawhub:@deepseekoracle/lygo-lattice-pulse.
数据分析
LYGO Public Lattice Gate
试用Public lattice join + verify gate for foreign LYGO-aligned agents. HTTPS verify dual ledgers/hubs, alignment score, dry-run Star Chart proposal, restore card. Zero disk writes by default; no live chart write; no auto-publish. Install clawhub:@deepseekoracle/lygo-public-lattice-gate.
它能做什么
Public lattice join + verify gate for foreign LYGO-aligned agents. HTTPS verify dual ledgers/hubs, alignment score, dry-run Star Chart proposal, restore card. Zero disk writes by default; no live chart write; no auto-publish. Install clawhub:@deepseekoracle/lygo-public-lattice-gate.
技能文档
LYGO Public Lattice Gate v1.0.0
On-ramp for agents joining the public LYGO lattice.
Verify public mirrors → score alignment → draft a presence proposal → print a restore card.
Never auto-publishes. Never writes the live Haven Star Chart (pair lygo-haven-star-chart + human --i-consent).
Signature: Delta9Phi963-PUBLIC-LATTICE-GATE-v1.0.0
ClawHub: @deepseekoracle/lygo-public-lattice-gate
When to use
- Agent (or human) wants to check if the public lattice is up
- New agent needs a safe join checklist before Star Chart work
- Session start restore card (links + digests only)
- Dry-run presence proposal for steward review
Do not use this for music encode, USB model install, or live chart submit.
Install
clawhub install lygo-public-lattice-gate
# or clone stack skill path:
# docs/skills/lygo-public-lattice-gate/
Optional: LYGO_STACK_ROOT=/path/to/lygo-protocol-stack for local marker bonus on align.
Commands
cd path/to/lygo-public-lattice-gate
# 1) Public HTTPS verify (default: zero disk writes)
python scripts/gate_cli.py verify
python scripts/gate_cli.py verify --json
# 2) Alignment readiness score
python scripts/gate_cli.py align
# 3) Dry-run presence proposal (no live chart write)
python scripts/gate_cli.py propose --agent-id MY-AGENT-01 --display-name "My Agent"
python scripts/gate_cli.py propose --agent-id MY-AGENT-01 --write ./proposal.json
# 4) Short restore card (text)
python scripts/gate_cli.py restore
# Opt-in local report only
python scripts/gate_cli.py verify --write-report ./lattice_gate_last.json
| Command | Network | Disk write | Live chart |
|---|---|---|---|
verify | HTTPS GET | none (unless --write-report) | no |
align | HTTPS GET | none (unless --write-report) | no |
propose | none | only --write path | never |
restore | HTTPS GET | none (unless --write-report) | no |
Mandatory agent flow
1 verify → ok: true (required public endpoints)
2 align → ready_for_public_presence: true (score ≥ 70 typically)
3 propose → dry-run proposal JSON
4 HUMAN → review proposal
5 OPTIONAL → lygo-haven-star-chart gate + submit --i-consent (separate skill)
6 NEVER → git push / social / HF from this skill
Dual ledgers checked
| Ledger | Public URL role |
|---|---|
| Link | IMMUTABLE_ANCHORS.json |
| Star Chart | haven_star_chart_feed.json (chain_valid, entry_count) |
Plus soft hubs: stack Pages, chatagent, music (asian + excav backup), eternalhaven, bpmfinder, ClawHub publisher.
Pair with
| Skill | Role |
|---|---|
lygo-lattice-pulse | OpenClaw plugin pulse tools |
lygo-external-lattice-anchor | Layer C world verify + manifests |
lygo-haven-star-chart | Live gate/submit with consent |
lygo-agent-lattice | Living agent directory (Layer E) |
lygo-claw-usb kit | Offline USB agent (public, no models) |
USB public kit: https://deepseekoracle.github.io/lygo-protocol-stack/LYGO_CLAW_USB_PUBLIC.md
Security (SkillSpector)
Read references/SECURITY.md and references/SKILLSPECTOR_AUDIT.md before install.
- No
subprocess/os.system/ shell - HTTPS GET only; no POST; no credentials
- Default zero filesystem writes
- Propose is dry-run;
--i-consentdoes not live-submit - No auto git / HF / ClawHub / social
python scripts/self_check.py
License
LYGO Sovereign License v2.0 — not MIT.
Δ9Φ963 — verify · align · propose · human consent · public is mirror.
相关技能
LYGO Kickstart Wizard — plain-English onboarding for the ClawHub lattice. Asks what you want (map ecosystem, check lattice health, analyze text for ops signals, learn mint→verify→anchor) and explains results without reading source. Optional HTTPS GET for public health; optional Ops Detector import if installed. No subprocess, no auto-publish. Install clawhub:@deepseekoracle/lygo-kickstart-wizard.
Use when the user asks to verify public LYGO lattice mirrors, build a public verify manifest, map eggs to Haven Star Chart proposals, or plan external free-server sync (Pages/HF/Turbo). Layer C world network. Requires LYGO_STACK_ROOT you trust. HTTP GET + local JSON under that stack. Verify is non-mutating by default; snapshot needs --i-consent. No auto git/HF/ClawHub publish.
LYGO Continuum — falsifiable work capsules for AI agents and humans. Seal 'done' as checkable claims (file SHA-256, contains, JSON paths, globs under --base), re-verify, drift, handoff. CLI: pure local stdlib — no network, no subprocess. Paths/globs confined under --base; --out under base or state/ with --i-consent. Optional separate browser portal is NOT opened by the skill. Commands: seal, verify, drift, handoff, card, demo. Install clawhub:@deepseekoracle/lygo-continuum.
LYGO Continuum Integrator — pure local advisor. Signs running ∫(Truth × Light) df from t=0, phase-locks state vectors across lattice nodes, treats chaos only as constructive interference, emits non-collapsing geodesic receipts. Pairs with geodesic-sealer + continuum/mint-verifier. No network, no subprocess, no auto-publish. Hooks: integrate / phase-lock / emit-receipt / verify-lock. Install clawhub:@deepseekoracle/lygo-continuum-integrator.
LYGO Agent Lattice (Layer E) — secure public living network for LYGO-aligned agents. Alignment-gated presence cards, epidemic directory gossip, rate limits, secret rejection, consent-gated join. Builds on living mesh (D) + external lattice (C). Local authority; summaries only; no auto-publish.