Add MythosForge image-generation skill (Replicate: flux-schnell / nano-banana-2 / retro-diffusion)#450
Open
ryjin111 wants to merge 1 commit into
Open
Conversation
First image-generation skill in the registry. Generates an image from a text prompt via Replicate, with 3 models selectable through --model: flux-schnell (default, fast/general), nano-banana-2 (high-quality 2K), and retro-diffusion (pixel-art/game assets). Network calls are fail-closed; requires REPLICATE_API_TOKEN.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
MythosForge image generation
Adds
mythosforge/— a skill that generates an image from a text prompt via Replicate. It's the image-generation engine MythosForge uses in production, packaged for Bankr agents.Pick the engine with
--model:--modelflux-schnell⭐black-forest-labs/flux-schnellnano-banana-2google/nano-banana-2retro-diffusionretro-diffusion/rd-plusUsage
Files
SKILL.md— skill definition (clawdbotmetadata, usage, model table)references/image-gen-api.md— per-model Replicate input schemas + prediction lifecyclescripts/generate.sh—bash/curl/jq; fail-closed (missing token, non-2xx, failed/canceled prediction, timeout, or empty download all exit non-zero and write no partial file)Tested
Live-tested all three models end-to-end against Replicate — each returned a real, correctly-sized image:
Requires a
REPLICATE_API_TOKEN.