Google AI Usage Monitor
Analysis
The skill’s monitoring purpose is coherent, but it relies on a logged-in Google browser profile and recurring Discord alerts, so a user should review account and channel access before installing.
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.
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.
"kind": "cron", "expr": "0 20 * * *" ... "message": "检查 Google AI Studio 用量并发送报告到指定 Discord 频道" ... Add to HEARTBEAT.md: "Check usage if last check > 24 hours"
The skill documents a recurring scheduled agent turn and heartbeat reminder, which can keep the monitoring behavior running beyond a single manual invocation.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
browser action=open targetUrl="https://aistudio.google.com/usage?project=YOUR_PROJECT_ID&timeRange=last-28-days&tab=rate-limit" profile=openclaw ... Check if logged into correct Google account
This directs the agent to use an existing browser profile and Google login to access project usage data, while the registry metadata lists no required credential.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
"delivery": { "mode": "announce", "channel": "discord", "to": "CHANNEL_ID" } ... "项目": "{project_name}" ... "付费等级": "{tier}"The skill sends Google AI usage reports, including project and tier information, to a Discord channel.
