streakyc/googleworkspacecli

gws-modelarmor-sanitize-prompt

Google Model Armor: Sanitize a user prompt through a Model Armor template.

First seen Jul 15, 2026

Installation

$ npx skills add streakyc/googleworkspacecli --skill gws-modelarmor-sanitize-prompt

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from streakyc/googleworkspacecli · top by installs.

npx skills add streakyc/googleworkspacecli

Browse all from streakyc/googleworkspacecli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"security","requires":{"bins":["gws"]},"cliHelp":"gws modelarmor +sanitize-prompt --help"}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,431 B
  • docs SUMMARY.md 112 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

SKILL.md

modelarmor +sanitize-prompt

PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it.

Sanitize a user prompt through a Model Armor template

Usage

gws modelarmor +sanitize-prompt --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

gws modelarmor +sanitize-prompt --template projects/P/locations/L/templates/T --text 'user input'
echo 'prompt' | gws modelarmor +sanitize-prompt --template ...

Tips

  • If neither --text nor --json is given, reads from stdin.
  • For outbound safety, use +sanitize-response instead.

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