← Back to Skills Marketplace
googleworkspace-bot

Gws Modelarmor Sanitize Response

by googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ Security Clean
435
Downloads
0
Stars
12
Active Installs
13
Versions
Install in OpenClaw
/install gws-modelarmor-sanitize-response
Description
Google Model Armor: Sanitize a model response through a Model Armor template.
README (SKILL.md)

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

gws modelarmor +sanitize-response --template \x3CNAME>

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

gws 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

Usage Guidance
This skill is essentially a thin wrapper that runs the gws CLI to sanitize model output — that is coherent. Before installing or enabling it: (1) Confirm you trust the gws binary on your system (verify source/version) because the skill will invoke it; (2) open and review ../gws-shared/SKILL.md as referenced — that file likely contains the auth/global flags and may request credentials or config paths (inspect any required env vars or token usage); (3) confirm the Model Armor template names you will pass are correct and that using them won’t leak sensitive outputs to unintended places; (4) if you want stricter containment, run initial tests in an isolated environment or with least-privilege credentials; (5) if you do not want the agent to call this skill autonomously, disable autonomous invocation at the agent level or avoid granting the agent access to the gws binary/credentials.
Capability Analysis
Type: OpenClaw Skill Name: gws-modelarmor-sanitize-response Version: 1.0.12 The skill bundle is a standard wrapper for the 'gws' CLI tool, specifically for Google Cloud Model Armor response sanitization. The SKILL.md and _meta.json files contain no evidence of malicious intent, data exfiltration, or suspicious execution patterns.
Capability Assessment
Purpose & Capability
The name/description match the runtime instructions: the SKILL.md tells the agent to run gws modelarmor +sanitize-response with a template. Requiring the gws binary is expected for this purpose; no unrelated binaries or env vars are requested.
Instruction Scope
Instructions explicitly tell the agent to read ../gws-shared/SKILL.md for auth and global flags. That delegation is reasonable for shared configuration, but it means this skill relies on another file for credentials and security rules — users should review that shared file because it may expand the skill's effective scope.
Install Mechanism
There is no install spec (instruction-only). This minimizes install-time risk — the only runtime requirement is an existing gws binary on PATH.
Credentials
This skill declares no environment variables itself (proportionate). However, the SKILL.md defers auth/global flags to ../gws-shared/SKILL.md, which may require credentials or config (not visible here). Verify that the shared file does not request unrelated secrets or broad credentials.
Persistence & Privilege
The skill is not marked always:true and uses normal autonomous invocation settings. It does not request system-wide config changes or persistent installation steps in its own instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install gws-modelarmor-sanitize-response
  3. After installation, invoke the skill by name or use /gws-modelarmor-sanitize-response
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated skill metadata version to 0.22.5 (was 0.22.4). No other changes were made.
v1.0.11
- Updated skill metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated version number in SKILL.md from 0.22.2 to 0.22.3.
v1.0.9
- Bumped metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.8
- Version updated from 0.22.0 to 0.22.1 in metadata. - No other content changes; documentation and functionality remain the same.
v1.0.7
- Version updated to 0.22.0 in metadata. - No other changes made; content remains the same.
v1.0.6
- Updated skill metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated version metadata from 0.20.1 to 0.21.1 in SKILL.md. - No other content or functional changes.
v1.0.4
- Bumped documented version to 0.20.1 in SKILL.md. - No functional or usage changes; documentation version update only.
v1.0.3
- Bumped metadata version from 0.19.0 to 0.20.0 in SKILL.md.
v1.0.2
- Updated metadata format in SKILL.md to move version under the metadata key and set it to 0.19.0 - Removed redundant version field at the top level of SKILL.md - No changes to functionality or usage instructions
v1.0.1
- Updated SKILL.md formatting for consistency (list style for "requires" bins). - No changes to usage, flags, descriptions, or examples.
v1.0.0
Initial release of gws-modelarmor-sanitize-response. - Adds command to sanitize model responses using a Model Armor template. - Supports both text and full JSON input for sanitization. - Includes CLI flags for specifying templates and content. - Provides usage instructions, examples, and related resource links. - Designed for outbound model safety; see +sanitize-prompt for inbound use.
Metadata
Slug gws-modelarmor-sanitize-response
Version 1.0.12
License MIT-0
All-time Installs 12
Active Installs 12
Total Versions 13
Frequently Asked Questions

What is Gws Modelarmor Sanitize Response?

Google Model Armor: Sanitize a model response through a Model Armor template. It is an AI Agent Skill for Claude Code / OpenClaw, with 435 downloads so far.

How do I install Gws Modelarmor Sanitize Response?

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

Is Gws Modelarmor Sanitize Response free?

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

Which platforms does Gws Modelarmor Sanitize Response support?

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

Who created Gws Modelarmor Sanitize Response?

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

💬 Comments