Install
$ agentstack add skill-parad0x-labs-openclaw-skills-liquefy-openclaw ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Liquefy OpenClaw
Use this skill when the user wants to:
- scan or pack an OpenClaw workspace with Liquefy
- understand why Liquefy denied a path
- search or restore from an existing Liquefy vault
- run OpenClaw with rollback, context budgeting, replay blocking, or restore-on-failure
- install or inspect native Liquefy integration inside OpenClaw
- vault OpenClaw session/state directories
- protect OpenClaw state or pulled history before risky actions
Start Here
Default to the local Liquefy CLI:
liquefy openclaw --jsonliquefy openclaw run --jsonliquefy searchliquefy restoreliquefy safe-run --jsonliquefy context-gate compile --jsonliquefy context-gate history --jsonpython tools/openclaw_tracevault.pypython tools/liquefy_openclaw_plugin.py hook install|uninstall|statusliquefy state-guard ...liquefy history-guard ...
Optional packaged plugin path:
- if the user already has the OpenClaw plugin installed,
liquefy_scanandliquefy_pack_applyare available - do not assume those plugin tools exist in a standalone skill install
Preflight
Before using repo-relative tools or plugin commands:
- verify
liquefyis installed and callable - verify repo-relative
tools/paths exist before usingpython tools/... - verify optional plugin tools exist before using them
- verify
LIQUEFY_SECRETis set before any secure pack/apply flow - prefer
--jsonfor commands that support it when machine-readable results matter
If a required command, repo path, or dependency is missing:
- stop and explain the missing dependency
- do not guess alternate commands
- do not pretend plugin or repo-only surfaces are available
Compatibility note:
- this standalone skill is aligned to the Liquefy OpenClaw command surface currently shipped in this repo
- check
liquefy version --jsonandliquefy openclaw --version --jsonbefore relying on newer flags - if the optional OpenClaw plugin is used, it expects Liquefy OpenClaw CLI
>= 1.1.0
Hard Rules
- Prefer read-only scan before any write/apply action.
- Do not ask for
--include-secretsor risky allow-category overrides unless the user explicitly wants denied paths included. - If the user asks for protection on the next OpenClaw run, do not use raw
openclaw run; preferliquefy openclaw runorliquefy safe-run. - If
context-gatereportsblocked=true, stop and explainblock_reasoninstead of trying to route around it. - If secure pack/apply is requested, ensure
LIQUEFY_SECRETexists before enabling--secure. - Do not pretend the standalone skill install also installed the plugin package. Treat plugin tools as optional.
- Do not run pack, apply, restore, hook install/uninstall, or other write-affecting operations unless the user explicitly requested that action after review.
References
- For workflow selection and commands, read [references/workflows.md](references/workflows.md).
- For install/update truth, standalone vs plugin split, and trust posture, read [references/integration.md](references/integration.md).
- For JSON contracts and stable machine-readable fields, read [references/contracts.md](references/contracts.md).
Load only the reference file needed for the current request.
Quick Routing
- Workspace audit or pack:
use liquefy openclaw by default; only use plugin tools if the user already has the plugin enabled.
- Policy denial or override question:
use liquefy openclaw --explain ... and report the matched category/reason.
- Next run must be protected:
use liquefy openclaw run or liquefy safe-run, not raw OpenClaw.
- 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 state-guard or 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
wallet-state.jsonbefore the next run."
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Parad0x-Labs
- Source: Parad0x-Labs/openclaw-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.