Claude Agent Skill · by Googleworkspace

Gws Modelarmor Sanitize Response

The gws-modelarmor-sanitize-response skill allows Google Workspace CLI users to filter model-generated responses through a Model Armor template to ensure outbou

Install
Terminal · npx
$npx skills add https://github.com/googleworkspace/cli --skill gws-modelarmor-sanitize-response
Works with Paperclip

How Gws Modelarmor Sanitize Response fits into a Paperclip company.

Gws Modelarmor Sanitize Response drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md49 lines
Expand
---name: gws-modelarmor-sanitize-responsedescription: "Google Model Armor: Sanitize a model response through a Model Armor template."metadata:  version: 0.22.5  openclaw:    category: "security"    requires:      bins:        - gws    cliHelp: "gws modelarmor +sanitize-response --help"--- # modelarmor +sanitize-response > **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it. Sanitize a model response through a Model Armor template ## Usage ```bashgws modelarmor +sanitize-response --template <NAME>``` ## Flags | Flag | Required | Default | Description ||------|----------|---------|-------------|| `--template` | ✓ | — | Full template resource name (projects/PROJECT/locations/LOCATION/templates/TEMPLATE) || `--text` | — | — | Text content to sanitize || `--json` | — | — | Full JSON request body (overrides --text) | ## Examples ```bashgws modelarmor +sanitize-response --template projects/P/locations/L/templates/T --text 'model output'model_cmd | gws modelarmor +sanitize-response --template ...``` ## Tips - Use for outbound safety (model -> user).- For inbound safety (user -> model), use +sanitize-prompt. ## 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