From shiiman-google
Google Drive を検索する。「Drive を検索」「ドライブ検索」「ファイルを探して」「Drive で検索」「Google Drive 検索」「ファイル名で検索」「条件で検索」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleThis skill is limited to using the following tools:
Google Drive を検索します。
Creates new Angular apps using Angular CLI with flags for routing, SSR, SCSS, prefixes, and AI config. Follows best practices for modern TypeScript/Angular development. Use when starting Angular projects.
Generates Angular code and provides architectural guidance for projects, components, services, reactivity with signals, forms, dependency injection, routing, SSR, ARIA accessibility, animations, Tailwind styling, testing, and CLI tooling.
Executes ctx7 CLI to fetch up-to-date library documentation, manage AI coding skills (install/search/generate/remove/suggest), and configure Context7 MCP. Useful for current API refs, skill handling, or agent setup.
Google Drive を検索します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:drive-search - Drive Search
概要:
Google Drive を検索します。
使用方法:
/shiiman-google:drive-search [オプション]
オプション:
--help このヘルプを表示
spec)python ${CLAUDE_PLUGIN_ROOT}/scripts/google_drive.py search --query "name contains '<検索キーワード>'"
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_drive.py --profile <profile-name> search --query "name contains '<検索キーワード>'"
# 名前に "spec" を含む
--query "name contains 'spec'"
# 名前に "レポート" を含む
--query "name contains 'レポート'"
# 特定の種類のファイル
--query "mimeType='application/pdf' and name contains 'spec'"
# 最近更新された
--query "modifiedTime > '2024-01-01'"
# フォルダ内を検索
--query "'<folder-id>' in parents and name contains 'spec'"