AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Rylai Ppt

skill-rylaispirit-rylai-codex-hermes-skills-rylai-ppt · by Rylaispirit

Create editable PowerPoint decks from a local JSON specification with an original Rylai visual system. Use for presentations, pitch decks, reports, training decks, roadmaps, comparisons, metrics, and timelines when Codex or Hermes can run Python.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-rylaispirit-rylai-codex-hermes-skills-rylai-ppt

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rylaispirit-rylai-codex-hermes-skills-rylai-ppt)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Rylai Ppt? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

  1. Read the user's source material and identify the audience, purpose, slide count, language, and required facts.
  2. Create a JSON deck specification by adapting examples/deck.json.
  3. Keep one message per slide. Split dense content instead of shrinking text.
  4. 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.

Versions

  • v0.1.0 Imported from the upstream source.