A specialized analytical tool designed to audit Google Cloud BigQuery usage and slash unexpected costs through pattern analysis and storage optimization.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install bigquery-optimizer
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install bigquery-optimizer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GCP BigQuery Cost Optimizer is a strategic Openclaw Skills resource designed for cloud architects and data engineers who need to rein in exploding GCP bills. BigQuery is frequently the primary source of surprise expenses due to its on-demand pricing model of $6.25 per TB scanned. This skill acts as a virtual cost consultant, analyzing query logs and storage metrics to identify high-impact savings opportunities.
Rather than requiring direct access to your cloud environment, this skill operates on a data-provided basis, ensuring maximum security. By processing your exported INFORMATION_SCHEMA data, it pinpoints inefficient query patterns, missed partitioning opportunities, and storage mismanagement that lead to unnecessary overhead.
To use this within the ecosystem of Openclaw Skills, ensure you have the Google Cloud SDK (gcloud) installed and the following IAM permissions: roles/bigquery.resourceViewer and roles/bigquery.jobUser.
Export your recent job history using this command:
bq query --use_legacy_sql=false 'SELECT user_email, query, total_bytes_billed, ROUND(total_bytes_billed/1e12 * 6.25, 2) as cost_usd, creation_time FROM `region-us`.INFORMATION_SCHEMA.JOBS_BY_PROJECT WHERE DATE(creation_time) >= DATE_SUB(CURRENT_DATE(), INTERVAL 30 DAY) ORDER BY total_bytes_billed DESC LIMIT 50'
Paste the resulting data into the chat for analysis.
The optimizer focuses on three primary data vectors to calculate potential savings:
| Data Category | Metrics Analyzed | Goal |
|---|---|---|
| Job Metadata | total_bytes_billed, query_text, user_email |
Identify expensive query patterns |
| Storage Metrics | size_bytes, table_schema, is_partitioned |
Optimize storage costs and partitioning |
| Billing Data | cost_usd, creation_time |
Establish ROI for slot reservations |
Loading
A specialized AI tool for identifying and eliminating hidden Azure networking and data egress costs through intelligent data analysis.

An automated AWS cost incident responder that translates complex billing spikes into actionable root cause analysis and containment steps.

A sophisticated security analysis tool for identifying threat patterns and attack timelines within Azure Activity Logs and Sentinel data.

A ruthless life RPG system that transforms real-world habits into an addictive progression system with AI-verified accountability.

A specialized AI security analyst that detects threats, unauthorized changes, and MITRE ATT&CK patterns within AWS CloudTrail logs.

An expert analysis skill that maps exported AWS environment data against major compliance frameworks like CIS, SOC 2, HIPAA, and PCI-DSS.








































