Agent skill
gmail-read
Gmail メッセージ本文を表示する。「メール本文」「Gmail 本文を見たい」「メッセージ内容を表示」「メールを開いて」「Gmail を読む」「本文を見せて」「内容確認」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/gmail-read-shiiman-claude-code-plugins-2
SKILL.md
Gmail Read
Gmail メッセージ本文を表示します。
引数
- メッセージID (必須): 本文を表示するメッセージのID
実行方法
アクティブプロファイルで本文を取得
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py read --id <message-id>
プロファイル指定で本文を取得
python ${CLAUDE_PLUGIN_ROOT}/scripts/google_gmail.py read --profile <profile-name> --id <message-id>
出力項目
- subject: 件名
- from: 送信者
- to: 宛先
- date: 日時
- body: 本文
関連操作
- 未読一覧から確認:
gmail-list-unreadを実行してメッセージIDを取得 - スター一覧から確認:
gmail-list-starredを実行してメッセージIDを取得
注意事項
- トークン未作成の場合は「Google ログイン」と言って認証を行ってください
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?