Public repository for the seele-game-gen skill.
This skill wraps the Seele OpenAPI v2 jobs API for game generation while keeping the external CLI workflow simple:
createstarts a game-generation job and returnsjob_idstatuschecks one job oncewaitpolls until the job finishes or times outcontinueadds a new step to an existing finished jobuploaduploads reference files and returnsfile_idrecentlists local job history from.seele_jobs.json
SKILL.md— agent entry documentscripts/seele_client.py— CLI main scriptexamples/— usage examples
python scripts/seele_client.py create \
--prompt "A 2D top-down asteroid dodging arcade game with retro visuals." \
--engine threejs \
--model Seele02-flash \
--waitFinished v2 responses use status, summary, meta.platform_url, and artifacts[].urls. Treat job_id as the canonical identifier for later status, wait, and continue commands.