What problem does it solve?
It solves the problem of manually integrating many different AI providers and SDKs by giving you one consistent way to discover and run image, video, search, and other AI apps from a CLI.
Core Features & Use Cases
- Unified CLI execution via terminal tool: Runs inference.sh apps through
infsh, so you don’t manage provider-specific APIs.
- App discovery with reliable IDs: Uses search-first workflows (
infsh app list --search ...) to avoid guessing app IDs that change over time.
- Machine-readable outputs for media workflows: Encourages
--json output parsing so generated URLs can be presented as MEDIA:<url> for inline display.
- Broad coverage across media types and automation: Supports common scenarios like FLUX image generation, Veo/Seedance video generation, Tavily/Exa search, 3D, TTS/transcription, and social automation.
Quick Start
Run the skill by searching the catalog for the app you want (for example, an image model like FLUX) and then executing it with your prompt using infsh with the --json flag.