Google Docs の一覧を取得する。「ドキュメント一覧」「Docs 一覧」「Google Docs 一覧」「Docs を見たい」「ドキュメント」などで起動。
Scanned 2/12/2026
Install via CLI
openskills install majiayu000/claude-skill-registry---
name: docs-list
description: Google Docs の一覧を取得する。「ドキュメント一覧」「Docs 一覧」「Google Docs 一覧」「Docs を見たい」「ドキュメント」などで起動。
allowed-tools: [Read, Bash]
---
# Docs List
Google Docs の一覧を取得します。
## 実行方法
### 基本的な一覧取得
```bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.document'"
```
### 最大件数を指定
```bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.document'" --max 50
```
### JSON 形式で出力
```bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py --format json search --query "mimeType='application/vnd.google-apps.document'"
```
## 出力項目
- id: ドキュメントID
- name: ドキュメント名
- modifiedTime: 更新日時
- webViewLink: 閲覧URL
## 関連操作
- 検索: `drive-search` コマンドでキーワード検索
- 作成: `docs-create` スキルで新規ドキュメント作成
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.