Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
AI-powered presentation generation using 2slides API. Create slides from text content, match reference image styles, or summarize documents into presentations. Use when users request to "create a presentation", "make slides", "generate a deck", "create slides from this content/document/image", or any presentation creation task. Supports theme selection, multiple languages, and both synchronous and asynchronous generation modes.
AI-powered presentation generation using 2slides API. Create slides from text content, match reference image styles, or summarize documents into presentations. Use when users request to "create a presentation", "make slides", "generate a deck", "create slides from this content/document/image", or any presentation creation task. Supports theme selection, multiple languages, and both synchronous and asynchronous generation modes.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Generate professional presentations using the 2slides AI API. Supports content-based generation, style matching from reference images, and document summarization.
Users must have a 2slides API key: Visit https://2slides.com/api to create an API key Store the key in environment variable: SLIDES_2SLIDES_API_KEY export SLIDES_2SLIDES_API_KEY="your_api_key_here"
Choose the appropriate approach based on the user's request: User Request โ โโ "Create slides from this content/text" โ โโ> Use Content-Based Generation (Section 1) โ โโ "Create slides like this image" โ โโ> Use Reference Image Generation (Section 2) โ โโ "Create slides from this document" โ โโ> Use Document Summarization (Section 3) โ โโ "Search for themes" or "What themes are available?" โโ> Use Theme Search (Section 4)
Generate slides from user-provided text content.
User provides content directly in their message User says "create a presentation about X" User provides structured outline or bullet points
Generate slides that match the style of a reference image.
User provides an image URL and says "create slides like this" User wants to match existing brand/design style User has a template image they want to emulate
Step 1: Verify Image URL Ensure the reference image is: Publicly accessible URL Valid image format (PNG, JPG, etc.) Represents the desired slide style Step 2: Generate Slides Use the generate_slides.py script with --reference-image: python scripts/generate_slides.py \ --content "Your presentation content" \ --reference-image "https://example.com/template.jpg" \ --language "Auto" Optional parameters: --aspect-ratio "16:9" # width:height format (e.g., "16:9", "4:3") --resolution "2K" # "1K", "2K" (default), or "4K" --page 5 # Number of slides (0 for auto-detection, max 100) --content-detail "concise" # "concise" (brief) or "standard" (detailed) Note: This uses Nano Banana Pro mode with credit costs: 1K/2K: 100 credits per page 4K: 200 credits per page Step 3: Handle Results This mode always runs synchronously and returns: { "slideUrl": "https://2slides.com/workspace?jobId=...", "pdfUrl": "https://...pdf...", "status": "completed", "message": "Successfully generated N slides", "slidePageCount": N } Provide both URLs to the user: slideUrl: View slides in 2slides workspace pdfUrl: Direct PDF download (expires in 1 hour) Processing time: ~30 seconds per page (30-60 seconds typical for 1-2 pages)
Generate slides from document content.
User uploads a document (PDF, DOCX, TXT, etc.) User says "create slides from this document" User wants to summarize long content into presentation format
Find appropriate themes for presentations.
Before generating slides with specific styling User asks "what themes are available?" User wants professional or branded appearance
Search themes: # Search for specific style (query is required) python scripts/search_themes.py --query "business" python scripts/search_themes.py --query "creative" python scripts/search_themes.py --query "education" python scripts/search_themes.py --query "professional" # Get more results python scripts/search_themes.py --query "modern" --limit 50 Theme selection: Show user available themes with names and descriptions Ask user to choose or let them use default Use the theme ID in generation request
If the 2slides MCP server is configured in Claude Desktop, use the integrated tools instead of scripts. Two Configuration Modes: Streamable HTTP Protocol (Recommended) Simplest setup, no local installation Configure: "url": "https://2slides.com/api/mcp?apikey=YOUR_API_KEY" NPM Package (stdio) Uses local npm package Configure: "command": "npx", "args": ["2slides-mcp"] Available MCP tools: slides_generate - Generate slides from content slides_create_like_this - Generate from reference image themes_search - Search themes jobs_get - Check job status See mcp-integration.md for complete setup instructions and detailed tool documentation. When to use MCP vs scripts: Use MCP in Claude Desktop when configured Use scripts in Claude Code CLI or when MCP not available
Sync Mode (default): Waits for generation to complete (30-60 seconds) Returns results immediately Best for quick presentations Async Mode: Returns job ID immediately Poll for results with get_job_status.py Best for large presentations or batch processing
Generate slides in multiple languages (use full language name): --language "Auto" # Automatic detection (default) --language "English" # English --language "Simplified Chinese" # ็ฎไฝไธญๆ --language "Traditional Chinese" # ็น้ซไธญๆ --language "Spanish" # Espaรฑol --language "French" # Franรงais --language "German" # Deutsch --language "Japanese" # ๆฅๆฌ่ช --language "Korean" # ํ๊ตญ์ด And more: Arabic, Portuguese, Indonesian, Russian, Hindi, Vietnamese, Turkish, Polish, Italian
Common issues: Missing API key Error: API key not found Solution: Set SLIDES_2SLIDES_API_KEY environment variable Rate limiting Error: 429 Too Many Requests Solution: Wait before retrying or check plan limits Invalid content Error: 400 Bad Request Solution: Verify content format and parameters
For detailed API documentation, see api-reference.md Includes: All endpoints and parameters Request/response formats Authentication details Rate limits and best practices Error codes and handling
Content Structure: Use clear headings and subheadings Keep bullet points concise Limit to 3-5 points per section Include relevant examples or data Theme Selection: Theme ID is required for standard generation Search with keywords matching presentation purpose Common searches: "business", "professional", "creative", "education", "modern" Each theme has unique styling and layout Reference Images: Use high-quality images for best results Can use URL or base64 encoded image Public URL must be accessible Consider resolution setting (1K/2K/4K) based on quality needs Use page=0 for automatic slide count detection Document Processing: Extract only key information Don't try to fit entire document in slides Focus on main insights and takeaways Ask user which sections to emphasize
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.