Agent skill
gmail-search
Gmail でメールを検索する。「メール検索」「メールを探して」「Gmail 検索」「メールを検索して」「○○からのメール」「件名で検索」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gmail-search
SKILL.md
Gmail Search
Gmail でメールを検索します。Gmail の検索クエリ構文を使用できます。
引数
- 検索クエリ (必須): Gmail の検索クエリ
オプション
--max <number>: 最大取得件数(デフォルト: 20)--include-body: 本文プレビューを含める
実行方法
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py search --query "<query>"
最大件数を指定
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py search --query "<query>" --max 50
本文プレビューを含める
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py search --query "<query>" --include-body
クエリ例
| クエリ | 説明 |
|---|---|
from:user@example.com |
送信者で検索 |
to:user@example.com |
宛先で検索 |
subject:会議 |
件名で検索 |
has:attachment |
添付ファイル付き |
after:2025/01/01 |
日付以降 |
before:2025/01/31 |
日付以前 |
is:unread |
未読 |
is:starred |
スター付き |
label:important |
ラベルで検索 |
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?