operator-ship-gcp

operator-ship-gcp is a skill for Claude Code, Codex from khaosans/operator-etl. It costs 41 tokens per session (391 once invoked), scanned A, original, Apache-2.0.

A deployment guide for moving Operator ETL from a local DuckDB prototype to Google Cloud infrastructure. It covers Terraform, Docker, Cloud Build, Cloud Run, and BigQuery.

In plain words
What is it for?
Use it to create Google Cloud resources, build and deploy the service, configure BigQuery and related settings, or promote a locally tested system.
Why use it?
It lays out the infrastructure and checks required before putting the data-processing system into a staging or production environment. It also identifies security steps such as replacing placeholder secrets and limiting database access.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to create Google Cloud resources, build and deploy the service, configure BigQuery and related settings, or promote a locally tested system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/khaosans/operator-etl/operator-ship-gcp
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add khaosans/operator-etl --skill operator-ship-gcp
Clone the repo
git clone --depth 1 https://github.com/khaosans/operator-etl

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for operator-ship-gcp

README.md
[![agentmods](https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-ship-gcp/github.svg)](https://agentmods.dev/skills/khaosans/operator-etl/operator-ship-gcp)
Your own site
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-ship-gcp"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-ship-gcp/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for operator-ship-gcp

Your own site · 80×15
<a href="https://agentmods.dev/skills/khaosans/operator-etl/operator-ship-gcp"><img src="https://agentmods.dev/badge/skills/khaosans/operator-etl/operator-ship-gcp.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 391 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00041 $0.00391
Opus 5 $0.00020 $0.00196
Sonnet 5 $0.00008 $0.00078
Haiku 4.5 $0.00004 $0.00039

Measured 6d ago against content hash 90d65e045271, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

operator-ship-gcp scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/operator-ship-gcp/SKILL.md · 44 lines

What it actually says

Ship Operator ETL to GCP

Load: deploy-gcp-staging.md and infra/README.md

Prerequisites

  • Local MVP green: ./harness/e2e.sh
  • GCP project + APIs enabled

Terraform

cd infra/gcp
cp terraform.tfvars.example terraform.tfvars
terraform init && terraform apply

Build + deploy

gcloud builds submit --config cloudbuild.yaml

Env vars

Copy infra/env.example — set OPERATOR_ETL_BACKEND=bigquery, datasets, checkpoint URL. Optional LLM: docs/LLM.md (OPERATOR_ETL_INSIGHT_BACKEND stays template until the OpenAI secret is real).

Full stack only

This skill is the GCP reference IaC path. For Docker + portable env on AWS/Azure/K8s without GCP Terraform, use operator-ship-portable.

Non-negotiables

  • Set pii_vault_key and openai_api_key in terraform.tfvars (sensitive variables with validation — placeholders are rejected). How-to: docs/SECURITY-HARDENING.md
  • MCP service account: gold dataset read only (see Terraform IAM)
  • Never skip local e2e before promote
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed · +4 lines 90d65e045271
  2. 9d ago First seen · 40 lines · 41 tokens per session scan A ef8b33d64eb1

Subscribe to this mod's changes

operator-ship-gcp is a skill published in the GitHub repository khaosans/operator-etl (0 stars, last pushed today), licensed Apache-2.0. It adds 41 tokens to every session and 391 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

ecspresso

ECS deployment tool - deploy, manage, and troubleshoot ECS services.

kayac/ecspresso · 17 tokens

k8s-dev-deploy

Build, push, and deploy Kurtosis dev images to a Kubernetes cluster without creating a release. Rebuilds engine, core, and files-artifacts-expander as multi-arch Docker images with a unique tag, pushes to the logged-in user's Docker Hub, and restarts the engine. Use when testing local code changes on a k8s cluster.

kurtosis-tech/kurtosis · 78 tokens

devops-deployment

Use when setting up CI/CD pipelines, containerizing applications, deploying to Kubernetes, or writing infrastructure as code. DevOps & Deployment covers GitHub Actions, Docker, Helm, and Terraform patterns.

yonatangross/orchestkit · 44 tokens

infra-conventions

Infrastructure and deployment conventions. Auto-injected into devops-aware agents - not user-invocable.

fpindej/netrock · 20 tokens

isrvd-ops

Operations instructions for using the isrvd API to deploy containers, manage services and images, configure routes, handle files, and use a web terminal. The instructions include Python, Node.js, and Bash helper scripts.

rehiy/isrvd · 96 tokens

coolify

Use when self-hosting apps and databases with Coolify on a VPS you own — install, first-admin lockdown, Git-to-deploy (Nixpacks/Dockerfile/compose), managed Postgres/Redis, scheduled S3 backups, domains + auto-SSL. NOT a PaaS someone else runs (that is railway), NOT sizing/hardening the box (that is hetzner), NOT…

ericrisco/rsc-harness · 100 tokens