Claude Code Plugins

Community-maintained marketplace

Feedback

Google Forms を検索する。「Forms 検索」「フォーム検索」「Google Forms 検索」「フォームを探して」「Forms を見つけたい」「アンケート検索」「Google フォーム検索」などで起動。`/shiiman-google:forms-search` を実行して検索する。

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name forms-search
description Google Forms を検索する。「Forms 検索」「フォーム検索」「Google Forms 検索」「フォームを探して」「Forms を見つけたい」「アンケート検索」「Google フォーム検索」などで起動。
allowed-tools Read, Bash

Forms Search

Google Forms を検索します。

引数

  • 検索クエリ (必須): 名前の部分一致など(例: spec

実行方法

アクティブプロファイルで検索

python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.form' and name contains '<検索キーワード>'"

プロファイル指定で検索

python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --profile <profile-name> --query "mimeType='application/vnd.google-apps.form' and name contains '<検索キーワード>'"

検索クエリ例

# 名前に "spec" を含む
--query "mimeType='application/vnd.google-apps.form' and name contains 'spec'"

# 名前に "アンケート" を含む
--query "mimeType='application/vnd.google-apps.form' and name contains 'アンケート'"

# 最近更新された
--query "mimeType='application/vnd.google-apps.form' and modifiedTime > '2024-01-01'"

注意事項

  • トークン未作成の場合は「Google ログイン」と言って認証を行ってください