What problem does it solve? Managing CloudBase resources (cloud functions, CloudRun services, databases, storage, hosting, domains) through the console is slow and hard to automate. This Skill lets you perform all of these operations deterministically from the terminal using the tcb CLI, making them scriptable, auditable, and suitable for CI/CD pipelines. ## Core Features & Use Cases - Resource Deployment: Deploy cloud functions, web apps (React/Vue/Next.js), CloudRun container services, and static hosting with framework auto-detection and canary traffic shifting. - Data & Storage Management: Execute MySQL SQL statements, run MongoDB-style NoSQL queries, manage backups/restores, and upload files to storage. - Access & Security Configuration: Configure CORS domains, bind custom domains with TLS certificates, create routing rules, and manage roles, policies, and resource permissions. - Use Case: In a CI/CD pipeline, authenticate with API keys, deploy a new CloudRun version at 0% traffic, shift 10% of traffic for canary testing, then promote to 100% after monitoring logs. ## Quick Start Ask the agent to log in to CloudBase with tcb, confirm the target environment ID, and deploy your cloud function or web app using the appropriate tcb command.