slides-generation-skills
PassAudited by ClawScan on May 1, 2026.
Overview
This skill appears coherent for generating presentations through 2slides, with expected but important API-key and external-data-sharing considerations.
This skill looks appropriate for generating presentations with 2slides. Before installing, understand that it uses your 2slides API key, can spend service credits, and sends the content you want turned into slides to 2slides. Avoid using sensitive documents unless that sharing is acceptable, and verify the optional MCP package before enabling it.
Findings (4)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent can use the user's 2slides API access to create presentations and consume account credits.
The skill requires an account API key even though registry metadata lists no required environment variables or primary credential; this is expected for the service, but it grants access to the user's 2slides account and credits.
Users must have a 2slides API key ... Store the key in environment variable: `SLIDES_2SLIDES_API_KEY`
Set the API key only when you intend to use the service, keep it private, and monitor 2slides usage/credits.
Text, document summaries, and reference-image information used for a deck may be processed by 2slides.
User-provided slide content is transmitted to the 2slides API; reference-image mode also sends a reference image URL or base64 data. This is purpose-aligned but is an external provider data flow.
API_BASE_URL = "https://2slides.com/api/v1" ... payload = { "userInput": user_input, "themeId": theme_id, ... }Do not use this skill with confidential documents or images unless you are comfortable sharing that content with 2slides under its terms.
Using large page counts or high-resolution settings may spend more of the user's 2slides credits.
Generation options can consume paid service credits, especially higher-resolution or multi-page reference-image generation. The cost is disclosed and aligned with the skill purpose.
1K/2K: 100 credits per page - 4K: 200 credits per page
Confirm page count, resolution, and mode before generating expensive decks.
If the optional MCP integration is configured, a local npm package may be downloaded and run.
The optional MCP setup runs an npm package that is not pinned in the provided artifact. This is optional and purpose-aligned, but users should verify the package source before using it.
"command": "npx", "args": ["2slides-mcp"]
Verify the 2slides MCP package provenance, consider pinning a trusted version, and use the direct Python scripts if you do not need MCP integration.
