Install
$ agentstack add skill-rylaispirit-rylai-codex-hermes-skills-rylai-ppt ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Rylai PP
Use the bundled Python workflow to create a clean, editable .pptx. The renderer is an original Rylai implementation built on python-pptx. It uses local PowerPoint elements and does not load HTML templates, remote images, or hosted assets.
Requirements
- Python 3
- `python-pptx
- Optional LibreOffice for rendering to PDF
Workflow
- Read the user's source material and identify the audience, purpose, slide count, language, and required facts.
- Create a JSON deck specification by adapting
examples/deck.json. - Keep one message per slide. Split dense content instead of shrinking text.
- Validate the specification:
python /scripts/build_deck.py build
5. Build the presentation:
```bash
python /scripts/build_deck.py inspect
6. Render the result when LibreOffice is available:
```bash
python /scripts/build_deck.py render
7. Check clipping, contrast, reading order, repeated wording, and slide coun
before delivery.
## Slide Types
- `cover`: title, subtitle, eyebrow, footer
- `section`: number, title, summary
- `bullets`: title, kicker, and two to six structured items
- `metrics`: title and two to four value cards
- `comparison`: two labeled lists with two to five items each
- `timeline`: two to five ordered steps
- `quote`: quotation and attribution
- `closing`: final title, subtitle, and contact line
Read `references/deck-spec.md` when field-level constraints are needed. Unknown slide fields fail validation so the deck stays portable and deterministic.
## Design Rules
- Use the theme fields in the JSON spec rather than editing renderer constants for each deck.
- Use a restrained multi-color palette with one primary accent and one secondary accent.
- Keep titles short, body copy specific, and metrics attributable to the user's material.
- Use only the supported local vector icons: `circle`, `square`, `diamond`, `check`, and `arrow`.
- Do not add remote URLs as image sources. This workflow intentionally has no image field.
- Preserve user-provided brand wording. Do not invent customer names, testimonials, statistics, or claims.
## Runtime Notes
- Codex and Hermes both execute the same Node scripts.
- Resolve all bundled paths from this skill directory.
- Write generated decks to the user's requested workspace, not inside the installed skill.
- Report the final path and the number and types of slides created.
Authored by Rylai for Codex and Hermes.
## Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- **Author:** [Rylaispirit](https://github.com/Rylaispirit)
- **Source:** [Rylaispirit/rylai-codex-hermes-skills](https://github.com/Rylaispirit/rylai-codex-hermes-skills)
- **License:** MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.