← 返回 Skills 市场
Gws Modelarmor Create Template
作者
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
438
总下载
0
收藏
13
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-modelarmor-create-template
功能描述
Google Model Armor: Create a new Model Armor template.
使用说明 (SKILL.md)
modelarmor +create-template
PREREQUISITE: Read
../gws-shared/SKILL.mdfor auth, global flags, and security rules. If missing, rungws generate-skillsto create it.
Create a new Model Armor template
Usage
gws modelarmor +create-template --project \x3CPROJECT> --location \x3CLOCATION> --template-id \x3CID>
Flags
| Flag | Required | Default | Description |
|---|---|---|---|
--project |
✓ | — | GCP project ID |
--location |
✓ | — | GCP location (e.g. us-central1) |
--template-id |
✓ | — | Template ID to create |
--preset |
— | — | Use a preset template: jailbreak |
--json |
— | — | JSON body for the template configuration (overrides --preset) |
Examples
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --preset jailbreak
gws modelarmor +create-template --project P --location us-central1 --template-id my-tmpl --json '{...}'
Tips
- Defaults to the jailbreak preset if neither --preset nor --json is given.
- Use the resulting template name with +sanitize-prompt and +sanitize-response.
[!CAUTION] This is a write command — confirm with the user before executing.
See Also
- gws-shared — Global flags and auth
- gws-modelarmor — All filter user-generated content for safety commands
安全使用建议
This skill appears to be a thin wrapper around the 'gws' CLI to create a Model Armor template. Before installing or running it: 1) Verify you trust the 'gws' binary and where it came from (package/source); 2) locate and review the referenced '../gws-shared/SKILL.md' to see exactly how authentication is performed and which GCP credentials or scopes will be used; 3) confirm with the user before executing since this is a write operation; 4) if you need least-privilege, create a GCP service account with only the permissions required to manage Model Armor templates and ensure the CLI uses that account; and 5) inspect any JSON payloads you pass (the --json flag) and avoid using default 'jailbreak' presets without understanding their contents.
功能分析
Type: OpenClaw Skill
Name: gws-modelarmor-create-template
Version: 1.0.12
The skill bundle is a standard administrative wrapper for the 'gws' CLI tool to manage Google Cloud Model Armor templates. It contains clear usage instructions, includes a security caution for write operations, and shows no signs of malicious intent, data exfiltration, or prompt injection (SKILL.md).
能力评估
Purpose & Capability
The name/description describe creating a Model Armor template and the only declared requirement is the 'gws' CLI binary, which is exactly what you'd expect for a CLI-based helper. There are no unrelated binaries or unexpected environment variables declared.
Instruction Scope
The runtime instructions are narrowly scoped to running 'gws modelarmor +create-template' with flags. However the skill explicitly instructs the agent to read '../gws-shared/SKILL.md' for auth and global flags; that external file may contain authentication or security rules that influence behavior. The skill correctly calls out that this is a write command and asks for user confirmation before executing.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing will be written to disk by the skill itself. Lowest-risk install posture.
Credentials
The skill declares no required environment variables or credentials. In practice it depends on auth described in the referenced '../gws-shared/SKILL.md' (not included), so required GCP credentials are implicit rather than declared. That omission is noteworthy but not necessarily malicious — it means you must inspect the shared SKILL.md to understand which credentials will be used and where they are read from.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes itself. Autonomous invocation is allowed (platform default), which is expected for a user-invocable skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install gws-modelarmor-create-template - 安装完成后,直接呼叫该 Skill 的名称或使用
/gws-modelarmor-create-template触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No other functional or documentation changes.
v1.0.11
- Bumped metadata version from 0.22.3 to 0.22.4 in SKILL.md.
- No other content or functional changes.
v1.0.10
- Updated skill version metadata from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated version number in SKILL.md from 0.22.1 to 0.22.2.
- No other content changes.
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
- No other content changes.
v1.0.7
- Bumped skill version from 0.21.2 to 0.22.0 in SKILL.md.
- No other content or functionality was changed.
v1.0.6
- Updated skill version from 0.21.1 to 0.21.2 in SKILL.md.
- No other functional or documentation changes.
v1.0.5
- Updated version metadata to 0.21.1 in SKILL.md (was 0.20.1).
- No functional or documentation changes beyond the version update.
v1.0.4
- Updated version number from 0.20.0 to 0.20.1 in SKILL.md.
v1.0.3
- Updated version to 0.20.0 in SKILL.md metadata.
- No changes to command usage or options.
- Documentation and functionality remain the same.
v1.0.2
- Updated metadata section to set the version to 0.19.0 and moved it under metadata.
- Removed the redundant top-level version field.
- No functional changes to usage, flags, or behavior.
v1.0.1
- Updated YAML formatting in SKILL.md for consistency (list formatting under bins).
- No feature or functional changes; documentation only.
v1.0.0
Initial release: Adds the ability to create a new Model Armor template for Google Workspace security.
- Introduces the gws modelarmor +create-template command.
- Supports specifying project, location, and template ID.
- Allows using a preset ('jailbreak') or a custom JSON configuration.
- Provides usage examples, required flags, and usage tips.
- Includes a caution to confirm write operations before executing.
元数据
常见问题
Gws Modelarmor Create Template 是什么?
Google Model Armor: Create a new Model Armor template. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 438 次。
如何安装 Gws Modelarmor Create Template?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install gws-modelarmor-create-template」即可一键安装,无需额外配置。
Gws Modelarmor Create Template 是免费的吗?
是的,Gws Modelarmor Create Template 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Gws Modelarmor Create Template 支持哪些平台?
Gws Modelarmor Create Template 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Gws Modelarmor Create Template?
由 googleworkspace-bot(@googleworkspace-bot)开发并维护,当前版本 v1.0.12。
推荐 Skills