# Send Clawzempic to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
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

```text
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.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawzembic",
    "name": "Clawzempic",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/anna-claudette/clawzembic",
    "canonicalUrl": "https://clawhub.ai/anna-claudette/clawzembic",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawzembic",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawzembic",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "lean-audit.sh",
      "lean-report.py"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "clawzembic",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T12:18:36.461Z",
      "expiresAt": "2026-05-06T12:18:36.461Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawzembic",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawzembic",
        "contentDisposition": "attachment; filename=\"clawzembic-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "clawzembic"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawzembic"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawzembic",
    "downloadUrl": "https://openagent3.xyz/downloads/clawzembic",
    "agentUrl": "https://openagent3.xyz/skills/clawzembic/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawzembic/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawzembic/agent.md"
  }
}
```
## Documentation

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: anna-claudette
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-04-29T12:18:36.461Z
- Expires at: 2026-05-06T12:18:36.461Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawzembic)
- [Send to Agent page](https://openagent3.xyz/skills/clawzembic/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawzembic/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawzembic/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawzembic)