From shiiman-google
Gmail の未読メッセージ一覧を取得する。「未読メール」「Gmail 未読」「未読一覧」「未読メールを見たい」「未読メッセージ」「メールの未読」「全アカウントの未読」などで起動。
npx claudepluginhub shiiman/claude-code-plugins --plugin shiiman-googleThis skill is limited to using the following tools:
Gmail の未読メッセージ一覧を取得します。
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.
Gmail の未読メッセージ一覧を取得します。
$ARGUMENTS に --help が含まれる場合、以下を表示して終了:
/shiiman-google:gmail-unread-check - Gmail Unread
概要:
Gmail の未読メッセージ一覧を取得します。
使用方法:
/shiiman-google:gmail-unread-check [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py unread
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py unread --max 50
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py unread-all
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py unread-all --show-has-more
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py --format json unread
デフォルトでは最大100件を取得します。
--show-has-more オプションを使用すると、指定した件数(デフォルト100件)を超える未読があるかどうかが表示されます。
出力に「※ まだ未読があります」と表示された場合は、ユーザーに追加取得するか確認してください。
続きを取得する場合は --max 200 のように件数を増やして再実行します。
未読メッセージ表示後、既読にするか確認する:
確認した未読を既読にしますか?(shiiman-google:gmail-unread-mark で既読化できます)