Install
openclaw skills install @deepseekoracle/lygo-automation-workflowsLYGO Automation Workflows — consent-aware playbook for identifying repetitive lattice/steward tasks worth automating, designing trigger→action plans, and choosing local-first tools (Sandcastle, Continuum, n8n self-hosted) before SaaS. Use when designing LYGO workflows, steward automation audits, or comparing Zapier/Make/n8n under P0/privacy constraints. Not a generic 'automate anything' trigger. Advisor only: no network, no account linking, no auto-publish.
openclaw skills install @deepseekoracle/lygo-automation-workflowsLYGO edition of the solopreneur automation playbook — rebuilt for the lattice:
Signature: Delta9Phi963-AUTOMATION-WORKFLOWS-v1.0.0
Inspired by community skill jk-0001/automation-workflows (credit); LYGO hardening is original.
npx clawhub@latest install deepseekoracle/lygo-automation-workflows
python scripts/self_check.py
python scripts/workflow_planner.py demo
FULL unlocked engineer zip: SkillHub #full-lygo → lygo-automation-workflows-full.zip
# Score a task
python scripts/workflow_planner.py audit-task \
--name "Rebuild PDW ledger" --minutes 10 --frequency-per-month 30 --repetitive
# Emit a plan (stdout); write needs --i-consent
python scripts/workflow_planner.py plan \
--name "Form to local CRM" \
--trigger "New form submission" \
--action "P0-gate payload" \
--action "Store minimal fields locally" \
--field email --field name \
--tool lygo-sandcastle --tool n8n-self-hosted
| Command | Network | Subprocess | Writes |
|---|---|---|---|
| audit-task / plan / demo / self_check | none | none | only --write + --i-consent |
Automate tasks you do ≥2×/week that are repetitive + rule-based and don’t need creative judgment.
Time cost: (minutes × frequency_per_month) / 60 hours/month.
Good lattice candidates
touchKeep manual
| Preference | Tool | Notes |
|---|---|---|
| 1st | lygo-sandcastle | YAML workflows + P0 gate on your hardware |
| 1st | lygo-continuum / integrator | Falsifiable receipts · ∫(Truth×Light) |
| 1st | Self-hosted n8n | Full control; still needs least-privilege tokens |
| 2nd | Make / Zapier | SaaS — treat as untrusted egress; minimize fields |
| Avoid by default | Blind multi-vendor CRM+payment+Slack chains | High breach blast radius |
TRIGGER: …
CONDITIONS: … (+ P0 / validation)
ACTIONS: …
DATA FIELDS: list every field moved (minimize)
VENDORS: list every system that receives data
ERROR HANDLING: alert steward — never silent fail
DISABLE PATH: how to turn it off + who can audit logs
CONSENT: who approved connecting each vendor
Hard rules
Payback months ≈ setup cost / monthly time-value saved. Prefer payback < 3 months, unless the automation unlocks safety (e.g. deadman heartbeat).
| Skill | Role |
|---|---|
lygo-sandcastle | Local YAML orchestrator |
lygo-continuum | Seal done claims |
lygo-continuum-integrator | Integral / phase-lock receipts |
lygo-mint-verifier | Hash packs + anchor snippets |
lygo-pure-data-witness | Digest archives (consent-gated fetch) |
lygo-protocol-stack-operator | Full stack ops |
See references/SECURITY.md and references/SKILLSPECTOR_AUDIT.md.
Δ9Φ963 — automate the repetitive · protect the sensitive · consent before vendors · human publishes.