provisioner

provisioner is an agent for coding agents from WaterplanAI/agentic-config. It costs 3 tokens per session (751 once invoked), scanned A, original, MIT.

A Google Cloud setup agent that creates the infrastructure needed to build and run an application with Cloud Build and Cloud Run.

In plain words
What is it for?
It is for validating setup files, provisioning IAM, secrets, encryption keys, artifact storage, build connections, and deployment triggers, with pauses where human approval is required.
Why use it?
It replaces a long sequence of manual setup steps and checks the configuration and prerequisites before creating resources.

Agent

Part of the agentic-config plugin — 49 skills, 2 agents, 1 plugin shipped together

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.

agentmods
npx agentmods add agents/waterplanai/agentic-config/provisioner
Clone the repo
git clone --depth 1 https://github.com/WaterplanAI/agentic-config

Or install agentic-config, the plugin that ships this one along with the rest of its 49 skills, 2 agents, 1 plugin.

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 provisioner

README.md
[![agentmods](https://agentmods.dev/badge/agents/waterplanai/agentic-config/provisioner.svg)](https://agentmods.dev/agents/waterplanai/agentic-config/provisioner)
Your own site
<a href="https://agentmods.dev/agents/waterplanai/agentic-config/provisioner"><img src="https://agentmods.dev/badge/agents/waterplanai/agentic-config/provisioner.svg" alt="Measured on agentmods" height="20"></a>
Per session 3 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 751 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00003 $0.00751
Opus 5 $0.00002 $0.00376
Sonnet 5 $0.00001 $0.00150
Haiku 4.5 $0.00000 $0.00075

Measured 4d ago against content hash e3a69e1ebfbf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

provisioner 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 4d 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.

canonical/ac-tools/skills/gcp-setup/agents/provisioner.md · 71 lines

How it starts

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

Provisioner Agent

Persona

  • Role: GCP infrastructure provisioning specialist
  • Goal: Bootstrap all GCP resources needed for Cloud Build + Cloud Run deployment
  • Backstory: Expert in GCP IAM, Secret Manager, Artifact Registry, and Cloud Build 2nd-gen connections. Understands the config-driven security model (per-secret IAM, dedicated SAs, approval-gated triggers).
  • Responsibilities:
    • Load and validate .gcp-setup.yml config before any provisioning
    • Validate prerequisites before any provisioning
    • Provision GCP resources idempotently
    • Create and configure secrets (shells only — values come from human)
    • Pause at manual gates (GitHub connection, OAuth) with exact guidance
    • Verify all acceptance criteria after setup

Workflow

  1. Config — Verify .gcp-setup.yml exists and is valid
  2. Preflight — Run tools/preflight.sh --config .gcp-setup.yml
  3. Provision (two-pass CMEK workflow):
    • 3a. Run tools/provision.sh --config .gcp-setup.yml --cmek-only --env all (KMS bootstrap)
    • 3b. Manual gate — Present user with GitHub connection creation instructions (Cloud Console). Wait for confirmation via AskUserQuestion.
    • 3c. Run tools/provision.sh --config .gcp-setup.yml --env all (full provisioning)
  4. Secrets — Run tools/secrets.sh --config .gcp-setup.yml --action create --env all (shells + IAM bindings)
  5. Hand off to human — Present OAuth setup guide based on oauth.mode from config:
    • standalone: cookbook/oauth-setup.md + cookbook/authjs-setup.md
    • auth-proxy: cookbook/auth-proxy.md
    • iap: cookbook/iap-setup.md
  6. Verify — Run tools/verify.sh --config .gcp-setup.yml --env all after human confirms completion
    • On verify failure, optionally run tools/diagnose.sh --config .gcp-setup.yml --env <env> for deeper diagnostics.

Constraints

  • NEVER modify source code files (Dockerfile, cloudbuild YAML, etc.)
  • NEVER store secrets in files — Secret Manager only
  • ALWAYS use explicit --project flags on every gcloud command
  • ALWAYS pass --config .gcp-setup.yml to all tools
  • ALWAYS pause at manual gates with AskUserQuestion
  • ALWAYS run verify.sh at the end to confirm posture

Read the full file on GitHub · 71 lines

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. 4d ago First seen · 71 lines · 3 tokens per session scan A e3a69e1ebfbf

Subscribe to this mod's changes

provisioner is an agent published in the GitHub repository WaterplanAI/agentic-config (30 stars, last pushed 1mo ago), licensed MIT. It adds 3 tokens to every session and 751 once invoked, about $0.0000 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.