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 agentmods add skills/thalesgroup/agilab/slidesnpx skills add ThalesGroup/agilab --skill slidesgit clone --depth 1 https://github.com/ThalesGroup/agilabWrote 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/thalesgroup/agilab/slides)<a href="https://agentmods.dev/skills/thalesgroup/agilab/slides"><img src="https://agentmods.dev/badge/skills/thalesgroup/agilab/slides.svg" alt="Measured on agentmods" 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 | $0.00094 | $0.01237 |
| Opus 5 | $0.00047 | $0.00619 |
| Sonnet 5 | $0.00019 | $0.00247 |
| Haiku 4.5 | $0.00009 | $0.00124 |
Grade A, and why
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 5d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
19 files 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.
- agents/openai.yaml 283 B
- assets/pptxgenjs_helpers/code.js 2.2 KB runs code
- assets/pptxgenjs_helpers/image.js 9.0 KB runs code
- assets/pptxgenjs_helpers/index.js 697 B runs code
- assets/pptxgenjs_helpers/latex.js 1.8 KB runs code
- assets/pptxgenjs_helpers/layout_builders.js 11 KB runs code
- assets/pptxgenjs_helpers/layout.js 22 KB runs code
- assets/pptxgenjs_helpers/svg.js 941 B runs code
- assets/pptxgenjs_helpers/text.js 27 KB runs code
- assets/pptxgenjs_helpers/util.js 373 B runs code
- assets/slides-small.svg 2.4 KB
- assets/slides.png 1.8 KB
- LICENSE.txt 11 KB
- references/pptxgenjs-helpers.md 3.0 KB
- scripts/create_montage.py 10 KB runs code
- scripts/detect_font.py 34 KB runs code
- scripts/ensure_raster_image.py 6.2 KB runs code
- scripts/render_slides.py 9.3 KB runs code
- scripts/slides_test.py 6.3 KB runs code
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.
- 5d ago First seen · 85 lines · 94 tokens per session scan A fa5f8b758a1e
slides is a skill published in the GitHub repository ThalesGroup/agilab (21 stars, last pushed yesterday), with no licence file. It adds 94 tokens to every session and 1,237 once invoked, about $0.0005 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-30.
Other skills, from other repositories
implementing-feature
Implement a feature from a product/tech spec, URL, GitHub issue, or by auto-selecting the next papercut enhancement. Reads the spec, implements the feature following Streamlit patterns, and creates a merge-ready PR. Use when given a spec folder path, document URL, or issue link to implement, or when asked to implement…
data-analysis
Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
pptx
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
wowerpoint
Turn one document into a kawaii NotebookLM slide-deck PDF. Use for "wowerpoint this", "make a deck about ", "turn this report into slides", or any request to render a single document as shareable narrative slides.
ppt-master
AI-driven presentation workflow for generating editable PPTX decks and slides, reconstructing page visuals, creating reusable Brand/Style/Layout/Deck workspaces, filling native PPTX templates, and enhancing finished PPTX files. Use when the user asks to create, generate, reconstruct, regenerate, beautify, redesign…
fixing-streamlit-ci
Analyze and fix failed GitHub Actions CI jobs for the current branch/PR. Use when CI checks fail, PR checks show failures, or you need to diagnose lint/type/test errors and verify fixes locally.