broccoli: Skill for Codex

.agents/skills/broccoli-oss-gcp-deploy/SKILL.md

broccoli-oss-gcp-deploy is a skill for Codex from besimple-oss/broccoli. It costs 96 tokens per session (3,565 once invoked), scanned A, original, MIT.

A deployment guide for running this repository in a new Google Cloud project using Cloud Run, Cloud SQL, Secret Manager, and Artifact Registry. Google Cloud is Google's platform for hosting applications, databases, container images, and secrets.

In plain words
What is it for?
Use it when you need to deploy the repository to Google Cloud or prepare a new project for its existing application, database, container, and secret-management scripts.
Why use it?
It checks the active Google Cloud account, organization, billing, permissions, and required setup before making cloud changes, instead of guessing project-specific values.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions Codex.

This is besimple-oss/broccoli's own configuration. It tells Codex how to work on broccoli itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything broccoli configures →

Reuse

Borrowing it

Nothing to install: this file belongs to besimple-oss/broccoli. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/besimple-oss/broccoli/main/.agents/skills/broccoli-oss-gcp-deploy/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/besimple-oss/broccoli

Made for: 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 broccoli-oss-gcp-deploy

README.md
[![agentmods](https://agentmods.dev/badge/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy/github.svg)](https://agentmods.dev/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy)
Your own site
<a href="https://agentmods.dev/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy"><img src="https://agentmods.dev/badge/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy/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 broccoli-oss-gcp-deploy

Your own site · 80×15
<a href="https://agentmods.dev/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy"><img src="https://agentmods.dev/badge/skills/besimple-oss/broccoli/broccoli-oss-gcp-deploy.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 96 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,565 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.00096 $0.03565
Opus 5 $0.00048 $0.01783
Sonnet 5 $0.00019 $0.00713
Haiku 4.5 $0.00010 $0.00357

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

Security

Grade A, and why

broccoli-oss-gcp-deploy 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 11d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/_common.py, scripts/deploy.py, scripts/discover.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/broccoli-oss-gcp-deploy/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Broccoli OSS GCP Deploy

Overview

Use this skill to deploy this repo into a fresh GCP project without guessing operator-specific values. Discover the active gcloud context first, stop on missing prerequisites or permissions, and only mutate cloud state when the user has clearly asked you to deploy or set this repo up. Assume the operator may be doing this for the first time and may not yet have a project ID or know where secrets belong in GCP.

Intent rule: if the user says things like "set this up for me", "deploy this repo", or shares this repository URL and asks you to get it running, treat that as a deployment request for Broccoli. If they only provided the GitHub repo URL, clone the repo first, then use this skill from the repo checkout.

Authentication boundary: if gcloud requires interactive login or reauthentication, direct the user to complete that flow locally in their own terminal. Never ask the user to paste OAuth verification codes, one-time codes, tokens, private keys, API keys, database passwords, webhook secrets, PEM contents, or any other secret value into chat.

Project boundary: never read, copy, or infer secret values or operator inputs from a different GCP project in order to satisfy this deployment. Treat every target project as isolated unless the user explicitly instructs otherwise for a specific non-secret value. In particular, do not read Secret Manager values from another project to obtain --github-app-id, webhook secrets, API keys, database passwords, PEM contents, or similar deployment inputs.

Missing-input rule: if a required deployment input was not provided in the original prompt and cannot be discovered safely from the target project or active non-secret gcloud context, stop and ask the user for it before proceeding. For non-secret identifiers such as --github-app-id, asking in chat is allowed. For secrets, do not ask the user to send the value in chat; instead, instruct them to populate the target project's Secret Manager secret version themselves out of band and continue only after they confirm it is done. Do not keep going by guessing, reusing another project's values, or silently choosing substitutes.

Read the full file on GitHub · 237 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 237 lines · 96 tokens per session scan A 7cf28b8e041a

Subscribe to this mod's changes

broccoli-oss-gcp-deploy is a skill published in the GitHub repository besimple-oss/broccoli (285 stars, last pushed 4mo ago), licensed MIT. It adds 96 tokens to every session and 3,565 once invoked, about $0.0005 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-30.

Related

Other skills, from other repositories

kubernetes-operator

Use when building a Kubernetes Operator — custom controllers that reconcile CRD state. Triggers on "build an operator", "CRD design", "reconcile loop", "controller-runtime", "kubebuilder", "operator-sdk", "custom resource", or "operator capability levels". NOT a generic k8s skill — specifically the Operator pattern.

tmj-90/gaffer · 74 tokens

cloud-security

Use when assessing cloud infrastructure for security misconfigurations, IAM privilege-escalation paths, S3 public exposure, open security-group rules, or IaC security gaps. Covers AWS, Azure, and GCP posture. For active cloud compromise, use incident-response. For behavioural anomalies, use threat-detection.

tmj-90/gaffer · 68 tokens

observability-designer

Use when adding observability to a new service, refactoring noisy alerting, or designing a monitoring strategy. Covers the three pillars (metrics/logs/traces), golden-signal dashboards, and alert-noise reduction. For SLO/error-budget math specifically, route to slo-architect instead.

tmj-90/gaffer · 67 tokens

deploy-gen

Generate deployment configurations (Docker, Kubernetes) for the current project.

jmagly/aiwg · 15 tokens

cockpit-headless-deploy

Guide or repair a headless Linux AIWG Cockpit plus Agentic Sandbox deployment when host topology, SSH access, service persistence, or runtime readiness must be planned safely.

jmagly/aiwg · 41 tokens

memory-onboard

Use this skill when the user types /memory-onboard (or asks "set up memory for this repo" / "onboard this repo to memory" / "what should be in lore for this repo?"). It runs a repo-aware onboarding interview that produces DRAFT lore records grounded in concrete repo signals (README, ADRs, recent commits, deprecation…

tmj-90/gaffer · 196 tokens