clawzembic

Audits OpenClaw deployments across six categories to identify token usage inefficiencies via lean-audit.sh, locally or remotely with SSH.

2|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/adelpro/openclaw-arsenals --skill clawzembic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: clawzembic
Source: https://github.com/adelpro/openclaw-arsenals/tree/main/02-skills/clawzembic
Command: npx skills add https://github.com/adelpro/openclaw-arsenals --skill clawzembic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenClaw deployments can accumulate token waste, bloated sessions, misconfigurations, and oversized transcripts that degrade performance and drive costs. Clawzembic provides a lighthouse-style audit to quantify and reduce waste across six critical categories.

Core Features & Use Cases

  • Multi-category scoring across context injection, cron health, session bloat, config health, skill bloat, and transcript size to surface actionable improvements.
  • Remediation guidance with concrete, prioritized recommendations to shrink tokens and optimize configurations.
  • Remote auditing support via SSH to assess distributed OpenClaw deployments without installing agents.

Quick Start

Execute bash skills/clawzembic/lean-audit.sh to run a local audit, or bash skills/clawzembic/lean-audit.sh --remote user@host to audit a remote machine.

Frequently Asked Questions about clawzembic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit an OpenClaw deployment to reduce token usage?

To audit OpenClaw deployments and reduce token usage, run the lean-audit.sh script to evaluate six categories: context injection, cron health, session bloat, config health, skill bloat, and transcript size. It generates actionable remediation guidance to optimize efficiency.

Why is my OpenClaw session bloating and degrading performance?

OpenClaw session bloat occurs when deployments accumulate token waste, oversized transcripts, and misconfigurations. A lighthouse-style efficiency audit quantifies this waste across six critical categories and provides prioritized recommendations to shrink tokens and restore performance.

Can I run an OpenClaw efficiency audit on a remote server via SSH?

Yes, you can audit remote OpenClaw installations via SSH by executing bash skills/clawzembic/lean-audit.sh --remote user@host. This remote auditing support assesses distributed deployments without requiring you to install any agents on the target machine.

What do I need to run a self-hosted OpenClaw efficiency audit?

To run a self-hosted OpenClaw efficiency audit, you need Python 3.8+ standard library and the lean-audit.sh script. Execute it locally for your installation to identify inefficiencies and opportunities to reduce token usage across six categories.

What is the best way to check cron health and context injection in OpenClaw?

The best way to check cron health and context injection is using a lighthouse-style efficiency audit. It evaluates these specific categories alongside session bloat, config health, skill bloat, and transcript size, surfacing concrete improvements to optimize your deployment.

Does the OpenClaw audit script require installing agents on remote machines?

No, the OpenClaw audit script does not require installing agents on remote machines. It supports remote auditing natively via SSH, allowing you to assess distributed deployments directly by passing the --remote user@host flag to the lean-audit.sh script.