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-mark - Gmail Mark Read
概要:
Gmail の未読メッセージを既読化します(単体/一括)。
使用方法:
/shiiman-google:gmail-unread-mark [オプション]
オプション:
--help このヘルプを表示
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py mark-read --ids <message-id>
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py mark-read --ids <id1> <id2> <id3>
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py mark-read --all
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py --profile <profile-name> mark-read --all
--ids <id1> <id2> ...: 既読化するメッセージIDのリスト(スペース区切り)--all: 全ての未読メッセージを既読化shiiman-google:gmail-unread-check を実行--all オプションは全ての未読を既読化するため、慎重に使用してください