Shiiman Google:gmail Unread Mark

Gmail の未読を既読化する。「メールを既読にする」「メールの未読を既読」「メールを既読化」「Gmail 既読化」「Gmail の未読を消す」「メールを開封扱い」「メールを一括既読」などで起動。

shiiman Updated

File contents

Gmail Mark Read

Gmail の未読メッセージを既読化します(単体/一括)。

Help

$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 を実行

注意事項

  • トークン未作成の場合は「Google ログイン」と言って認証を行ってください
  • --all オプションは全ての未読を既読化するため、慎重に使用してください

shiiman/claude-code-plugins/tree/main/plugins/shiiman-google/skills/gmail-unread-mark commit d8e8f0bdc0

Frequently asked questions

npx skillmds@latest add shiiman/shiiman-google-gmail-unread-mark