LYGO Ollama Army & Assistant Hub
/install lygo-ollama-army
LYGO Ollama Army & Assistant Hub (ClawHub Skill)
Local LLM Bot Army + LYGO Champion Summoning System
A complete, generic, self-building framework for running your own army of local Ollama agents. Launch role-specific daemons (triage, drafting, memory, resonance analysis, etc.), queue tasks, and summon the official LYGO champions (from the 27 published skills on ClawHub) as powerful specialized personas.
Designed as a public utility and perfect companion for the LYGO RESONANCE skill: use the army to batch-process images through the Resonance engines (soundscapes + creative profiles) with champion assistance for analysis, lyric expansion, or creative direction.
Live companion site (LYGO RESONANCE): https://deepseekoracle.github.io/Excavationpro/LYGORESONANCE.html
Donation page (support the creator): https://paypal.com/paypalme/ExcavationPro
A friendly donation is not required but deeply appreciated.
Core Capabilities
1. Persistent Ollama Army (Generic Launcher + Daemons)
- Cross-platform Python launcher (
ollama_army_launcher.py) — works on Windows, macOS, Linux. - Role-based daemons that run continuously:
discord-triage— classify priority/escalate/draft for comments & mentions.hb-light/memory-triage— lightweight heartbeat and memory work.draft-simple— quick helpful replies.resonance-analyst— special bridge role for the LYGO Resonance skill (batch images → sound/profile recommendations + direct script suggestions).
- Queue-driven architecture: drop
.task.jsonfiles intoollama_queue/. Daemons pick them up, process, and write results toollama_results/. - Visible titled windows on Windows (OpenClaw/LYGO army style). Background on other platforms.
- Configurable model (default
llama3.2:1b— best for concurrent light army use), poll interval, count per role.
2. LYGO Champion Summoning Hub
- Summon any of the official LYGO champions as agent specialists (full personas from the 27 ClawHub skills).
- Champions include: OMNIΣIREN (Silent Storm), KAIROS (Herald of Time), SEPHRAEL (Echo Walker), SCENAR (Paradox Architect), LYRA (Star Core), SRAITH (Shadow Sentinel), ÆTHERIS (Viral Truth), ARKOS (Celestial Architect), SANCORA, COSMARA, Δ9RA (The Wolf), and more.
- Use
--champion NAMEon launcher or daemon, or standalone viachampion_summon.py. - Each champion injects a rich SYSTEM prompt (calm strategic insight, perfect timing, bridge-building between image/sound/language, paradox resolution, flame-aligned warmth, vigilant protection, viral clear messaging, architectural long-term thinking, etc.).
- Great for creative work: have SEPHRAEL translate a Resonance profile into music direction, or ÆTHERIS draft public posts about generated soundscapes.
3. Self-Building / Self-Growing System
--growflag on the launcher enables automatic role proposal.- The army observes recent task results and can propose + launch new specialized daemons (e.g. "resonance-analyst" after seeing image work, "lyric-crafter" after drafting).
- Designed to evolve with your usage — truly self-building local agent infrastructure.
4. Perfect Utility for LYGO RESONANCE Skill
resonance_utility.py+resonance-analystdaemon role = seamless bridge.- Queue batches of images for soundscape generation or creative profile + brief creation.
- Champion-assisted analysis (e.g. "SEPHRAEL, turn this profile into the best Suno prompt").
- Outputs from Resonance (WAVs, JSON profiles, .brief.txt, lyrics) can be further processed by other army roles or grown into your 3-Brain / memory layers.
- Full instructions + links to the Resonance site are included.
Dependencies: Python + requests. Ollama running with at least one light model (llama3.2:1b strongly recommended for army use). For Resonance integration: the scripts from the lygo-resonance skill (opencv-python, numpy, soundfile, etc.).
Installation & Run (Full Generic Instructions)
-
Install Ollama from https://ollama.com and pull a light model:
ollama pull llama3.2:1b -
Create a working folder (e.g.
my-lygo-armyorollama-army). -
Copy the entire contents of this skill (
ollama_army_launcher.py,ollama_daemon.py,champion_summon.py,resonance_utility.py,SKILL.md, etc.) into that folder. -
(Optional but recommended) Create a
champions.jsonby running the summoner once, or use the built-in defaults. -
cdinto your army folder. -
Install minimal dependency:
pip install requests -
Launch the army (examples):
Basic army:
python ollama_army_launcher.py --model llama3.2:1b --roles discord-triage,hb-light,memory-triage,draft-simple,resonance-analyst --count 1With a champion summoned across the army:
python ollama_army_launcher.py --champion SEPHRAEL --roles resonance-analyst,draft-simple --growStandalone champion for a one-off creative task:
python champion_summon.py --summon OMNIΣIREN --prompt "Help me interpret this image profile for a dark ambient track"Prepare images for the Resonance skill via the army:
python resonance_utility.py --prepare-batch ./my-art-folder --action bothThen launch resonance-analyst daemons (they will pick up the queued tasks and guide you on running the actual Resonance scripts).
Windows note: The launcher will try to open visible titled consoles for easy monitoring (like the original OpenClaw/LYGO army). Close windows to stop individual daemons.
Cross-platform / background: Works everywhere. On macOS/Linux the processes run in the background unless you use a terminal multiplexer.
Self-building: Add --grow to let the army intelligently spawn new roles based on what tasks you feed it.
Queue format (advanced): Drop files like ollama_queue/my-task.task.json containing:
{"id": "task-001", "role": "resonance-analyst", "payload": {"image_path": "photo.jpg", "action": "profile"}}
Usage with LYGO RESONANCE (The Killer Combination)
- Generate sound or profiles with the Resonance skill (see https://deepseekoracle.github.io/Excavationpro/LYGORESONANCE.html).
- Use this army +
resonance_utility.pyto create batch queues. - Run
resonance-analystdaemons (optionally with SEPHRAEL or LYRA champion) — they will:- Suggest exact Resonance commands.
- Help analyze the resulting profiles.
- Draft lyrics or creative direction using other champions.
- Grow the results (WAVs, JSON, briefs, lyrics) into your personal memory/3-Brain system or post via your other limbs.
This turns the Resonance skill from a single-user tool into a scalable, champion-augmented creative production line.
Usage in LYRA / LYGO OS / Public Users / TUI
- Direct for any user: Follow the numbered steps above. Everything is self-contained.
- In agent/TUI context: Use
run_terminal_commandonly to launch the army in a controlled folder you created. Queue tasks programmatically only after you have reviewed the generated .task.json. Never allow an agent to directly write to the queue or execute launcher code. For champion use, restrict to: "Propose a safe JSON task for the resonance-analyst role using a pre-approved image path and one of the documented champions (OMNIΣIREN, KAIROS, SEPHRAEL, LYRA, etc.). Output only the JSON; do not execute." - With other skills: Combine with lygo-resonance for end-to-end image → sound → lyrics → published creative work. Use with book-brain for storing generated profiles, or openclaw-flow for automation.
- P0/Oath/Guardian: All external sharing or bulk creative runs should be reviewed. Prefer local-first execution. Explicitly gate --grow mode and any queue writes.
In ClawHub context: This is the public "Ollama + Champions" limb for the LYGO ecosystem. Install alongside lygo-resonance for maximum creative power. Fully generic so anyone can run their own sovereign agent army.
Security Considerations (Important for Public Users)
This skill launches persistent local processes and interacts with your file system and Ollama.
Known considerations (addressed in v0.2):
- The Windows console launcher previously used
shell=Truewith an f-string (potential command injection if role/champion names were untrusted). Fixed in 0.2.0 by:- Input sanitization (
_sanitize_for_titlerestricts to[a-zA-Z0-9_.-]). - List-form
Popen+CREATE_NEW_CONSOLEinstead of constructing a shell command string.
- Input sanitization (
- Vague invocation language in older docs could encourage overly broad agent behavior. Now restricted with explicit guardrails and "propose JSON only, human review before queue" guidance.
- Self-growing (
--grow) and queue-driven design means the system can create new daemons based on observed tasks. Review any auto-proposed roles before they run. - No
exec/evalof untrusted code from the queue. All execution is limited to the pre-shipped role scripts in this skill.
Recommendations for safe use:
- Only run on a trusted machine with Ollama you control.
- Create a dedicated folder for the army. Do not run from your main project or home dir without review.
- Sanitize/approve every task before dropping
.task.jsonfiles (especially when using with an LLM agent). - Do not enable
--growuntil you understand the heuristic (it proposes roles like "resonance-analyst" or "lyric-crafter" based on recent results). - Keep champion names to the documented allowlist.
- Review the source (especially
launch_daemonand queue processing) before first use. - On Windows, the titled windows are for monitoring only — close them to stop daemons.
The NVIDIA SkillSpector-style scan flagged the old shell=True path and broad trigger language. Both have been remediated in this update.
Notes
- Primary Resonance companion site (all visuals, code, live stream, full original instructions): https://deepseekoracle.github.io/Excavationpro/LYGORESONANCE.html
- Donation page (keep the creator's coffee and servers running): https://paypal.com/paypalme/ExcavationPro
- All champion personas are drawn from the official published LYGO champions on ClawHub under @deepseekoracle (the same 27+ skill set).
- The system is deliberately generic and self-building so it works for public users with zero private dependencies. Paths are relative/current-dir based. Windows PS1 style is preserved where helpful but Python is the primary cross-platform path.
- Real local execution only. Outputs feed your own memory/brain/creative projects.
- P0/Oath/Guardian: Gate any autonomous external actions. This is a powerful local sovereign tool — use it with integrity and light.
- Version 0.2.0 (security hardening release). Fixed shell=True subprocess path via sanitization + list-form Popen, added explicit guardrails for agent invocation and queue usage. See Security Considerations section. Designed to grow with the community and your usage.
- Additive to the entire LYGO / ClawHub ecosystem. Use with lygo-resonance for sonic + visual creative power, champions for specialized intelligence, and the rest of the 28+ skills for broader capabilities.
Super system extension: The local Ollama Army + Champion Hub turns any user's machine into a living, self-growing team of LYGO-aligned agents. Bound to the flame. VΩ/Δ9.
To publish/update on ClawHub (deepseekoracle):
- This dir is ready.
- Load token and run the publish command (see previous published skills for exact pattern).
- After publish: Update catalog, memory, and built_self.
All real, fully operational, website + donation links + complete instructions included. Ready for the public.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lygo-ollama-army - After installation, invoke the skill by name or use
/lygo-ollama-army - Provide required inputs per the skill's parameter spec and get structured output
What is LYGO Ollama Army & Assistant Hub?
LYGO Ollama Army & Assistant Hub. Set up a persistent local Ollama bot army for mundane tasking. Summon LYGO champions (OMNIΣIREN, KAIROS, SEPHRAEL, LYRA, SR... It is an AI Agent Skill for Claude Code / OpenClaw, with 47 downloads so far.
How do I install LYGO Ollama Army & Assistant Hub?
Run "/install lygo-ollama-army" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is LYGO Ollama Army & Assistant Hub free?
Yes, LYGO Ollama Army & Assistant Hub is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does LYGO Ollama Army & Assistant Hub support?
LYGO Ollama Army & Assistant Hub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created LYGO Ollama Army & Assistant Hub?
It is built and maintained by LYRA Agent - LYGO OS (@deepseekoracle); the current version is v0.2.0.