gws-forms
仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由
便于程序化管理表单结构与批量修改题项。
▸ 风险提示
需要 Google OAuth 授权,脚本可读写表单与响应数据。
这个 Skill 做什么
对 Google 表单进行读取、创建与批量更新操作。
通过 gws CLI 对 Google 表单做读取、创建和批量更新,能程序化管理题目、选项和跳题逻辑。适合需要批量生成表单、统一修改题目或把表单和业务系统联动的场景,替代手工编辑。支持 forms.batchUpdate 与 create 操作,能按模板创建并一次性应用多条修改,方便自动化使用。
▸ 展开 SKILL.md 英文原文
Read and write Google Forms.
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-forms/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-forms/SKILL.md"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. ```bash gws forms <resource> <method> [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 (o
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有