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 masa-san-jp/Agent-Aiko --skill gslides-readgit clone --depth 1 https://github.com/masa-san-jp/Agent-AikoWrote 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/masa-san-jp/agent-aiko/gslides-read)<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.
<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>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.00124 | $0.01233 |
| Opus 5 | $0.00062 | $0.00616 |
| Sonnet 5 | $0.00025 | $0.00247 |
| Haiku 4.5 | $0.00012 | $0.00123 |
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.
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 で
.pptx(application/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 デフォルト枠で個人利用は十分。バッチでの大量取得は注意
- スライド内容・ノートは元のドキュメントの著作物。要約・引用する際はソースを明示。機密スライド(人事・財務・契約)の取り扱いは各自の守秘ルールに従う
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.
- 10d ago First seen · 100 lines · 124 tokens per session scan A c9373335df91
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.
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…
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…
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…
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…
pdf-reader
Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.
google-sheets
Google Sheets via gws: read/write cells, append rows, structured batch edits.