Agent skill

recipe-collect-form-responses

Retrieve and review responses from a Google Form.

Stars 24,434
Forks 1,240

Install this agent skill to your Project

npx add-skill https://github.com/googleworkspace/cli/tree/main/skills/recipe-collect-form-responses

Metadata

Additional technical details for this skill

version
0.22.5
openclaw
{
    "domain": "productivity",
    "category": "recipe",
    "requires": {
        "bins": [
            "gws"
        ],
        "skills": [
            "gws-forms"
        ]
    }
}

SKILL.md

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results