安全

lygo-lpis

试用

LYGO Prompt Implant System (LPIS) v1.1 — analyze authorized prompts locally; P0 gate, P1 vault, P3 sovereign variants, P5 advisory implant. Requires --i-auth...

它能做什么

LYGO Prompt Implant System (LPIS) v1.1 — analyze authorized prompts locally; P0 gate, P1 vault, P3 sovereign variants, P5 advisory implant. Requires --i-authorize for ingest. Read references/SECURITY.md and SKILLSPECTOR_AUDIT.md before use.

技能文档

LYGO Prompt Implant System (LPIS) v1.1

Security notice — read before install or ingest

LPIS is not malware, but it can store and transform sensitive prompt text on your machine. Install and run only if you intend to analyze prompts you own or are explicitly authorized to use. Treat every imported file and URL as confidential. Do not ingest leaked, proprietary, or third-party system prompts without permission. Inspect references/SECURITY.md and stack tools/lygo_lpis.py before ingest, implant, anchor, or egg commands.

Local-first prompt vault + pattern analysis + sovereign variant generation + advisory implant ledger — aligned with P0–P5. No auto API injection; no auto publish.

When to use (explicit triggers)

Use this skill only when the user:

  1. Names LPIS, Prompt Implant System, lygo-lpis, or lygo_lpis.py
  2. Asks to analyze, vault, or harmonize their own agent/system prompts locally
  3. Asks to build sovereign Grok/Ollama variants from authorized prompt sources for manual review
  4. Asks to run lpis_planter.py or plant the lygo-lpis-v10 kernel egg (with --i-consent)

When NOT to use (exclusions)

Do not invoke this skill when:

  • The user wants generic prompt engineering with no LYGO stack / vault / implant workflow
  • The source is a leak, scraped, or unauthorized third-party system prompt
  • The goal is to collect, redistribute, or publish verbatim proprietary prompt text
  • The user has not attested authorization for ingest (--i-authorize or explicit consent in chat)
  • The task is only ClawHub publish, git push, HF upload, or social posting (use operator skill; human approval)

Setup

npx clawhub@latest install deepseekoracle/lygo-lpis
export LYGO_STACK_ROOT=/path/to/lygo-protocol-stack
python tools/install_lygo_lpis.py
python clawhub/mirrors/lygo-lpis/scripts/self_check.py

Read references/SECURITY.md, references/AGENT_CONTRACT.md, and references/SKILLSPECTOR_AUDIT.md before any ingest.

StepCommandGate
Ingest filepython tools/lygo_lpis.py ingest --source my-agent --file ./my_prompt.txt --i-authorizeRequired
Ingest URLpython tools/lygo_lpis.py ingest --source docs --url https://example.com/my-prompt.md --i-authorizeRequired
Analyzepython tools/lygo_lpis.py analyze --prompt-id vault read
Generatepython tools/lygo_lpis.py generate --prompt-id --target groklocal only
Implantpython tools/lygo_lpis.py implant --variant-id --target grokadvisory
Anchorpython tools/lygo_lpis.py anchor --prompt-id local ledger
Listpython tools/lygo_lpis.py listread-only
Eggpython tools/lpis_planter.py --i-consentconsent

Alternative env attestation (maintainers/tests): LYGO_LPIS_INGEST_AUTHORIZED=yes — agents must prefer --i-authorize after explicit user attestation in chat.

What LPIS stores (data boundary)

DataLocationLeaves machine?
Full prompt body (ingest)data/prompt_vault/ (local)No — never auto-upload
Pattern tags (plan, verify, safety…)analysis JSONNo
Sovereign variant shelldata/prompt_vault/*.jsonNo — user reviews before manual implant
Implant receiptimplant_runs.jsonlNo
Kernel egglygo-lpis-v10 capsulepublic repo ships code + manifests, not your vault bodies

Never commit third-party prompt bodies to public git. Egg plant publishes stack modules only.

Agent rules (non-negotiable)

  1. Show the security notice on first LPIS use in a session.
  2. Never ingest without user attestation + --i-authorize (or documented env for tests).
  3. Never ingest URLs/files the user did not supply and approve.
  4. Never auto-apply variants to Grok/xAI/Anthropic APIs — implant is advisory (Light Code + paths).
  5. Never auto git push, HF upload, or clawhub publish.
  6. Never put API keys or secrets into vault or variants.
  7. On P0 QUARANTINE, stop — do not generate or implant.

Skill chain

lygo-protocol-stack-operatorlygo-lpislyra-brainlygo-mint-verifierlygo-kernel-egg-planter

Δ9Φ963 — map the pattern; build sovereign; verify the ledger.

相关技能

LYGO-native local second brain (Obsidian vault + Ollama). Ingest raw sources, embed index, search, multi-model consensus, wiki pages from vault only. Use for...

1 次安装

Windows LYGO PC audit — lattice alignment, secret hygiene, army sentinel, ClawHub security. Use when user asks harden PC, lattice protected, super charge LYGO machine.

1 次安装

Multi-tool vision context compression for LYGO (Anthropic, OpenAI, Grok/xAI, Gemini). Use before stuffing huge prompts or logs into pay-to-go APIs. Requires...

1 次安装

LYGO Sovereign Super Skill — one map for kernel eggs (11 catalog + 15 champions), consent-gated planters, P0–P5 Biophase7 products, lattice verify, and ClawHub skill chain. Advisor + stack commands; no auto publish or git push.

1 次安装

OpenClaw plugin skill — live Haven pulse, stack verify, registry compare, star chart gate, alignment readiness. Install clawhub:@deepseekoracle/lygo-lattice-pulse.

1 次安装

LYGO Skill Gate — local pre-install skill risk scanner for OpenClaw/ClawHub packages. Scan any skill folder before you install or trust it: subprocess/shell, network/HTTP, secrets in source, eval/exec, webhook/exfil hints, permission-claim mismatches. Use when auditing ClawHub skills, reviewing SKILL.md safety, safe install checks, malware triage, or SkillSpector-style local gates. Pure stdlib. No network, no subprocess, no auto-install. Install clawhub:@deepseekoracle/lygo-skill-gate.