gws-modelarmor-create-template

Google Model Armor: Create a new Model Armor template.

5 stars

Best use case

gws-modelarmor-create-template is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Google Model Armor: Create a new Model Armor template.

Teams using gws-modelarmor-create-template should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/gws-modelarmor-create-template/SKILL.md --create-dirs "https://raw.githubusercontent.com/pleaseai/claude-code-plugins/main/plugins/google-workspace/skills/gws-modelarmor-create-template/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/gws-modelarmor-create-template/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How gws-modelarmor-create-template Compares

Feature / Agentgws-modelarmor-create-templateStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Google Model Armor: Create a new Model Armor template.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# modelarmor +create-template

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

Create a new Model Armor template

## Usage

```bash
gws modelarmor +create-template --project <PROJECT> --location <LOCATION> --template-id <ID>
```

## Flags

| 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) |

## Examples

```bash
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 '{...}'
```

## Tips

- Defaults to the jailbreak preset if neither --preset nor --json is given.
- Use the resulting template name with +sanitize-prompt and +sanitize-response.

> [!CAUTION]
> This is a **write** command — confirm with the user before executing.

## See Also

- [gws-shared](../gws-shared/SKILL.md) — Global flags and auth
- [gws-modelarmor](../gws-modelarmor/SKILL.md) — All filter user-generated content for safety commands

Related Skills

create-spring-boot-java-project

5
from pleaseai/claude-code-plugins

Create Spring Boot Java Project Skeleton

recipe-create-vacation-responder

5
from pleaseai/claude-code-plugins

Enable a Gmail out-of-office auto-reply with a custom message and date range.

recipe-create-task-list

5
from pleaseai/claude-code-plugins

Set up a new Google Tasks list with initial tasks.

recipe-create-shared-drive

5
from pleaseai/claude-code-plugins

Create a Google Shared Drive and add members with appropriate roles.

recipe-create-presentation

5
from pleaseai/claude-code-plugins

Create a new Google Slides presentation and add initial slides.

recipe-create-meet-space

5
from pleaseai/claude-code-plugins

Create a Google Meet meeting space and share the join link.

recipe-create-gmail-filter

5
from pleaseai/claude-code-plugins

Create a Gmail filter to automatically label, star, or categorize incoming messages.

recipe-create-feedback-form

5
from pleaseai/claude-code-plugins

Create a Google Form for feedback and share it via Gmail.

recipe-create-expense-tracker

5
from pleaseai/claude-code-plugins

Set up a Google Sheets spreadsheet for tracking expenses with headers and initial entries.

recipe-create-events-from-sheet

5
from pleaseai/claude-code-plugins

Read event data from a Google Sheets spreadsheet and create Google Calendar entries for each row.

recipe-create-doc-from-template

5
from pleaseai/claude-code-plugins

Copy a Google Docs template, fill in content, and share with collaborators.

recipe-create-classroom-course

5
from pleaseai/claude-code-plugins

Create a Google Classroom course and invite students.