Google Forms に質問を追加する。「質問追加」「Forms 更新」「フォームに質問を追加」「アンケート項目追加」などで起動。
Adds questions to Google Forms. Triggered by phrases like "質問追加" or "Forms 更新" to add text, multiple choice, or other question types to a specified form.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsThis skill is limited to using the following tools:
Google Forms フォームに質問を追加します。
python plugins/shiiman-google/scripts/google_forms.py add-question --form-id "ID" --question "お名前は?" --type TEXT
python plugins/shiiman-google/scripts/google_forms.py add-question --form-id "ID" --question "好きな色は?" --type RADIO --options "赤,青,緑"
python plugins/shiiman-google/scripts/google_forms.py add-question --form-id "ID" --question "メールアドレス" --type TEXT --required
TEXT: 短いテキストPARAGRAPH: 長いテキストRADIO: 単一選択(ラジオボタン)CHECKBOX: 複数選択DROP_DOWN: ドロップダウンSCALE: スケール(1-5)DATE: 日付TIME: 時刻