Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

seele-game-gen

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:

  • create starts a game-generation job and returns job_id
  • status checks one job once
  • wait polls until the job finishes or times out
  • continue adds a new step to an existing finished job
  • upload uploads reference files and returns file_id
  • recent lists local job history from .seele_jobs.json

Structure

  • SKILL.md — agent entry document
  • scripts/seele_client.py — CLI main script
  • examples/ — usage examples

Quick example

python scripts/seele_client.py create \
  --prompt "A 2D top-down asteroid dodging arcade game with retro visuals." \
  --engine threejs \
  --model Seele02-flash \
  --wait

Finished 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.

About

Skill repository for seele-game-gen

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages