Agent skill
gmail-star
Gmail のメッセージをスター化/解除する。「スターを付けて」「スター化」「星を付ける」「スター解除」「星を外す」「Gmail スター」「スターを消す」などで起動。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/gmail-star
SKILL.md
Gmail Star
Gmail のメッセージをスター化/解除します。
引数
- メッセージID (必須): スター化/解除するメッセージのID
実行方法
スターを付ける
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --ids <message-id>
スターを解除する
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py unstar --ids <message-id>
複数メッセージを一括でスター化
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --ids <id1>,<id2>,<id3>
プロファイル指定
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --profile <profile-name> --ids <message-id>
関連操作
- スター付き一覧を確認:
gmail-list-starredを実行
注意事項
- トークン未作成の場合は「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?