Gmail連携ツール。未読確認・本文取得・下書き作成をOAuth2でGmail API経由で行う。 Use when: メール受信確認、本文読取、下書き作成、受信トレイ検索、ラベル付きメール操作が必要なとき。
Scanned 9/3/2026
Install to Claude Code
npx -y skills add xuiltul/animaworks --skill gmail-tool --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Gmail Tool?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/xuiltul-gmail-tool-animaworks)More formats (shields.io, HTML) on the badges page.
---
name: gmail-tool
description: >-
Gmail連携ツール。未読確認・本文取得・下書き作成をOAuth2でGmail API経由で行う。
Use when: メール受信確認、本文読取、下書き作成、受信トレイ検索、ラベル付きメール操作が必要なとき。
tags: [communication, gmail, email, external]
---
# Gmail ツール
GmailのメールをOAuth2で直接操作する外部ツール。
## 呼び出し方法
**Bash**: `animaworks-tool gmail <サブコマンド> [引数]` で実行
## アクション一覧
### unread — 未読メール一覧
```bash
animaworks-tool gmail unread [-n 20]
```
### read_body — メール本文読み取り
```bash
animaworks-tool gmail read MESSAGE_ID
```
### draft — 下書き作成
```bash
animaworks-tool gmail draft --to ADDR --subject SUBJ --body BODY [--thread-id TID]
```
## CLI使用法
```bash
animaworks-tool gmail unread [-n 20]
animaworks-tool gmail read MESSAGE_ID
animaworks-tool gmail draft --to ADDR --subject SUBJ --body BODY [--thread-id TID]
```
## 注意事項
- 初回使用時にOAuth2認証フローが必要
- credentials.json と token.json が ~/.animaworks/ に配置されること
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!