Liquefy-openclaw-integration liquefy-openclaw
Use this skill when working with Liquefy around OpenClaw, including plugin scan/apply flows, native hook integration, session vaulting, search/restore, policy explanation, guarded runs, context gate, replay blocking, and state/history guard workflows.
install
source · Clone the upstream repo
git clone https://github.com/Parad0x-Labs/liquefy-openclaw-integration
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Parad0x-Labs/liquefy-openclaw-integration "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/openclaw-plugin/skills/liquefy-openclaw" ~/.claude/skills/parad0x-labs-liquefy-openclaw-integration-liquefy-openclaw && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Parad0x-Labs/liquefy-openclaw-integration "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/plugins/openclaw-plugin/skills/liquefy-openclaw" ~/.openclaw/skills/parad0x-labs-liquefy-openclaw-integration-liquefy-openclaw && rm -rf "$T"
manifest:
plugins/openclaw-plugin/skills/liquefy-openclaw/SKILL.mdsource content
Liquefy OpenClaw
Use this skill when the user wants to:
- scan or pack an OpenClaw workspace with Liquefy
- install or inspect Liquefy inside OpenClaw itself
- vault OpenClaw session/state directories
- search or restore from an existing Liquefy vault
- understand why Liquefy denied a path
- run OpenClaw with rollback, context budgeting, replay blocking, or restore-on-failure
- protect OpenClaw state or pulled history before risky actions
Start Here
- Plugin tools:
for read-only workspace inspectionliquefy_scan
for explicit pack/applyliquefy_pack_apply
- Local CLI:
liquefy openclaw --jsonliquefy openclaw run --jsonpython tools/openclaw_tracevault.pypython tools/liquefy_openclaw_plugin.py hook install|uninstall|statusliquefy searchliquefy restoreliquefy safe-run --jsonliquefy context-gate compile --jsonliquefy context-gate history --jsonliquefy state-guard ...liquefy history-guard ...
Current truth:
- the plugin wrapper exposes
andscanapply - hook integration, session vaulting, restore/search, state-guard, history-guard, guarded run, context gate, and replay history are local Liquefy flows, not plugin tools
Hard Rules
- Prefer read-only scan before any write/apply action.
- Do not ask for
or risky allow-category overrides unless the user explicitly wants denied paths included.--include-secrets - Do not pretend the OpenClaw plugin exposes guarded execution. For runtime protection, use local Liquefy CLI/native integration.
- If the user asks for protection on the next OpenClaw run, do not use raw
; preferopenclaw run
orliquefy openclaw run
.liquefy safe-run - If
reportscontext-gate
, stop and explainblocked=true
instead of trying to route around it.block_reason - If secure pack/apply is requested, ensure
exists before enablingLIQUEFY_SECRET
.--secure
References
- For workflow selection and commands, read references/workflows.md.
- For plugin install, native hook integration, binary resolution, and trust posture, read references/integration.md.
- For JSON contracts and stable machine-readable fields, read references/contracts.md.
Load only the reference file needed for the current request.
Quick Routing
- Workspace audit or pack:
use plugin
/liquefy_scan
first when the user is operating inside OpenClaw tools; otherwise useliquefy_pack_apply
.liquefy openclaw - Policy denial or override question:
use
and report the matched category/reason.liquefy openclaw --explain ... - Next run must be protected:
use
orliquefy openclaw run
, not raw OpenClaw.liquefy safe-run - User wants automatic OpenClaw archival:
use native hook install/status/uninstall via
.liquefy_openclaw_plugin.py - User wants specific agent session vaulting:
use
.openclaw_tracevault.py - User needs restore/search on an existing vault:
use
/liquefy search
.liquefy restore - User wants filesystem/state protection outside packing:
use
orstate-guard
.history-guard
Example Intents
- "Scan my OpenClaw workspace and tell me what Liquefy would pack."
- "Why did Liquefy deny
?"credentials/api.pem - "Run OpenClaw with replay blocking and rollback."
- "Show the context gate history for this workspace."
- "Pack this workspace with ratio profile after review."
- "Install Liquefy hooks into OpenClaw and show status."
- "Restore this OpenClaw vault and search it for a trace id."
- "Protect
before the next run."wallet-state.json