Gcp Bq Table Management
Helps with Google Cloud, management as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gcp-bq-table-management npx -- -y @trustedskills/gcp-bq-table-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gcp-bq-table-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gcp-bq-table-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to manage BigQuery tables within Google Cloud Platform. It can create new tables, delete existing ones, and describe the schema of a table. This facilitates automated data pipeline management and infrastructure provisioning tasks directly through natural language prompts.
When to use it
- Automate the creation of staging tables for data ingestion pipelines.
- Clean up old or unused BigQuery tables as part of a resource optimization process.
- Quickly retrieve the schema definition of a table for documentation or debugging purposes.
- Provision new development environments with pre-defined BigQuery datasets and tables.
Key capabilities
- Create BigQuery tables
- Delete BigQuery tables
- Describe BigQuery table schemas
Example prompts
- "Create a BigQuery table named 'customer_orders' in dataset 'marketing_data'."
- "Delete the table 'staging_events' from my project."
- "What is the schema of the 'product_catalog' table?"
Tips & gotchas
- Requires appropriate Google Cloud credentials and permissions to manage BigQuery resources.
- Be mindful of dataset and table names, as incorrect values can lead to unintended consequences.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.