Agent skills for creating presentation files with Presenton.
The included presenton skill turns presentation requests into editable PPTX files, PDFs, and PNG slide images. It can search Presenton designs and icons, upload user-provided images, validate generated slide HTML, export each requested format, and return a shareable preview link.
You can also copy skills/presenton into the skills directory used by your compatible agent.
- PPTX, PDF, and PNG exports
- Custom design briefs or Presenton design search
- User-provided images and searchable icons
- Editable HTML text in generated PowerPoint files
- Shareable presentation previews
- HTML structure, asset, and font validation before export
The skill uses Presenton's public API at https://api.presenton.ai; no API key is required.
skills/presenton/
├── SKILL.md # Skill instructions and workflow
├── agents/openai.yaml # Agent-facing metadata
├── references/ # API and HTML format documentation
├── scripts/ # Export, asset, and validation helpers
└── tests/ # Helper test suite
Run the test suite from the repository root:
python3 -m unittest discover -s skills/presenton/testsValidate a presentation HTML file with:
python3 skills/presenton/scripts/validate_html.py /path/to/presentation.htmlLicensed under the Apache License 2.0.