Anthropic Usage
Analysis
This skill is coherent for checking Anthropic usage, but users should notice it requires an Anthropic Admin API key and runs a local shell script that contacts Anthropic.
Findings (4)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Once the key exists, run `scripts/usage.sh` with the appropriate flags
The skill operates by running an included shell script. This is disclosed and central to the purpose, but it is still local command execution.
use your `web_fetch` tool to fetch `https://www.anthropic.com/pricing` ... This fetch is intentional and scoped to `anthropic.com`.
The skill asks the agent to perform an external web fetch for pricing, but the target is disclosed and limited to Anthropic's pricing page.
Your key is stored in `~/.openclaw/openclaw.json` and never leaves your machine.
This privacy wording is over-absolute: the script necessarily sends the key to Anthropic's API as an authentication header, although no evidence shows it being sent to unrelated endpoints.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
primaryEnv: ANTHROPIC_ADMIN_API_KEY
The skill requires an Anthropic Admin API key, which is expected for organization usage reporting but is a high-value credential.
