Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
drive-list - Skill - OpenSmartRoute
Skillv1.0.0
drive-list
Google Drive のファイル一覧を取得する。「Drive 一覧」「ドライブのファイルを見たい」「最近のファイル」「Drive の一覧を出して」「ファイルリスト」「Google Drive 一覧」「ドライブを表示」などで起動。
Imported from majiayu000/claude-skill-registry-data (data/drive-list/SKILL.md). Install upstream with npx skills add majiayu000/claude-skill-registry-data --skill drive-list. Copyright stays with the author.
Drive List
Google Drive のファイル一覧を取得します。
実行方法
アクティブプロファイルで一覧を取得
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list
プロファイル指定で一覧を取得
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list --profile <profile-name>
最大件数を指定
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py list --max 50
JSON 形式で出力
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py --format json list
出力項目
id: ファイルID
name: ファイル名
mimeType: ファイル種類
modifiedTime: 更新日時
webViewLink: URL
関連操作
検索する: drive-search を実行
共有設定を確認: drive-get-permissions を実行
共有する: drive-share を実行
注意事項
トークン未作成の場合は「Google ログイン」と言って認証を行ってください
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.