Install
openclaw skills install @deepseekoracle/lygo-second-brainLYGO-native local second brain (Obsidian vault + Ollama). Ingest raw sources, embed index, search, multi-model consensus, wiki pages from vault only. Use for LLM wiki / knowledge compounding on the lattice. Read references/SECURITY.md first. No auto git push.
openclaw skills install @deepseekoracle/lygo-second-brainLocal LLM wiki aligned with LYGO: markdown vault, Ollama inference, git anchoring, optional stack manifest.
lygo-second-brain.zipraw/ → permanent/ → wiki/ with retrieval (embed_index.py / search.py)consensus.py)/dream v1 (not shipped — build after ingest+index stable)git push, ClawHub publish, or kernel egg plant without consentnpx clawhub@latest install deepseekoracle/lygo-second-brain
export LYGO_STACK_ROOT=/absolute/path/to/lygo-protocol-stack
export LYGO_VAULT_ROOT=$LYGO_STACK_ROOT/lygo_second_brain/vault
python tools/install_lygo_second_brain.py
ollama pull llama3.2 && ollama pull nomic-embed-text
| Intent | Command |
|---|---|
| Ingest | python tools/lygo_second_brain.py ingest vault/raw/file.md |
| Index | python tools/lygo_second_brain.py index |
| Search | python tools/lygo_second_brain.py search "topic" |
| Consensus | python tools/lygo_second_brain.py consensus "question?" |
| Wiki | python tools/lygo_second_brain.py wiki "topic" |
| Self-check | python scripts/self_check.py (from skill mirror) |
Direct scripts: $LYGO_STACK_ROOT/lygo_second_brain/scripts/
data/second_brain/manifest.jsonllygo-kernel-egg-planter for permaweb pins (user consent)lygo-protocol-stack-operator → lygo-second-brain → lyra-brain / book-brain → lygo-kernel-egg-planter (optional)
npx clawhub@latest publish "…/clawhub/mirrors/lygo-second-brain" --slug lygo-second-brain --name "LYGO Second Brain"
Δ9Φ963 — local vault, verify, then compound.