liquefy-archive

liquefy-archive is a skill for Claude Code, Codex from Parad0x-Labs/openclaw-skills. It costs 49 tokens per session (361 once invoked), scanned A, original, MIT.

A background archiver for OpenClaw workspaces, which stores agent sessions, memory, and files in compressed, verified vaults.

In plain words
What is it for?
Use it to archive items immediately or on a schedule, check archive status, and view activity from the past 24 hours.
Why use it?
It reduces stored workspace data and blocks API keys, environment files, and private keys before archiving.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Use it to archive items immediately or on a schedule, check archive status, and view activity from the past 24 hours.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/parad0x-labs/openclaw-skills/liquefy_archive
Install

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.

Any agent
npx skills add Parad0x-Labs/openclaw-skills --skill liquefy_archive
Clone the repo
git clone --depth 1 https://github.com/Parad0x-Labs/openclaw-skills

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for liquefy-archive

README.md
[![agentmods](https://agentmods.dev/badge/skills/parad0x-labs/openclaw-skills/liquefy_archive/github.svg)](https://agentmods.dev/skills/parad0x-labs/openclaw-skills/liquefy_archive)
Your own site
<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.

agentmods 80×15 button for liquefy-archive

Your own site · 80×15
<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>
Per session 49 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 361 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 12d ago against content hash 2271b838d2c0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 1 executable file (trigger.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/liquefy_archive/SKILL.md · 50 lines

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

Files

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.

Changes

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.

  1. 12d ago First seen · 50 lines · 49 tokens per session scan A 2271b838d2c0

Subscribe to this mod's changes

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.

Related

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…

Coding-Dev-Tools/engraphis · 134 tokens

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…

wuisabel-gif/MemWhale · 79 tokens

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.

escoffier-labs/brigade · 56 tokens

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…

omar-y-abdi/furl-ctx · 95 tokens

help

Show how to use Cortex persistent memory. Use when the user asks about Cortex, memory, storing decisions, or recalling past work.

AdityaVG13/cortex · 28 tokens

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.

AdityaVG13/cortex · 34 tokens