docs-list
Google Docs の一覧を取得する。「ドキュメント一覧」「Docs 一覧」「Google Docs 一覧」「Docs を見たい」「ドキュメント」などで起動。
When & Why to Use This Skill
This Claude skill enables users to efficiently retrieve and list Google Docs directly within their workflow. It streamlines document management by providing quick access to file metadata, including document IDs, names, modification dates, and direct web links, significantly reducing the time spent searching for specific files.
Use Cases
- Quickly finding and accessing recently edited Google Docs to continue ongoing projects.
- Retrieving document IDs and URLs for seamless integration into other automated tasks or reports.
- Getting a high-level overview of available documents to better organize and manage digital workspaces.
| name | docs-list |
|---|---|
| description | Google Docs の一覧を取得する。「ドキュメント一覧」「Docs 一覧」「Google Docs 一覧」「Docs を見たい」「ドキュメント」などで起動。 |
| allowed-tools | [Read, Bash] |
Docs List
Google Docs の一覧を取得します。
実行方法
基本的な一覧取得
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.document'"
最大件数を指定
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.document'" --max 50
JSON 形式で出力
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スキルで新規ドキュメント作成