Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add Parad0x-Labs/openclaw-skills --skill liquefy_archivegit clone --depth 1 https://github.com/Parad0x-Labs/openclaw-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/parad0x-labs/openclaw-skills/liquefy_archive)<a href="https://agentmods.dev/skills/parad0x-labs/openclaw-skills/liquefy_archive"><img src="https://agentmods.dev/badge/skills/parad0x-labs/openclaw-skills/liquefy_archive/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/parad0x-labs/openclaw-skills/liquefy_archive"><img src="https://agentmods.dev/badge/skills/parad0x-labs/openclaw-skills/liquefy_archive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00049 | $0.00361 |
| Opus 5 | $0.00024 | $0.00180 |
| Sonnet 5 | $0.00010 | $0.00072 |
| Haiku 4.5 | $0.00005 | $0.00036 |
Grade A, and why
liquefy-archive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Liquefy Archive
Auto-compresses OpenClaw sessions, memory, and artifacts into verified .null
vaults. Runs as a daemon or on-demand sweep. Blocks credential and key leaks
before anything reaches the vault — API keys, env files, and private keys are
caught and blocked before archiving.
Commands
| Command | Description |
|---|---|
archive_now |
Single sweep — compress eligible items now |
start_daemon |
Background archiver (auto-sweeps every 5 min) |
stop_daemon |
Stop the background daemon |
status |
Daemon state + last sweep stats |
daily_recap |
24h activity summary |
Install
cp -r skills/liquefy_archive ~/.openclaw/skills/
Configuration
{
"watch_root": "~/.openclaw",
"vault_dir": "~/.liquefy/vault",
"size_threshold_mb": 50,
"age_threshold_days": 7,
"keep_active": 5,
"prune_originals": false
}
Pairs with Liquefy Token Guard — Token Guard finds waste, Archive vaults it.
Source
github.com/Parad0x-Labs/openclaw-skills/tree/main/skills/liquefy_archive
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 50 lines · 49 tokens per session scan A 2271b838d2c0
liquefy-archive is a skill published in the GitHub repository Parad0x-Labs/openclaw-skills (22 stars, last pushed 9d ago), licensed MIT. It adds 49 tokens to every session and 361 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
engraphis-memory
Give the agent durable, scoped, explainable memory across sessions and repositories through the Engraphis MCP tools. Use when you learn a convention, decision, bug cause/fix, or user preference worth keeping; when prior context would help before you answer or act (to avoid re-asking or re-deriving); when asked "why is…
memorywhale
Query and write durable debugging memory recorded by MemoryWhale. Use when debugging a failure that may have happened before, when you need the exact error/flags/output from an earlier attempt, when the user asks "how did we fix this last time?", or once you've figured out why something failed / how a fix worked and…
card-refresh
Use when refreshing stale Brigade memory cards from the care refresh queue - category allowlist, grounded edits that cite on-disk sources of truth, archive-only retention, and reinforce-in-place instead of near-duplicate siblings (#724). Never delete, remove, or prune.
furl
How the Furl context-compression plugin works in Claude Code and Codex — the furlcompress / furlretrieve / furlstats / furlpurge / furlsearch / furllist MCP tools, the > retrieval flow, and Claude Code's optional automatic hooks. Use when the user asks what Furl is doing, how to compress or retrieve content, why…
help
Show how to use Cortex persistent memory. Use when the user asks about Cortex, memory, storing decisions, or recalling past work.
recall
Search Cortex memory for past decisions, conventions, and lessons. Use when the user asks about previous work, past decisions, or what they learned about something.