Agent Cost Monitor

PassAudited by ClawScan on May 1, 2026.

Overview

This instruction-only skill is coherent for cost monitoring, but users should deliberately configure its cross-agent status checks, scheduled reports, and persistent budget settings.

Before installing, decide whether this agent should be allowed to view usage and cost metadata across all agents. If you enable the cron example or memory settings, review them periodically and confirm any recommended configuration changes before applying them.

Findings (3)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A monitoring agent using this skill may report token usage, model use, and estimated costs across multiple agents.

Why it was flagged

The skill instructs the agent to inspect session status across all agents, which is expected for cost monitoring but gives the monitoring agent broad visibility into usage metadata.

Skill content
Checks `session_status` for each agent
Recommendation

Use it only with an agent that should have cross-agent monitoring visibility, and review reports before applying any optimization changes.

What this means

If configured, the agent can run recurring cost reports without a new manual prompt each day.

Why it was flagged

The skill documents an optional daily cron report, which is persistent scheduled activity but is clearly disclosed and user-configured.

Skill content
"schedule": { "kind": "cron", "expr": "0 20 * * *", "tz": "Europe/Berlin" }
Recommendation

Only add the cron job if you want recurring reports, and keep track of where it is configured so you can disable or edit it later.

What this means

Budget limits and alert preferences may persist and be reused in future agent sessions.

Why it was flagged

The skill suggests storing budget thresholds and alert-routing preferences in persistent agent memory, which can influence later monitoring behavior.

Skill content
Configure in your monitoring agent's memory: ... Daily budget: $5.00 ... Alert channel: Telegram DM
Recommendation

Store only information you are comfortable keeping in agent memory, and periodically review or remove outdated budget and alert settings.