Gmail のメッセージをスター化/解除する。「スターを付けて」「スター化」「星を付ける」「スター解除」「星を外す」「Gmail スター」「スターを消す」などで起動。
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: gmail-star
description: Gmail のメッセージをスター化/解除する。「スターを付けて」「スター化」「星を付ける」「スター解除」「星を外す」「Gmail スター」「スターを消す」などで起動。
allowed-tools: [Read, Bash]
---
# Gmail Star
Gmail のメッセージをスター化/解除します。
## 引数
- メッセージID (必須): スター化/解除するメッセージのID
## 実行方法
### スターを付ける
```bash
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --ids <message-id>
```
### スターを解除する
```bash
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py unstar --ids <message-id>
```
### 複数メッセージを一括でスター化
```bash
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --ids <id1>,<id2>,<id3>
```
### プロファイル指定
```bash
python plugins/shiiman-google/skills/gmail-list-unread/scripts/google_gmail.py star --profile <profile-name> --ids <message-id>
```
## 関連操作
- スター付き一覧を確認: `gmail-list-starred` を実行
## 注意事項
- トークン未作成の場合は「Google ログイン」と言って認証を行ってください
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.