presenting-conference-talks

presenting-conference-talks is a skill for Claude Code, Codex from fabioc-aloha/Alex_Skill_Mall. It costs 53 tokens per session (2,443 once invoked), scanned A, a copy of presenting-conference-talks, MIT.

A paper-to-presentation workflow that creates conference talk slides as a Beamer LaTeX PDF and an editable PowerPoint file, along with speaker notes and an optional script. A conference talk is a spoken presentation of research to an academic audience.

In plain words
What is it for?
Use it to prepare poster talks, spotlight talks, oral presentations, or invited talks from a completed paper, including slide content, notes, and a speaking script.
Why use it?
It reduces the work of turning a detailed paper into a presentation suited to its time limit and talk format.

Skill for Claude CodeCodex

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

Good fit Use it to prepare poster talks, spotlight talks, oral presentations, or invited talks from a completed paper, including slide content, notes, and a speaking script.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks
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 fabioc-aloha/Alex_Skill_Mall --skill presenting-conference-talks
Clone the repo
git clone --depth 1 https://github.com/fabioc-aloha/Alex_Skill_Mall

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 presenting-conference-talks

README.md
[![agentmods](https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks/github.svg)](https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks)
Your own site
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks/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 presenting-conference-talks

Your own site · 80×15
<a href="https://agentmods.dev/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks"><img src="https://agentmods.dev/badge/skills/fabioc-aloha/alex_skill_mall/presenting-conference-talks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,443 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 95% copy Near-identical to another mod 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.00053 $0.02443
Opus 5 $0.00026 $0.01222
Sonnet 5 $0.00011 $0.00489
Haiku 4.5 $0.00005 $0.00244

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

Security

Grade A, and why

presenting-conference-talks 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 11d 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.

Origin

This is a copy

95% identical to presenting-conference-talks — 7 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/academic-research/presenting-conference-talks/skills/presenting-conference-talks/SKILL.md · 294 lines

How it starts

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

Presenting Conference Talks: From Paper to Slides

Generate conference presentation slides from a compiled research paper. Produces both Beamer LaTeX PDF (for polished typesetting) and editable PPTX (for last-minute adjustments), with speaker notes and an optional talk script.

When to Use This Skill

Scenario Use This Skill Use Other Skills Instead
Preparing oral/spotlight/poster-talk slides
Generating Beamer PDF + PPTX from paper
Speaker notes and talk script
Writing the paper itself ml-paper-writing
Structuring a systems paper systems-paper-writing
Creating publication-quality plots academic-plotting

Attribution: This skill's structure draws inspiration from the ARIS paper-slides skill (570 lines, supporting poster/spotlight/oral/invited with Beamer+PPTX). This is an independent implementation for the AI-Research-SKILLs ecosystem.


Talk Types and Slide Counts

Talk Type Duration Slides Content Depth
poster-talk 3–5 min 5–8 Problem + key result only
spotlight 5–8 min 8–12 Problem + approach + key results
oral 15–20 min 15–22 Full story with evaluation highlights
invited 30–45 min 25–40 Deep dive with context and demos

Rule of thumb: ~1 slide per minute for oral, ~1.5 slides per minute for spotlight.


Slide Structure Templates

Poster-Talk (5–8 slides)

Slide 1: Title + Authors + Affiliation
Slide 2: Problem — Why this matters (1 motivating figure)
Slide 3: Key Insight — One-sentence thesis
Slide 4: Approach Overview — Architecture diagram
Slide 5: Main Result — Headline numbers (1 figure)
Slide 6: Takeaway + QR code to paper/code

Spotlight (8–12 slides)

Slide 1:  Title + Authors
Slide 2:  Problem Statement — Concrete, quantified
Slide 3:  Motivation — Why existing solutions fall short
Slide 4:  Key Insight — Thesis statement
Slide 5:  System Overview — Architecture diagram
Slide 6:  Design Highlight 1 — Core mechanism
Slide 7:  Design Highlight 2 — Key innovation
Slide 8:  Evaluation Setup — Baselines and workloads (brief)
Slide 9:  Main Results — Headline performance figure
Slide 10: Ablation / Breakdown — What contributes most
Slide 11: Summary + Contributions
Slide 12: Thank You + Links

Read the full file on GitHub · 294 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 11d ago First seen · 294 lines · 53 tokens per session scan A 6120a1e78cb8

Subscribe to this mod's changes

presenting-conference-talks is a skill published in the GitHub repository fabioc-aloha/Alex_Skill_Mall (4 stars, last pushed today), licensed MIT. It adds 53 tokens to every session and 2,443 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to presenting-conference-talks, differing in 7 lines, and is treated as a copy.

Related

Other skills, from other repositories

design-digital-art-workflow

Use when establishing or optimizing a professional digital painting or illustration workflow across hardware, software, and file management systems.

jeffreytse/grimoire-core · 28 tokens

apply-cross-hatching-technique

Use when building tonal value, texture, or form in ink or pencil drawings using cross-hatching — controlling line weight, spacing, angle, and layering to create smooth gradients and convincing three-dimensional form.

jeffreytse/grimoire-core · 47 tokens

apply-ink-illustration-technique

Use when creating ink illustrations — applying line weight hierarchy, ink wash gradients, dry brush texture, and inking sequence from large shapes to detail to produce professional-quality black-and-white illustration.

jeffreytse/grimoire-core · 46 tokens

audit-portfolio-presentation

Use when evaluating, curating, or restructuring an illustration portfolio for professional submission, client pitches, or gallery presentation.

jeffreytse/grimoire-core · 28 tokens

design-character-design-sheet

Use when creating a character design sheet for animation, games, or comics — establishing orthographic turnarounds, expression sheets, proportion guides, and costume/accessory callouts to allow consistent reproduction by any artist on the production team.

jeffreytse/grimoire-core · 51 tokens

design-concept-art-brief

Use when briefing concept artists for a game, film, or animation production — designing a concept art brief that specifies visual direction, reference materials, deliverable formats, tone keywords, and technical requirements to align art direction before production begins.

jeffreytse/grimoire-core · 53 tokens