Google Forms の回答を取得する
Retrieves Google Forms responses for a given form ID with configurable limits.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Forms の回答を取得します。
$ARGUMENTS (必須): フォームID--max <number>: 最大取得件数(デフォルト: 50)python plugins/shiiman-google/scripts/google_forms.py responses --form-id "$ARGUMENTS" ${MAX:+--max "$MAX"}
/shiiman-google:forms-responses 1abc...xyz
/shiiman-google:forms-responses 1abc...xyz --max 100