synthlabs-generation

Automate SynthLabs session creation and generation requests via HTTP endpoints.

321|26|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/mkurman/tamux --skill synthlabs-generation
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: synthlabs-generation
Source: https://github.com/mkurman/tamux/tree/main/skills/synthlabs/synthlabs-generation
Command: npx skills add https://github.com/mkurman/tamux --skill synthlabs-generation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables backend-first orchestration of SynthLabs generation workflows by driving sessions and generation routes through HTTP calls, reducing the need to interact with the UI.

Core Features & Use Cases

  • Backend-driven session management: list, create, and manage SynthLabs sessions via HTTP routes.
  • Scripted generation: trigger generation routes from automated pipelines or test harnesses.
  • Use Case: integrate with CI to validate prompts and outputs against a local SynthLabs backend before UI handoff.

Quick Start

Run a backend-driven generation run against your local SynthLabs instance to automate a session start and trigger a generation task.

Frequently Asked Questions about synthlabs-generation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate SynthLabs generation runs without using the UI?▼

You can automate SynthLabs generation by driving backend HTTP routes for session creation and generation requests, bypassing the UI entirely for scripted workflows and batch generation.

Can I trigger SynthLabs generation from an automated pipeline or test harness?▼

Yes, scripted generation is possible by triggering generation routes from automated pipelines or test harnesses, enabling backend-first orchestration of SynthLabs workflows.

What do I need to run backend-driven SynthLabs session creation?▼

Backend-driven session creation requires knowledge of SynthLabs HTTP routes, proper API key handling, and consistent backend availability to successfully manage sessions via HTTP calls.

How does backend-driven session management work for SynthLabs?▼

Backend-driven session management works by listing, creating, and managing SynthLabs sessions through HTTP routes, reducing the need to interact with the UI for session control.

Can I integrate SynthLabs generation with CI to validate prompts before UI handoff?▼

Yes, you can integrate with CI to validate prompts and outputs against a local SynthLabs backend before UI handoff, using backend-driven generation runs to automate session start and trigger generation tasks.