Auto-generate presentations, documents, and websites from text prompts in 60+ languages, exportable to PDF/PPTX. Ideal for business pitches, meeting reports, training materials, and marketing decks.
Setup https://skillboss.co/skill.mdPaste this into Claude Code, Cursor, or any AI assistant. No API key setup needed.
Model: gamma/background_generation
curl -X POST https://api.skillboss.co/v1/run \
-H "Authorization: Bearer $SKILLBOSS_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gamma/background_generation",
"inputs": {}
}'