openclaw-skills AGENTS.md

An instruction guide for Liquefy, an AI-agent interface that compresses, removes sensitive data from, and stores workspace files such as logs, traces, screenshots, and memory files.

In plain words
What is it for?
Use it to install Liquefy, run its commands, compress a directory into a vault, and work with stored agent workspace data.
Why use it?
It puts setup commands and operating instructions in one place, so an agent does not need to read most of the project documentation or source code.

Instructions file for CodexOpenCode

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.

agentmods
npx agentmods add instructions/parad0x-labs/openclaw-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/Parad0x-Labs/openclaw-skills

Made for: Codex, OpenCode.

Per session 9,914 This file is loaded in full into every session.
When invoked 9,914 The same file — it is already loaded in full.
Security scan C 1 finding. Scan, not verified.
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 $0.09914 $0.09914
Opus 5 $0.04957 $0.04957
Sonnet 5 $0.01983 $0.01983
Haiku 4.5 $0.00991 $0.00991

Measured yesterday against content hash c34dfa8d8620, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

openclaw-skills AGENTS.md scanned grade C with 1 finding 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 yesterday.

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.

Reaches for credential fileshighPrivilege escalation

SSH keys, cloud credentials, git-credentials, .npmrc, /etc/shadow: reading these is how a config file becomes a credential leak.

- **forbidden_path** (critical) — `.ssh/`, `.gnupg/`, `.aws/credentials`, `.kube/config`
AGENTS.md · 891 lines

How it starts

The opening of the file, as written. The whole thing — 891 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Liquefy — AI Agent Interface

You are an AI agent. This file tells you everything you need to operate Liquefy. Read this FIRST. It replaces reading the README, docs, or source code for 95% of tasks.

One-Line Setup

macOS / Linux:

make setup

Or if make isn't available:

bash install.sh

Windows (PowerShell):

.\setup.ps1

Windows (CMD):

setup.bat

pip install (into existing project):

pip install git+https://github.com/Parad0x-Labs/openclaw-skills.git

Optional extras: pip install "liquefy-openclaw[vision,cloud,anchor,api,all] @ git+https://..."

Docker:

docker compose run liquefy tools/tracevault_pack.py ./data --org default --out ./vault/output --json

All paths create a virtualenv, install dependencies, run a smoke test, and print "READY".

What Liquefy Does

Liquefy compresses, redacts, and vaults AI agent workspace data (session logs, JSONL traces, artifacts, screenshots, memory files). It has 24 specialized compression engines that auto-detect data format and pick the best one. Everything is verified bit-perfect (MRTV — Mandatory Round-Trip Verification).

Quick Commands (Copy-Paste Ready)

All commands work from the repo root after make setup.

Compress a directory into a vault

make quick DIR=./path/to/data

Or explicitly:

python tools/tracevault_pack.py ./path/to/data --org default --out ./vault/output

Compress an OpenClaw workspace

python tools/liquefy_openclaw.py --workspace ~/.openclaw --out ./vault/openclaw --json

Works with any agent framework

Liquefy is framework-agnostic. OpenClaw, NanoClaw, LangChain, CrewAI, Claude Agent SDK, custom scripts — if it writes files, Liquefy handles it. No adapter needed.

# NanoClaw container output
python tools/tracevault_pack.py ./nanoclaw-runs/latest --org dev --out ./vault/latest

# LangChain traces
python tools/tracevault_pack.py ./langchain-output --org dev --out ./vault/latest

# Any agent output directory
make quick DIR=./my-agent-output

Read the full file on GitHub · 891 lines

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. yesterday First seen · 891 lines · 9,914 tokens per session scan C c34dfa8d8620

Subscribe to this mod's changes

openclaw-skills AGENTS.md is an instructions file published in the GitHub repository Parad0x-Labs/openclaw-skills (22 stars, last pushed 7d ago), licensed MIT. It adds 9,914 tokens to every session, about $0.0496 per session on Opus 5. A static security scan graded it C with 1 finding (reaches for credential files). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.