prezentit
Generate beautiful AI-powered presentations instantly. Create professional slides with custom themes, visual designs, and speaker notes—all through natural language commands. Connect your Prezentit account to generate presentations directly from chat.
What this skill does
# Prezentit - AI Presentation Generator
Generate stunning presentations instantly with AI. Describe your topic and get a complete slide deck with custom designs.
## Quick Start
1. **Get API Key**: Sign in at [prezentit.net](https://prezentit.net) → Profile → API → Create Key
2. **Configure**: `/config set PREZENTIT_API_KEY pk_your_key_here`
3. **Generate**: "Create a presentation about sustainable energy"
## Features
- **40+ Themes**: Minimalist, Corporate, Creative, Nature, Tech, Education
- **AI-Designed Slides**: Each slide uniquely designed to match content
- **External Outlines**: Provide your own outline to save credits (33% savings)
- **Direct Download**: Get your presentation link immediately
## Pricing
| Action | Credits |
|--------|---------|
| Outline (per slide) | 5 credits |
| Design (per slide) | 10 credits |
| **Total per slide** | **15 credits** |
| **With your outline** | **10 credits** (design only) |
New accounts: 100 free credits. Purchase more at [prezentit.net/buy-credits](https://prezentit.net/buy-credits)
## API Quick Reference
**Base URL**: `https://prezentit.net/api/v1`
**Auth**: `Authorization: Bearer pk_your_api_key_here`
### Essential Endpoints
| Endpoint | Description |
|----------|-------------|
| `GET /me/credits` | Check your credit balance |
| `GET /themes` | List available themes |
| `GET /themes?search=NAME` | Find theme by name |
| `POST /presentations/generate` | Generate presentation |
| `GET /docs/outline-format` | **Get outline validation rules** |
### Generate Presentation
```json
POST /presentations/generate
{
"topic": "Your topic (required)",
"details": "Additional context (optional)",
"slideCount": 5, // 3-50, default: 5
"theme": "minimalist", // Theme ID from /themes
"outline": { ... }, // Optional: provide your own outline
"stream": false // IMPORTANT: Set to false for AI agents
}
```
**CRITICAL for AI Agents**: Always set `"stream": false` to receive a single JSON response instead of Server-Sent Events (SSE). This prevents polling issues and rate limits.
**Response with `stream: false`**:
```json
{
"success": true,
"data": {
"presentationId": "uuid",
"title": "Your Presentation Title",
"viewUrl": "https://prezentit.net/view/abc123...",
"slideCount": 5,
"creditsUsed": 75,
"remainingCredits": 25
}
}
```
**Theme Selection**: Either provide `theme` (from /themes) OR `customDesignPrompt` for custom styles.
### External Outlines (Save 33% Credits)
You can provide your own outline to skip AI outline generation. This is useful when:
- You have specific content requirements
- You want to save credits
- An external AI (like Clawdbot) generates the outline
**Get the exact format requirements**:
```bash
GET /api/v1/docs/outline-format
```
This endpoint returns:
- All validation constraints (min/max words, characters, slide counts)
- Required fields for each slide
- Example outline structure
- Error fix suggestions
**Important**: Presentations with external outlines cannot be shared to the community feed (but can have public view links).
### Example with External Outline
```json
{
"topic": "Machine Learning Basics",
"theme": "minimalist",
"stream": false,
"outline": {
"slides": [
{
"title": "Introduction to Machine Learning",
"mainIdea": "Machine learning enables computers to learn from data...",
"talkingPoints": [
"Definition and core principles",
"How ML differs from traditional programming",
"Key applications in everyday life"
],
"visualGuide": "Split-screen comparison of traditional programming vs ML..."
}
// ... more slides
]
}
}
```
### Error Handling
When outline validation fails, you'll receive detailed errors:
```json
{
"error": "Invalid outline format",
"code": "INVALID_OUTLINE",
"validationErrors": [
{
"slide": 1,
"field": "title",
"error": "Title must be between 3-100 characters",
"value": "ML",
"fix": "Expand the title to at least 3 characters"
}
],
"constraints": { ... },
"documentation": "https://prezentit.net/api/v1/docs/outline-format"
}
```
### Common Errors
| Code | Meaning |
|------|---------|
| 401 | Invalid/missing API key |
| 402 | Insufficient credits |
| 429 | Rate limited (retry after 60s) |
## Best Practices for Clawdbot
1. **ALWAYS use `stream: false`** - This is critical! Without it, you'll get SSE streaming which causes polling issues and rate limits
2. **Always check credits first** before generating
3. **Search themes** when user requests a specific style
4. **Use outline format endpoint** to get current validation rules before generating outlines
5. **Handle validation errors** - they include fix suggestions
6. **Inform user** about external outline restrictions (no community feed sharing)
7. **Don't poll** - With `stream: false`, the API returns a single JSON response when generation is complete
## Support
- **Website**: [prezentit.net](https://prezentit.net)
- **API Docs**: Call `GET /api/v1/docs/outline-format` for live documentation
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.