Back to skills

gws-modelarmor

security

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 mode

Setup & Installation

npx skills add https://github.com/googleworkspace/gws-modelarmor --skill gws-modelarmor
or paste the link and ask your coding assistant to install it
https://github.com/googleworkspace/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

  • Working with gws modelarmor functionality
  • Implementing gws modelarmor features
  • Debugging gws modelarmor related issues