← Back to Skills Marketplace
vegovevo

Prezentit

by VeGoVeVO · GitHub ↗ · v1.0.11
cross-platform ⚠ suspicious
3981
Downloads
3
Stars
6
Active Installs
12
Versions
Install in OpenClaw
/install prezentit
Description
Generate beautiful AI-powered presentations instantly. Create professional slides with custom themes, visual designs, and speaker notes—all through natural language commands.
Usage Guidance
This skill appears to legitimately call a presentation-generation API and only needs a single API key (PREZENTIT_API_KEY). However, the registry metadata shipped with the skill does not match the SKILL.md: the registry claims no required env vars or homepage even though the instructions require an API key and list https://prezentit.net. Before installing or granting an API key: 1) Verify the prezentit.net homepage and the API key onboarding link are legitimate; 2) Prefer issuing a limited-scope or expendable API key (not a high-privilege account key); 3) Confirm you’re comfortable that network calls go only to prezentit.net and that you understand billing/credits; 4) Ask the publisher to correct metadata (declare PREZENTIT_API_KEY in registry manifest and provide source/homepage) — if they do, this would reduce concerns. Because of the metadata mismatch and unknown source, proceed with caution.
Capability Analysis
Type: OpenClaw Skill Name: prezentit Version: 1.0.11 The skill bundle is benign. The `_meta.json` contains standard metadata. The `SKILL.md` provides clear, detailed instructions for an AI agent to interact with the Prezentit API for generating presentations. Crucially, the skill's permissions are tightly scoped, allowing network access only to `https://prezentit.net/api/v1/*`, explicitly denying file system access (`fileSystem: none`), and only reading the `PREZENTIT_API_KEY` environment variable. There is no evidence of prompt injection attempts to subvert the agent, data exfiltration beyond the necessary API key, or any other malicious behavior.
Capability Assessment
Purpose & Capability
The SKILL.md describes a presentation-generation API (theme listing, generate, download) that matches the skill name and description. However the registry metadata earlier claimed no required env vars or homepage while SKILL.md requires PREZENTIT_API_KEY and lists https://prezentit.net — this metadata mismatch is unexpected.
Instruction Scope
Instructions are narrowly scoped to calling the prezentit.net API, checking credits, choosing themes, generating presentations, and downloading results. The only secret read is PREZENTIT_API_KEY and network calls target the documented API domain; there is no instruction to read unrelated files or exfiltrate arbitrary data.
Install Mechanism
No install spec and no code files (instruction-only). This minimizes on-disk risk; nothing is downloaded or installed by the skill itself.
Credentials
The SKILL.md requires a single API key (PREZENTIT_API_KEY), which is proportionate to the service. The concern is that registry metadata provided to the platform lists no required env vars while the runtime instructions clearly require the API key—this inconsistency could cause accidental misconfiguration or indicates sloppy/partial packaging.
Persistence & Privilege
always:false and default autonomous invocation are appropriate. The skill does not request persistent system-wide privileges or modifications to other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install prezentit
  3. After installation, invoke the skill by name or use /prezentit
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.11
- Removed sample and reference documentation files: API_REFERENCE.md, ERRORS.md, OUTLINES.md, THEMES.md, and WORKFLOW.md. - SKILL.md updated for greater clarity, improved parameters, and simpler step-by-step instructions for generating presentations. - API references now use condensed and current example responses, emphasizing use of _ai fields for credits and theme/best match selection. - The theme and custom design sections have been simplified and restructured, with explicit guidance for using `customDesignPrompt`. - Added permission and environment variable requirements explicitly for integration safety. - Fully dropped and replaced large redundant documentation sections with concise workflow and configuration focus.
v1.0.10
No code or logic changes detected in this release. - Documentation has been expanded and reorganized for clarity. - Workflow, theme selection, outline creation, and API request/response examples are now more detailed. - Added comprehensive parameter tables and response examples for key endpoints. - Includes new sections on theme categories, custom themes, and validation rules for outlines. - No impact on existing integrations or API behavior.
v1.0.9
- Introduced new modular documentation: added API_REFERENCE.md, ERRORS.md, OUTLINES.md, THEMES.md, and WORKFLOW.md for easier reference. - SKILL.md is now streamlined with step-by-step workflow, links to separate guides, and a more concise quick reference. - Clarified critical API usage for AI agents: always set stream: false and follow specific anti-spam rules. - Separated pricing, error handling, outline, and theme information into dedicated files. - Improved onboarding and clarity on credits, response format, and presentation sharing.
v1.0.8
- Added required "stream: false" parameter for AI agents to the presentation generation API. - Updated documentation and examples to highlight the need for "stream: false" to prevent SSE streaming issues and rate limits. - Included new best practices for AI agents, emphasizing the use of "stream: false". - No code changes, documentation update only.
v1.0.7
- Added support and documentation for providing external outlines, allowing users to save credits by supplying their own outlines (design-only mode). - Updated API references and examples to include the outline validation rules endpoint and error handling details. - Streamlined and condensed getting started and usage instructions. - Clarified presentation sharing restrictions when using external outlines. - Improved formatting for quicker reference and easier navigation.
v1.0.6
- Clarified that every presentation now requires a theme or a custom design prompt. - Updated instructions for theme selection: pick a theme based on topic if user doesn't specify, or generate a custom design prompt if no matching theme exists. - Added guidance to offer suitable theme options to users when none is specified. - Rewrote API notes and flow to reflect new theme requirements.
v1.0.5
Version 1.0.5 - Added detailed instructions and examples for using custom design prompts when a user's requested theme is not available. - Expanded API section with theme search/matching endpoint and clear theme selection logic. - Provided guidance on handling unmatched or low-confidence theme requests. - Updated theme listing endpoint response and usage information for clarity. - No code or core functional changes; SKILL.md documentation improvements only.
v1.0.4
- Update API request example to use "topic" instead of "prompt" in the presentation generation endpoint. - Add "details" as an optional parameter in the API request for additional AI context. - Specify valid slide count range (3-20) and clarify theme selection in the "Generate Presentation" section. - No functional or code-level changes; documentation only.
v1.0.3
- Added detailed API reference with request examples and responses. - Introduced version field (1.0.2) in metadata. - No changes to functionality or commands; documentation only.
v1.0.2
- Added detailed API reference with request examples and responses. - Introduced version field (1.0.2) in metadata. - No changes to functionality or commands; documentation only.
v1.0.1
- Updated API key instructions: changed the required prefix from pzk_ to pk_ throughout the documentation. - Clarified example environment variable and setup steps to match the new API key format.
v1.0.0
- Initial release of the prezentit skill. - Instantly generate professional AI-powered presentations from natural language commands. - Supports over 100 custom themes, slide design, and speaker notes. - Connect your Prezentit account via API key for chat-based presentation creation. - Includes credit-based pricing and direct download links for generated slides. - Commands available for generating slides, checking credits, and listing themes.
Metadata
Slug prezentit
Version 1.0.11
License
All-time Installs 6
Active Installs 6
Total Versions 12
Frequently Asked Questions

What is Prezentit?

Generate beautiful AI-powered presentations instantly. Create professional slides with custom themes, visual designs, and speaker notes—all through natural language commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 3981 downloads so far.

How do I install Prezentit?

Run "/install prezentit" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Prezentit free?

Yes, Prezentit is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Prezentit support?

Prezentit is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Prezentit?

It is built and maintained by VeGoVeVO (@vegovevo); the current version is v1.0.11.

💬 Comments