← Back to Skills Marketplace
googleworkspace-bot

Gws Modelarmor Create Template

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
438
Downloads
0
Stars
13
Active Installs
13
Versions
Install in OpenClaw
/install gws-modelarmor-create-template
Description
Google Model Armor: Create a new Model Armor template.
README (SKILL.md)

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

gws modelarmor +create-template --project \x3CPROJECT> --location \x3CLOCATION> --template-id \x3CID>

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

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

Usage Guidance
This skill appears to be a thin wrapper around the 'gws' CLI to create a Model Armor template. Before installing or running it: 1) Verify you trust the 'gws' binary and where it came from (package/source); 2) locate and review the referenced '../gws-shared/SKILL.md' to see exactly how authentication is performed and which GCP credentials or scopes will be used; 3) confirm with the user before executing since this is a write operation; 4) if you need least-privilege, create a GCP service account with only the permissions required to manage Model Armor templates and ensure the CLI uses that account; and 5) inspect any JSON payloads you pass (the --json flag) and avoid using default 'jailbreak' presets without understanding their contents.
Capability Analysis
Type: OpenClaw Skill Name: gws-modelarmor-create-template Version: 1.0.12 The skill bundle is a standard administrative wrapper for the 'gws' CLI tool to manage Google Cloud Model Armor templates. It contains clear usage instructions, includes a security caution for write operations, and shows no signs of malicious intent, data exfiltration, or prompt injection (SKILL.md).
Capability Assessment
Purpose & Capability
The name/description describe creating a Model Armor template and the only declared requirement is the 'gws' CLI binary, which is exactly what you'd expect for a CLI-based helper. There are no unrelated binaries or unexpected environment variables declared.
Instruction Scope
The runtime instructions are narrowly scoped to running 'gws modelarmor +create-template' with flags. However the skill explicitly instructs the agent to read '../gws-shared/SKILL.md' for auth and global flags; that external file may contain authentication or security rules that influence behavior. The skill correctly calls out that this is a write command and asks for user confirmation before executing.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be written to disk by the skill itself. Lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials. In practice it depends on auth described in the referenced '../gws-shared/SKILL.md' (not included), so required GCP credentials are implicit rather than declared. That omission is noteworthy but not necessarily malicious — it means you must inspect the shared SKILL.md to understand which credentials will be used and where they are read from.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes itself. Autonomous invocation is allowed (platform default), which is expected for a user-invocable skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-modelarmor-create-template
  3. After installation, invoke the skill by name or use /gws-modelarmor-create-template
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md. - No other functional or documentation changes.
v1.0.11
- Bumped metadata version from 0.22.3 to 0.22.4 in SKILL.md. - No other content or functional changes.
v1.0.10
- Updated skill version metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version number in SKILL.md from 0.22.1 to 0.22.2. - No other content changes.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md. - No other content changes.
v1.0.7
- Bumped skill version from 0.21.2 to 0.22.0 in SKILL.md. - No other content or functionality was changed.
v1.0.6
- Updated skill version from 0.21.1 to 0.21.2 in SKILL.md. - No other functional or documentation changes.
v1.0.5
- Updated version metadata to 0.21.1 in SKILL.md (was 0.20.1). - No functional or documentation changes beyond the version update.
v1.0.4
- Updated version number from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version to 0.20.0 in SKILL.md metadata. - No changes to command usage or options. - Documentation and functionality remain the same.
v1.0.2
- Updated metadata section to set the version to 0.19.0 and moved it under metadata. - Removed the redundant top-level version field. - No functional changes to usage, flags, or behavior.
v1.0.1
- Updated YAML formatting in SKILL.md for consistency (list formatting under bins). - No feature or functional changes; documentation only.
v1.0.0
Initial release: Adds the ability to create a new Model Armor template for Google Workspace security. - Introduces the gws modelarmor +create-template command. - Supports specifying project, location, and template ID. - Allows using a preset ('jailbreak') or a custom JSON configuration. - Provides usage examples, required flags, and usage tips. - Includes a caution to confirm write operations before executing.
Metadata
Slug gws-modelarmor-create-template
Version 1.0.12
License MIT-0
All-time Installs 13
Active Installs 13
Total Versions 13
Frequently Asked Questions

What is Gws Modelarmor Create Template?

Google Model Armor: Create a new Model Armor template. It is an AI Agent Skill for Claude Code / OpenClaw, with 438 downloads so far.

How do I install Gws Modelarmor Create Template?

Run "/install gws-modelarmor-create-template" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Gws Modelarmor Create Template free?

Yes, Gws Modelarmor Create Template is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Gws Modelarmor Create Template support?

Gws Modelarmor Create Template is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Gws Modelarmor Create Template?

It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.

💬 Comments