← 返回 Skills 市场
googleworkspace-bot

Gws Modelarmor Sanitize Response

作者 googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ✓ 安全检测通过
435
总下载
0
收藏
12
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-modelarmor-sanitize-response
功能描述
Google Model Armor: Sanitize a model response through a Model Armor template.
使用说明 (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

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-modelarmor-sanitize-response
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-modelarmor-sanitize-response 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug gws-modelarmor-sanitize-response
版本 1.0.12
许可证 MIT-0
累计安装 12
当前安装数 12
历史版本数 13
常见问题

Gws Modelarmor Sanitize Response 是什么?

Google Model Armor: Sanitize a model response through a Model Armor template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 435 次。

如何安装 Gws Modelarmor Sanitize Response?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-modelarmor-sanitize-response」即可一键安装,无需额外配置。

Gws Modelarmor Sanitize Response 是免费的吗?

是的,Gws Modelarmor Sanitize Response 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Gws Modelarmor Sanitize Response 支持哪些平台?

Gws Modelarmor Sanitize Response 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Gws Modelarmor Sanitize Response?

由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。

💬 留言讨论