readable-speakerdeck

readable-speakerdeck is a skill for Claude Code, Codex from yamadashy/agent-readable. It costs 69 tokens per session (269 once invoked), scanned A, original, MIT.

A tool for reading Speaker Deck presentations by finding their public PDF, downloading it, and extracting slide content. Speaker Deck is a website where people publish slide presentations.

In plain words
What is it for?
Use it when you have a speakerdeck.com presentation URL and need to review its slides, including image-heavy pages.
Why use it?
Slide decks often contain pages made mostly from images, which ordinary text extraction may not read well. Rendering selected pages makes those slides easier to inspect.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/yamadashy/agent-readable/readable-speakerdeck
Any agent
npx skills add yamadashy/agent-readable --skill readable-speakerdeck
Clone the repo
git clone --depth 1 https://github.com/yamadashy/agent-readable

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 readable-speakerdeck

README.md
[![agentmods](https://agentmods.dev/badge/skills/yamadashy/agent-readable/readable-speakerdeck.svg)](https://agentmods.dev/skills/yamadashy/agent-readable/readable-speakerdeck)
Your own site
<a href="https://agentmods.dev/skills/yamadashy/agent-readable/readable-speakerdeck"><img src="https://agentmods.dev/badge/skills/yamadashy/agent-readable/readable-speakerdeck.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
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 $0.00069 $0.00269
Opus 5 $0.00034 $0.00134
Sonnet 5 $0.00014 $0.00054
Haiku 4.5 $0.00007 $0.00027

Measured 3d ago against content hash b30ed9a1e6ca, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

readable-speakerdeck scanned grade A with 1 finding 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 3d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

description: Fetches a SpeakerDeck slide deck by extracting the public PDF URL from the slide page (WebFetch), downloading it via curl, and running pdfvision — typically with --render on image-heavy pages so the slides c
skills/readable-speakerdeck/SKILL.md · 32 lines

What it actually says

SpeakerDeck Slide Reader

Steps

1. Fetch page info with WebFetch

Use WebFetch to load the slide page and extract the PDF download URL.

  • Form: https://files.speakerdeck.com/presentations/{id}/{filename}.pdf

2. Download the PDF

curl -L -o /tmp/slide.pdf "{PDF_URL}"

3. Extract the PDF contents

Prefer pdfvision — slide decks are often image-heavy, and pdfvision's density Overview surfaces the pages where --render is needed for multimodal review:

npx pdfvision /tmp/slide.pdf
npx pdfvision /tmp/slide.pdf --render -p {pages-with-low-coverage}

If only a Claude Code-style multimodal Read tool is available, Read /tmp/slide.pdf also works.

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. 3d ago First seen · 32 lines · 69 tokens per session scan A b30ed9a1e6ca

Subscribe to this mod's changes

readable-speakerdeck is a skill published in the GitHub repository yamadashy/agent-readable (2 stars, last pushed 3mo ago), licensed MIT. It adds 69 tokens to every session and 269 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

pdf

Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…

agentscope-ai/QwenPaw · 92 tokens

pdf

当用户需要对PDF文件进行任何操作时,请使用此技能。包括从 PDF 中读取或提取文本/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新PDF、填写PDF表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 使其可搜索。如果用户提到 .pdf 文件或要求生成 PDF,请使用此技能。.

agentscope-ai/QwenPaw · 95 tokens

graphic-ebook

Creates professionally designed B2B SaaS e-books in HTML + CSS, exported as print-ready PDF. 3–10 pages, 9 style presets, 11 page layout types. Trigger when user says "create an ebook", "design a lead magnet", "make a PDF guide", "build a gated content piece", "write a B2B ebook", "design a white paper", "create a…

Varnan-Tech/opendirectory · 97 tokens

arxiv-preflight

Pre-submission validation audit for arXiv papers across TeX source, PDF, figures, metadata, bibliography, file organization, and common-error scans. Produces pass/fail report with specific fixes per arXiv requirement. Triggers on: "check my arXiv submission", "validate for arXiv", "arXiv preflight", "ready for arXiv"…

Mathews-Tom/armory · 120 tokens

md-to-pdf

Convert Markdown to styled PDFs with Mermaid diagrams, LaTeX/KaTeX math, tables, and code highlighting. Triggers on: "convert markdown to pdf", "make a pdf from this md", "export markdown as pdf", "pdf from markdown with equations".

Mathews-Tom/armory · 60 tokens

press-clip

Turn a live article URL into a press clip that looks like the real coverage — the publication's own logo, fonts, photos and layout kept intact, the ads and clutter removed, and (for a roundup) just the client's section. Renders to PDF. You inspect each site and tailor the removal; the bundled script carries no…

elvisun/newsjack · 74 tokens