gslides-read

gslides-read is a skill for Claude Code, Codex from masa-san-jp/Agent-Aiko. It costs 124 tokens per session (1,233 once invoked), scanned A, original, MIT.

A command-line tool that downloads a Google Slides presentation and extracts its slide text and speaker notes into Markdown. It accepts a presentation ID or a shared Google Drive URL.

In plain words
What is it for?
Use it to read a slide deck from the command line, save its contents to a Markdown file, add a title, or check the required Google authentication setup.
Why use it?
Normal Google Drive exports may omit speaker notes, making it harder to review the complete presentation. This tool puts the visible slides and notes into a text format that is easier to search and edit.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to read a slide deck from the command line, save its contents to a Markdown file, add a title, or check the required Google authentication setup.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/masa-san-jp/agent-aiko/gslides-read
Install

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.

Any agent
npx skills add masa-san-jp/Agent-Aiko --skill gslides-read
Clone the repo
git clone --depth 1 https://github.com/masa-san-jp/Agent-Aiko

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for gslides-read

README.md
[![agentmods](https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/gslides-read/github.svg)](https://agentmods.dev/skills/masa-san-jp/agent-aiko/gslides-read)
Your own site
<a href="https://agentmods.dev/skills/masa-san-jp/agent-aiko/gslides-read"><img src="https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/gslides-read/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.

agentmods 80×15 button for gslides-read

Your own site · 80×15
<a href="https://agentmods.dev/skills/masa-san-jp/agent-aiko/gslides-read"><img src="https://agentmods.dev/badge/skills/masa-san-jp/agent-aiko/gslides-read.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,233 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.01233
Opus 5 $0.00062 $0.00616
Sonnet 5 $0.00025 $0.00247
Haiku 4.5 $0.00012 $0.00123

Measured 10d ago against content hash c9373335df91, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

gslides-read 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 10d 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.

reference/skills/gslides-read/SKILL.md · 100 lines

How it starts

The opening of the file, as written. The whole thing — 100 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/gslides-read

Google Slides を .pptx として Drive API でダウンロードし、各スライドの本文とスピーカーノートを Markdown で取り出すスキル。実装本体は {{ORG_REPO_PATH}}/Agent-team/tools/gslides-read/ に配置する前提(薄いラッパー)。環境に合わせてパスは読み替える。

引数

用途
/gslides-read <file-id-or-url> 標準出力に Markdown を吐く
/gslides-read <file-id-or-url> -o <path> 指定先に書き出す
/gslides-read <file-id-or-url> --title "Deck Name" 見出しにタイトルを付与
/gslides-read setup 依存インストール + ADC 確認

入力は生のファイル ID(<FILE_ID>)か Drive 共有 URL(/presentation/d/<FILE_ID>/...)どちらでも可。

実行手順

setup(初回のみ)

bash {{ORG_REPO_PATH}}/Agent-team/tools/gslides-read/setup.sh

ADC(Application Default Credentials)が無い、または drive.readonly スコープが付いていない場合:

gcloud auth application-default login \
    --scopes='https://www.googleapis.com/auth/drive.readonly'

通常実行

{{ORG_REPO_PATH}}/Agent-team/tools/gslides-read/gslides-read.py <file-id-or-url>
{{ORG_REPO_PATH}}/Agent-team/tools/gslides-read/gslides-read.py <file-id-or-url> -o out.md
{{ORG_REPO_PATH}}/Agent-team/tools/gslides-read/gslides-read.py <file-id-or-url> --title "Deck Name"

ツール挙動(SPEC)

実装がまだ無い環境でも仕様として成立するよう、想定挙動を明記する。

  • 入力の ID / URL から Drive ファイルを特定し、Drive API の export で .pptxapplication/vnd.openxmlformats-officedocument.presentationml.presentation)としてダウンロードする。
  • ダウンロードした .pptx を解析し、スライドごとに本文テキストとスピーカーノートを抽出する。Drive の通常 Markdown/テキストエクスポートはノートを落とすため、.pptx 経由でノートを確保する点が肝。
  • 出力は下記フォーマットの Markdown。--title 指定時は先頭に H1 を付ける。-o 指定時はファイルへ書き出し、省略時は標準出力。
  • 認証は ADC の drive.readonly を利用。

出力

# (オプションのタイトル)

## Slide 1

### Content
スライド本文

### Speaker Notes
スピーカーノート本体

---

## Slide 2
...

終了コード

コード 意味
0 成功
1 ダウンロード / 実行時エラー
2 引数違反
3 依存欠落、または ADC 不備

用途

  • ネイティブ Google Slides のエクスポートがスピーカーノートを落とすため、ノートまで欲しい時の補完
  • プレゼンの原稿レビュー、時間配分計算(ノートの文字数)
  • バッチで複数デッキの内容+ノートを一括テキスト化、要約・索引化

制約

  • Google Slides ファイル限定(オリジナル PowerPoint アップロード版は要動作確認)
  • スコープ:drive.readonly 推奨。drive.file だと自分が作ったファイル以外で失敗することがある
  • ノート内の画像・図形はテキスト抽出できない
  • API クォータ:Drive API デフォルト枠で個人利用は十分。バッチでの大量取得は注意
  • スライド内容・ノートは元のドキュメントの著作物。要約・引用する際はソースを明示。機密スライド(人事・財務・契約)の取り扱いは各自の守秘ルールに従う

Read the full file on GitHub · 100 lines

Changes

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.

  1. 10d ago First seen · 100 lines · 124 tokens per session scan A c9373335df91

Subscribe to this mod's changes

gslides-read is a skill published in the GitHub repository masa-san-jp/Agent-Aiko (3 stars, last pushed 1mo ago), licensed MIT. It adds 124 tokens to every session and 1,233 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

docx

Create and edit Microsoft Word (.docx) documents to a professional standard — reports, proposals, contracts, letters, memos — with custom styles, multi-level lists, styled/merged tables, headers/footers, table of contents, hyperlinks, footnotes, tracked changes and comments. Use when the user asks Brigade to make…

spinabot/brigade · 90 tokens

pdf

Create and edit PDFs to a professional standard — generate from content, draw vector/precise layouts, embed custom (incl. CJK/Unicode) fonts, CREATE and fill AcroForm fields (text/checkbox/radio/dropdown), flatten, merge/split/rotate, stamp/watermark, encrypt, and extract text. Use when the user asks Brigade to make a…

spinabot/brigade · 97 tokens

xlsx

Build and edit professional Excel (.xlsx) spreadsheets, workbooks, and simple financial models — live formulas, number/date/currency formats, cell styling, conditional formatting, data-validation dropdowns, named ranges, frozen panes, merged cells, multi-sheet. Use when the user asks Brigade to make, fill, update…

spinabot/brigade · 79 tokens

filex

Parse workspace files, HTTP(S) file URLs, or supported source URLs such as YouTube into Markdown, inspect source routing, and inspect resumable PDF batch status with the FileX CLI inside an AWorld sandbox. Use for reading, extracting, transcribing, inspecting, summarizing, or answering questions about PDF, Word…

inclusionAI/AWorld · 87 tokens

pdf-reader

Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.

alibaba/anolisa · 19 tokens

google-sheets

Google Sheets via gws: read/write cells, append rows, structured batch edits.

Open-Curiosity/gini-agent · 21 tokens