← 返回 Skills 市场
googleworkspace-bot

Gws Forms

作者 googleworkspace-bot · GitHub ↗ · v1.0.12 · MIT-0
cross-platform ⚠ suspicious
506
总下载
0
收藏
13
当前安装
13
版本数
在 OpenClaw 中安装
/install gws-forms
功能描述
Read and write Google Forms.
使用说明 (SKILL.md)

forms (v1)

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

gws forms \x3Cresource> \x3Cmethod> [flags]

API Resources

forms

  • batchUpdate — Change the form with a batch of updates.
  • create — Create a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form description, items and settings are disallowed. To create a new form and add items, you must first call forms.create to create an empty form with a title and (optional) document title, and then call forms.update to add the items.
  • get — Get a form.
  • setPublishSettings — Updates the publish settings of a form. Legacy forms aren't supported because they don't have the publish_settings field.
  • responses — Operations on the 'responses' resource
  • watches — Operations on the 'watches' resource

Discovering Commands

Before calling any API method, inspect it:

# Browse resources and methods
gws forms --help

# Inspect a method's required params, types, and defaults
gws schema forms.\x3Cresource>.\x3Cmethod>

Use gws schema output to build your --params and --json flags.

安全使用建议
This skill looks like a thin wrapper around a 'gws' CLI for Google Forms, but its SKILL.md tells the agent to read an external ../gws-shared/SKILL.md for authentication and rules while the registry lists no credentials or config paths. Before installing, verify: 1) where and how the 'gws' CLI gets authenticated (local OAuth cache, service account files, or env vars), 2) whether a ../gws-shared/SKILL.md exists in your environment and what secrets it contains, and 3) the provenance and trustworthiness of the 'gws' binary (who built it and where it came from). If you can't confirm those, run the skill in a sandboxed environment and avoid providing broad Google credentials. Ask the publisher to declare required env vars/config paths or to bundle clear auth instructions so you can audit exactly which credentials the skill will use.
功能分析
Type: OpenClaw Skill Name: gws-forms Version: 1.0.12 The gws-forms skill is a standard wrapper for interacting with the Google Forms API via a 'gws' CLI tool. The SKILL.md file provides legitimate instructions for resource management (create, get, batchUpdate) and discovery commands (gws schema) without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (Google Forms read/write) align with requiring the 'gws' CLI; asking for a gws binary is reasonable. However, the skill manifest declares no credentials or config paths while the SKILL.md explicitly instructs the agent to read a sibling file (../gws-shared/SKILL.md) for auth and security rules, which is not declared in the registry metadata.
Instruction Scope
Runtime instructions tell the agent to run 'gws forms ...' and to inspect schemas — appropriate for a CLI-backed Forms skill. But they also instruct the agent to read ../gws-shared/SKILL.md for authentication and security rules; that directive requires accessing a file outside the skill and potentially exposes or depends on credentials/config the registry does not list.
Install Mechanism
Instruction-only skill with no install spec and no code files means nothing is downloaded or written by the skill itself — low install risk. The security surface is the external 'gws' binary and whatever it does.
Credentials
The skill declares no required environment variables or primary credential, yet the SKILL.md defers authentication to an external shared SKILL.md. That omission means the registry metadata doesn't tell you what secrets or local config will actually be used (OAuth tokens, service account keys, or stored CLI credentials).
Persistence & Privilege
always:false and no install steps are normal. Still, instructions explicitly reference another skill's file path (../gws-shared/SKILL.md), which implies read access to sibling skill configuration; the manifest did not declare any cross-skill config access, creating a privilege/visibility gap.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install gws-forms
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /gws-forms 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.12
- Updated skill metadata version from 0.22.4 to 0.22.5 in SKILL.md.
v1.0.11
- Updated skill version from 0.22.3 to 0.22.4 in metadata.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
v1.0.9
- Updated metadata version from 0.22.1 to 0.22.2 in SKILL.md.
v1.0.8
- Updated version metadata from 0.22.0 to 0.22.1 in SKILL.md. - No changes to functionality or documentation content.
v1.0.7
- Updated version number in SKILL.md from 0.21.2 to 0.22.0. - No functional or documentation changes; version metadata only.
v1.0.6
- Updated SKILL.md metadata version from 0.21.1 to 0.21.2. - No functional or documentation changes to usage or API details.
v1.0.5
- Updated version in SKILL.md from 0.20.1 to 0.21.1. - Documentation only update; no changes to commands or functionality.
v1.0.4
- Updated version number in SKILL.md from 0.20.0 to 0.20.1. - No functional or documentation changes; version metadata updated only.
v1.0.3
- Bumped metadata version from 0.19.0 to 0.20.0 in SKILL.md. - No other content or functional changes.
v1.0.2
- Updated the SKILL.md metadata to set the version under the metadata block and removed the top-level version field. - No functional or user-facing changes to commands or API documentation.
v1.0.1
- Fix YAML list formatting under metadata.requires.bins in SKILL.md. - No changes to logic or functionality; documentation formatting only.
v1.0.0
Initial release of gws-forms - Provides commands to read and write Google Forms from the CLI. - Supports creating, updating, and retrieving forms and responses. - Includes operations for batch updates, publish settings, and resource watches. - Integrated help and schema inspection for command discovery and usage.
元数据
Slug gws-forms
版本 1.0.12
许可证 MIT-0
累计安装 13
当前安装数 13
历史版本数 13
常见问题

Gws Forms 是什么?

Read and write Google Forms. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 506 次。

如何安装 Gws Forms?

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

Gws Forms 是免费的吗?

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

Gws Forms 支持哪些平台?

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

谁开发了 Gws Forms?

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

💬 留言讨论