google-bigquery
Google BigQuery API integration with managed OAuth. Run SQL queries, manage datasets and tables, and analyze data at scale. Use this skill when users want to query BigQuery data, create or manage datasets/tables, run analytics jobs, or work with BigQuery resources. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/byungkyu/google-bigqueryWhat This Skill Does
The google-bigquery skill enables seamless interaction with Google BigQuery, Google's fully managed, serverless data warehouse. By leveraging managed OAuth via the Maton gateway, this skill allows users to execute complex SQL queries, manage datasets and tables, and perform data analysis at scale without needing to handle manual authentication flows. It acts as a bridge between the OpenClaw AI agent and the BigQuery API, automatically injecting the necessary authorization headers to perform administrative and analytical tasks programmatically.
Installation
To integrate this skill into your environment, use the OpenClaw CLI:
clawhub install openclaw/skills/skills/byungkyu/google-bigquery
Ensure that you have set your MATON_API_KEY as an environment variable to authorize the gateway. You must also manage your BigQuery connection status at https://ctrl.maton.ai by authenticating with your Google account to grant the required permissions.
Use Cases
- Data Analytics: Run complex SQL queries across massive datasets and return results directly into the agent context for reporting or visualization.
- Database Management: Automate the creation, deletion, or listing of datasets and tables to streamline data lifecycle management.
- ETL Workflows: Schedule tasks to extract or load data into BigQuery as part of a larger data pipeline managed by OpenClaw.
- Auditing: Programmatically check table schemas or metadata to ensure data governance standards are maintained across your organization.
Example Prompts
- "Run a query on my 'sales_data' dataset to calculate the total revenue from the last 30 days and summarize the findings."
- "Check the current schema for the 'user_activity' table in the 'analytics_prod' dataset and tell me if it contains a 'timestamp' column."
- "Create a new BigQuery dataset named 'marketing_reports' in the project 'my-cool-project' and set the default location to US."
Tips & Limitations
- Authentication: Always verify that your connection status is 'ACTIVE' at
https://ctrl.maton.aiif your queries return 401 Unauthorized errors. - Quota Management: Keep in mind that heavy analytical queries will count against your Google Cloud project's billing and quota limits.
- Security: Since this skill allows for data manipulation, ensure the service account or user account linked via OAuth has the 'Least Privilege' required for your specific tasks to prevent accidental data deletion or unauthorized exposure.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-byungkyu-google-bigquery": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, external-api
Related Skills
apollo
Apollo.io API integration with managed OAuth. Search and enrich people and companies, manage contacts and accounts. Use this skill when users want to prospect, enrich leads, or manage sales data. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
hubspot
HubSpot CRM API integration with managed OAuth. Manage contacts, companies, deals, and associations. Use this skill when users want to create or update CRM records, search contacts, or sync data with HubSpot. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
squareup
Square API integration with managed OAuth. Process payments, manage customers, orders, catalog, inventory, invoices, loyalty programs, team members, and more. Use this skill when users want to accept payments, manage point-of-sale operations, track inventory, handle invoicing, manage loyalty programs, or create payment links through Square. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
signnow
SignNow API integration with managed OAuth. E-signature platform for sending, signing, and managing documents. Use this skill when users want to upload documents, send signature invites, create templates, or manage e-signature workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
vimeo
Vimeo API integration with managed OAuth. Video hosting and sharing platform. Use this skill when users want to upload, manage, or organize videos, create showcases/albums, manage folders, or interact with the Vimeo community. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.