
Security News
Frontier AI Is Now Critical Infrastructure
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.
@robinpath/google-forms
Advanced tools
Google Forms (Forms API v1) integration — create forms, add/update/delete questions and sections via batchUpdate, convert to quiz, read responses. Supports delegated OAuth2 access tokens (with refresh-token rotation) or Google Workspace Domain-Wide Delega
Google Forms module for RobinPath.
The google-forms module lets you:
All functions are callable directly from RobinPath scripts with a simple, consistent API.
robinpath add @robinpath/google-forms
1. Set up credentials
google-forms.setCredentials "your-credentials"
2. getForm
google-forms.getForm
| Function | Description |
|---|---|
google-forms.setCredentials | Configure google-forms credentials. |
google-forms.getForm | getForm |
google-forms.createForm | createForm |
google-forms.updateForm | updateForm |
google-forms.listResponses | listResponses |
google-forms.getResponse | getResponse |
google-forms.addQuestion | addQuestion |
google-forms.updateQuestion | updateQuestion |
google-forms.deleteQuestion | deleteQuestion |
google-forms.addSection | addSection |
google-forms.getFormInfo | getFormInfo |
google-forms.batchUpdate | batchUpdate |
google-forms.convertToQuiz | convertToQuiz |
google-forms.getForm
google-forms.createForm
google-forms.updateForm
import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/google-forms";
const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);
const result = await rp.executeScript(`
google-forms.setCredentials "your-credentials"
google-forms.getForm
`);
See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.
@robinpath/google-sheets — Google Sheets module for complementary functionality@robinpath/google-calendar — Google Calendar module for complementary functionality@robinpath/google-contacts — Google Contacts module for complementary functionality@robinpath/gmail — Gmail module for complementary functionality@robinpath/outlook — Outlook module for complementary functionalityMIT
FAQs
Google Forms (Forms API v1) integration — create forms, add/update/delete questions and sections via batchUpdate, convert to quiz, read responses. Supports delegated OAuth2 access tokens (with refresh-token rotation) or Google Workspace Domain-Wide Delega
The npm package @robinpath/google-forms receives a total of 9 weekly downloads. As such, @robinpath/google-forms popularity was classified as not popular.
We found that @robinpath/google-forms demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Fable shutdown shows how quickly model access can become a business continuity risk for AI-dependent engineering teams.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.