TopRank Skills

Home / Claw Skills / Autres / recipe-collect-form-responses
Official OpenClaw rules 15%

recipe-collect-form-responses

Retrieve and review responses from a Google Form.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 recipe-collect-form-responses 技能。 若已安装,则直接安装 recipe-collect-form-responses 技能。

Overview

Skill Key
googleworkspace-bot/recipe-collect-form-responses
Author
googleworkspace-bot
Source Repo
openclaw/skills
Version
1.0.0
Source Path
skills/googleworkspace-bot/recipe-collect-form-responses
Latest Commit SHA
35aeb6a725bfaed019afd748a6abc85e16c10ff4

Extracted Content

SKILL.md excerpt

# Check Form Responses

> **PREREQUISITE:** Load the following skills to execute this recipe: `gws-forms`

Retrieve and review responses from a Google Form.

## Steps

1. List forms: `gws forms forms list` (if you don't have the form ID)
2. Get form details: `gws forms forms get --params '{"formId": "FORM_ID"}'`
3. Get responses: `gws forms forms responses list --params '{"formId": "FORM_ID"}' --format table`

Related Claw Skills