docs-list
- Repo stars 330
- License MIT
- Author repo claude-skill-registry
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スキルで新規ドキュメント作成
- Fluxly category
- Data
- Author-declared agents
- No explicit declaration found; this is not inferred or tested compatibility
- Static check
- 94 / 100 · heuristic scan, not runtime safety proof
- Author / version / license
- @majiayu000 · MIT
- Fluxly token estimate
- Lean
- Fluxly setup estimate
- Plug-and-play
- External API key
- No requirement detected
- Detected OS requirements
- Unspecified
- Runtime requirements
- Python
- Detected file/system behavior
-
- Read-only
- Write / modify
- Detected network behavior
- Local-only
- Install commands
- None (reference only)
Profile is derived at build time from SKILL.md and install vectors. Subject to drift from author intent.
Heads up: 未限定 allowed-tools,默认拥有全部工具权限。
The current SKILL.md does not define a fixed output example. 実行方法
実行方法
基本的な一覧取得
基本的な一覧取得
最大件数を指定
最大件数を指定
JSON 形式で出力
JSON 形式で出力
出力項目
id: ドキュメントID name: ドキュメント名 modifiedTime: 更新日時
関連操作
検索: drive-search コマンドでキーワード検索 作成: docs-create スキルで新規ドキュメント作成
# 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` スキルで新規ドキュメント作成 Evidence boundary and execution chain
Author text anchors workflow facts; Fluxly only indexes current sections, terms, files, and commands.
sections -> 実行方法 → 基本的な一覧取得 → 最大件数を指定 → JSON 形式で出力 → 出力項目 → 関連操作
terms -> Google Docs の一覧を取得します。
files/cmd -> drive-search · docs-create · plugins/shiiman-google/skills/drive-list/scripts/googledrive.py · application/vnd.google-apps.document
body sha256 -> d60847fe537c
Decide Fit First
Design Intent
How To Use It
Boundaries And Review