aaif-dayof-slides

aaif-dayof-slides is a skill for Claude Code from aaif/community-events. It costs 47 tokens per session (1,358 once invoked), scanned A, original, MIT.

A guide for turning an AAIF event tracker entry into the text for a presentation used on the day of the event. The deck is the event's slide presentation.

In plain words
What is it for?
Use it to fill the text in an event's Day of Event slide deck from its tracker entry.
Why use it?
It avoids manually copying event details into slides and helps prepare the day-of presentation from the tracker.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions AGENTS.md.

Part of the aaif-events plugin — 20 skills shipped together

Good fit Use it to fill the text in an event's Day of Event slide deck from its tracker entry.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/aaif/community-events/aaif-dayof-slides
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 aaif/community-events --skill aaif-dayof-slides
Clone the repo
git clone --depth 1 https://github.com/aaif/community-events

Made for: Claude Code.

Or install aaif-events, the plugin that ships this one along with the rest of its 20 skills.

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 aaif-dayof-slides

README.md
[![agentmods](https://agentmods.dev/badge/skills/aaif/community-events/aaif-dayof-slides/github.svg)](https://agentmods.dev/skills/aaif/community-events/aaif-dayof-slides)
Your own site
<a href="https://agentmods.dev/skills/aaif/community-events/aaif-dayof-slides"><img src="https://agentmods.dev/badge/skills/aaif/community-events/aaif-dayof-slides/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 aaif-dayof-slides

Your own site · 80×15
<a href="https://agentmods.dev/skills/aaif/community-events/aaif-dayof-slides"><img src="https://agentmods.dev/badge/skills/aaif/community-events/aaif-dayof-slides.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,358 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00047 $0.01358
Opus 5 $0.00023 $0.00679
Sonnet 5 $0.00009 $0.00272
Haiku 4.5 $0.00005 $0.00136

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

Security

Grade A, and why

aaif-dayof-slides 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.

skills/aaif-dayof-slides/SKILL.md · 87 lines

How it starts

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

AAIF Day-of Slides (from the tracker)

Tooling rule — gws + Python only. Every read, edit, and write of a Drive file goes through the gws CLI, driven from Python. Prefer native Google formats: edit application/vnd.google-apps.* files with the Docs/Sheets/ Slides API. Drop to byte-level OOXML surgery on the .docx/.pptx/.xlsx zip parts (embedded fonts and untouched parts survive) only when the file genuinely is a stored Office file. Never use LibreOffice / soffice — not to edit, not to convert, and not to render a "just checking it locally" preview: it substitutes local system fonts for the brand fonts and drops OOXML it doesn't understand, so its output and its renders both misrepresent the real file. Same for unoconv and any desktop office suite. To see a file, render it through the API instead — a slide via aaif_events.slides_export.render_slide_png, a doc via gws drive files copy to a Google Doc → gws drive files export to PDF → trash the copy. Never round-trip a native Doc through .docx — it strips native features like Tabs.

Turn an event's tracker entry into the text for the chapter's "Day of Event" deck (Event Template/Slides.pptx). Fill the per-event slides from the tracker and leave the fixed brand slides ([FIXED]: About AAIF, the global-network stats) exactly as written — they are brand-standard.

The logo footer is not yours to write. On the cover and the welcome slide, HOSTED BY carries the fixed AAIF lockup — AAIF hosts these events — and the slots beside it read LOGO 1, LOGO 2, …. Those are placeholders an organizer deletes and replaces with a logo image; the words are just what an empty slot looks like, so do not treat them as copy to fill in. Never emit a host-venue name or a member name for those slots, and never replace the lockup. The venue and the members get their credit in prose on slide 12 (Thank you), which is where the Host/Members inputs belong.

Keep it terse and label-driven (the deck voice). Output as Slide N — <name>: then the fields, slide for slide, then paste into the template. Never include emails, phone numbers, door codes, or attendee names that are not already public in any post, slide, or message.

Read the full file on GitHub · 87 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. 12d ago First seen · 87 lines · 47 tokens per session scan A 98ed8dbf4cf5

Subscribe to this mod's changes

aaif-dayof-slides is a skill published in the GitHub repository aaif/community-events (10 stars, last pushed 2d ago), licensed MIT. It adds 47 tokens to every session and 1,358 once invoked, about $0.0002 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

baoyu-youtube-transcript

A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.

JimLiu/baoyu-skills · 107 tokens

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…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

overleaf-sync

A two-way connection between a local paper folder and Overleaf, a web-based LaTeX editor for writing research papers. It lets you move changes between the local files and the shared Overleaf project.

wanshuiyin/Auto-claude-code-research-in-sleep · 97 tokens