From google-workspace-cli
Creates new Google Model Armor templates via gws CLI for AI safety, with jailbreak presets or custom JSON. Useful for GCP prompt/response sanitization setup.
How this skill is triggered — by the user, by Claude, or both
Slash command
/google-workspace-cli:gws-modelarmor-create-templateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.
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.
npx claudepluginhub pleaseai/claude-code-plugins --plugin google-workspaceCreates Google Model Armor templates in GCP for AI content safety, using jailbreak preset or custom JSON. Requires project, location, and template ID.
Guides selection of templating formats including Handlebars, Cookiecutter, Copier, Maven, and Harness via comparison matrix, workflows, and best practices for project scaffolding.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.