Google Model Armor: Create a new Model Armor template.
npx claudepluginhub googleworkspace/cliThis skill inherits all available tools. When active, it can use any tool Claude has access to.
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Create a new Model Armor template
gws modelarmor +create-template --project <PROJECT> --location <LOCATION> --template-id <ID>
| Flag | Required | Default | Description |
|---|---|---|---|
--project | ✓ | — | GCP project ID |
--location | ✓ | — | GCP location (e.g. us-central1) |
--template-id | ✓ | — | Template ID to create |
--preset | — | — | Use a preset template: jailbreak |
--json | — | — | JSON body for the template configuration (overrides --preset) |
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --preset jailbreak
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --json '{...}'
[!CAUTION] This is a write command — confirm with the user before executing.