โ† All skills
Tencent SkillHub ยท Productivity

Clawzempic

Lighthouse-style efficiency audit for OpenClaw. Scores your instance A+ to F across 6 categories (context injection, cron health, session bloat, config, skil...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Lighthouse-style efficiency audit for OpenClaw. Scores your instance A+ to F across 6 categories (context injection, cron health, session bloat, config, skil...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, lean-audit.sh, lean-report.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

Clawzembic โ€” Weight Loss for Your OpenClaw Instance

Lighthouse-style audit for OpenClaw efficiency. Run it, get a grade (A+ to F), shed the bloat. Scans your installation and scores it across six critical categories: context injection, cron health, session bloat, config health, skill bloat, and transcript size. You get one overall letter grade plus category-by-category breakdown with actionable findings. Zero dependencies. Python 3.8+ stdlib only.

Quick Start

# Audit this machine bash skills/clawzembic/lean-audit.sh # Audit a remote instance (VM, etc.) bash skills/clawzembic/lean-audit.sh --remote user@host # JSON output for dashboards/integrations bash skills/clawzembic/lean-audit.sh --json # Show automated fix suggestions bash skills/clawzembic/lean-audit.sh --fix # Custom .openclaw directory bash skills/clawzembic/lean-audit.sh --dir /path/to/.openclaw

What It Checks

CategoryWeightWhat Gets FlaggedContext Injection25%Oversized MEMORY.md, bloated workspace files eating tokensCron Health25%Wrong models, high thinking on routine tasks, main-session pollutionSession Bloat20%Stale sessions hogging context, waste ratio above 35%Config Health15%Heartbeat too frequent, subagent defaults, missing compactionSkill Bloat10%Too many skills injected, unused skills inflating system promptTranscript Size5%Disk hogs, oversized transcripts (>10MB files)

Grade Scale

A+/A (90-100): Lean machine ๐Ÿ’ช B+/B (75-89): Good shape, minor tweaks C+/C (60-74): Needs a diet ๐Ÿ• D+/D (45-59): Significant bloat ๐Ÿซ  F (<45): Emergency Clawzembic needed ๐Ÿ’Š

Agent Usage

When Jeffrey asks you to audit or optimize an OpenClaw instance: Run bash skills/clawzembic/lean-audit.sh (or --remote user@claudette for the VM) Review the report and present key findings with context Offer --fix mode for automated remediation if score < 75 For remote instances, ensure SSH key-based auth is configured. The skill uses SSH to execute the audit remotely โ€” no agent installation needed on the target.

Category context

Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts
  • SKILL.md Primary doc
  • README.md Docs
  • lean-audit.sh Scripts
  • lean-report.py Scripts