Summary

ZeroClaw merged an image-gen-fal plugin that uses fal.ai's synchronous API and Flux Schnell by default, making it the project's first reference WASM plugin for image generation. The plugin also acts as a proof point for ZeroClaw's Extism-based plugin protocol and permission model.

What changed

ZeroClaw added and merged an image-gen-fal plugin as the first reference image-generation plugin built on its WASM plugin runtime.

Why it matters

This is less about one image tool and more about proving the plugin system can support provider-specific capabilities outside the core product. That makes ZeroClaw's plugin runtime more credible as an extensibility surface rather than a placeholder abstraction.

Evidence excerpt

The merged PR describes image-gen-fal as ZeroClaw's first reference WASM plugin and says it generates images from text prompts through fal.ai's synchronous API with Flux Schnell by default.

Sources