Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add naoterumaker/openclaw-gog-skills --skill gdrivegit clone --depth 1 https://github.com/naoterumaker/openclaw-gog-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gdrive)<a href="https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gdrive"><img src="https://agentmods.dev/badge/skills/naoterumaker/openclaw-gog-skills/gdrive/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/naoterumaker/openclaw-gog-skills/gdrive"><img src="https://agentmods.dev/badge/skills/naoterumaker/openclaw-gog-skills/gdrive.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00080 | $0.01865 |
| Opus 5 | $0.00040 | $0.00932 |
| Sonnet 5 | $0.00016 | $0.00373 |
| Haiku 4.5 | $0.00008 | $0.00186 |
Grade A, and why
gdrive scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 326 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Google Drive 操作スキル (gog v0.10.0)
gog CLI でGoogleドライブを操作する。
実行パス: gog
認証アカウント: (gogで認証したアカウント)
Execution Notes
execツールで実行時、timeout: 60を指定- 大きなファイルのアップロード/ダウンロードは
timeout: 300推奨
ファイル一覧
ルートフォルダ
gog drive ls
gog drive ls --max 20
特定フォルダ
gog drive ls --parent <folderId>
詳細出力
gog drive ls --json
ファイル検索
テキスト検索
gog drive search "レポート"
gog drive search "プロジェクト計画"
高度な検索(Driveクエリ構文)
# ファイルタイプで絞り込み
gog drive search "mimeType='application/pdf'"
gog drive search "mimeType='application/vnd.google-apps.spreadsheet'"
gog drive search "mimeType='application/vnd.google-apps.document'"
# 特定フォルダ内
gog drive search "name contains '請求書' and '<folderId>' in parents"
# 所有者
gog drive search "name contains 'report' and '[email protected]' in owners"
MIMEタイプ一覧
| タイプ | MIMEタイプ |
|---|---|
application/pdf |
|
| Googleスプレッドシート | application/vnd.google-apps.spreadsheet |
| Googleドキュメント | application/vnd.google-apps.document |
| Googleスライド | application/vnd.google-apps.presentation |
| フォルダ | application/vnd.google-apps.folder |
| 画像 | image/jpeg, image/png |
| Word | application/vnd.openxmlformats-officedocument.wordprocessingml.document |
| Excel | application/vnd.openxmlformats-officedocument.spreadsheetml.sheet |
ファイル操作
メタデータ取得
gog drive get <fileId>
ダウンロード
gog drive download <fileId>
gog drive download <fileId> --output "./local-file.pdf"
Googleドキュメントのエクスポート
# スプレッドシート → CSV
gog drive download <spreadsheetId> --export-format csv
# ドキュメント → PDF
gog drive download <docId> --export-format pdf
# スライド → PPTX
gog drive download <slideId> --export-format pptx
アップロード
gog drive upload "./local-file.pdf"
gog drive upload "./file.xlsx" --parent <folderId>
コピー
gog drive copy <fileId> "コピー名"
gog drive copy <fileId> "コピー名" --parent <folderId>
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 326 lines · 80 tokens per session scan A 58f4c825a7a1
gdrive is a skill published in the GitHub repository naoterumaker/openclaw-gog-skills (4 stars, last pushed 6mo ago), licensed MIT. It adds 80 tokens to every session and 1,865 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
ppt-template-creator
Creates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint templates. Use ONLY when a user wants to create a reusable skill from their template. For creating actual presentations, use the pptx skill instead.
box
Box manages cloud files, sharing, search, and metadata.
cim-builder
Structure and draft a Confidential Information Memorandum for sell-side M&A processes. Organizes company information into a professional, investor-ready document with consistent formatting and narrative flow. Use when preparing sell-side materials, drafting a CIM, or organizing company data for a sale process.…
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
recipe-save-email-attachments
Find Gmail messages with attachments and save them to a Google Drive folder.