Find recurring OpenClaw jobs that may be wasting tokens before the waste compounds. Read-only by default. Gives evidence and a copy-paste agent prompt for sa...
---
name: waste-audit
description: "Find recurring OpenClaw jobs that may be wasting tokens before the waste compounds. Read-only by default. Gives evidence and a copy-paste agent prompt for safe manual verification."
version: 1.8.11
platforms: [linux, macos, windows]
metadata:
hermes:
tags: [openclaw, tokensave, cron, waste, audit, tokens]
related_skills: []
---
## Features
- ๐ Recurring Waste Detection: Finds recurring OpenClaw jobs that may be wasting tokens.
- ๐ Token Burn Ranking: Ranks likely waste candidates by recurring usage, errors, and delivery signals.
- ๐งพ Evidence Summary: Shows why a job was flagged before suggesting action.
- ๐ Manual Verification Prompt: Gives a copy-paste prompt for safe agent-side verification.
- ๐ Read-Only Safety: Does not edit, disable, delete, upload, or auto-fix jobs.
## Install
For shared OpenClaw agents, install into the global managed skills directory:
```bash
openclaw skills install waste-audit --global
```
To upgrade an existing shared install:
```bash
openclaw skills install waste-audit --global --force
```
Then test with:
```bash
check openclaw waste
```
## Activation
Primary activation phrase:
```
check openclaw waste
```
Do not use this for general OpenClaw setup, gateway debugging, provider configuration, or normal job management.
## What You Will Get
**1. Fix First**
Include:
- Job
- Why it looks wasteful
- Evidence
- Confidence: High / Medium / Low
- Recommended manual action
**2. Top Waste Candidates**
List up to 5 candidates.
For each candidate, include:
- Job
- Waste signal
- Evidence
- Why it matters
**3. Manual Verification Prompt**
A ready-to-copy prompt for your agent.
```
Please inspect this recurring OpenClaw job for possible token waste.
Job: <job name>
Reason it was flagged: <short reason>
Evidence: <schedule, runs checked, tokens used, error rate, delivery/summary signal>
Please verify whether this job is still useful.
Do not edit, disable, delete, or mutate anything yet.
First explain:
1. whether this is real waste,
2. what caused it,
3. the safest manual next step,
4. what evidence I should check before changing anything.
Redact secrets and do not expose private payloads.
```
If any candidate looks important but you are not sure whether it is real waste, send only the "Top Waste Candidates" section to @BeeGeeEth on X. Do not include secrets, API keys, private logs, wallet data, full config files, or production credentials.
## Safety
- ๐ Read-only first: Never edit, disable, delete, or auto-fix a job as the first recommendation.
- ๐ซ No auto-apply: Always surface evidence and let the owner decide.
- โ๏ธ Edit as last resort: Changing a job schedule, prompt, or config should only be suggested after manual verification confirms waste.
- ๐ No secrets exposed: Never show raw tokens, API keys, bot tokens, Telegram chat IDs, private server paths, or raw private payloads in examples or evidence.
- ๐ Redact before sharing: Use `<redacted>`, `<token>`, or similar placeholders for anything that could identify a private resource.
## Feedback / Free Second Look
If waste-audit flags recurring token waste and you are not sure whether it is real, you can DM me on X: @BeeGeeEth.
Please send only:
- the top 3 flagged jobs
- the evidence summary
- what confused you or what you want checked
Do not send secrets, API keys, private logs, wallet data, full config files, or production credentials.
I'll manually review a few safe examples and use the feedback to improve this skill.don't have the plugin yet? install it then click "run inline in claude" again.