Agent skill
forms-update
Google Forms に質問を追加する。「質問追加」「Forms 更新」「フォームに質問を追加」「アンケート項目追加」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/forms-update
SKILL.md
Forms Update
Google Forms フォームに質問を追加します。
実行方法
テキスト質問追加
python plugins/shiiman-google/skills/forms-update/scripts/google_forms.py add-question --form-id "ID" --question "お名前は?" --type TEXT
選択式質問追加
python plugins/shiiman-google/skills/forms-update/scripts/google_forms.py add-question --form-id "ID" --question "好きな色は?" --type RADIO --options "赤,青,緑"
必須質問
python plugins/shiiman-google/skills/forms-update/scripts/google_forms.py add-question --form-id "ID" --question "メールアドレス" --type TEXT --required
質問タイプ
TEXT: 短いテキストPARAGRAPH: 長いテキストRADIO: 単一選択(ラジオボタン)CHECKBOX: 複数選択DROP_DOWN: ドロップダウンSCALE: スケール(1-5)DATE: 日付TIME: 時刻
ユーザー入力の解釈
- フォームIDを聞き出すか、事前に forms-list で検索
- 質問文を確認
- 質問タイプを判断(選択肢があれば RADIO/CHECKBOX など)
- 必須かどうかを確認
出力項目
- id: フォームID
- status: 追加ステータス
- question: 追加した質問
- type: 質問タイプ
- editUrl: 編集URL
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?