Google Workspace/gws-modelarmor — Agent Skills | officialskills.sh
Back to skills

gws-modelarmor

officialsecurity

Google Model Armor filters user-generated prompts and model responses for safety using configurable templates.

Setup & Installation

npx skills add https://github.com/googleworkspace/cli --skill gws-modelarmor
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/cli/tree/main/skills/gws-modelarmor
View on GitHub

What This Skill Does

Google Model Armor filters user-generated prompts and model responses for safety using configurable templates. It sits between your application and an LLM, screening content before it reaches the model or the user.

Instead of building custom content moderation logic, you get Google's safety filters wired directly into your LLM pipeline with a single CLI call.

When to use it

  • Filtering user prompts before sending them to an LLM API
  • Scanning model responses for harmful content before displaying to end users
  • Creating reusable safety templates across multiple AI applications
  • Blocking prompt injection attempts in user-facing chat interfaces
  • Auditing content policy violations in LLM-powered workflows