inference-sh-cli

Run inference.sh CLI apps for image, video, and search generation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/big4council-prog/b4c-agent --skill inference-sh-cli-big4council-prog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inference-sh-cli
Source: https://github.com/big4council-prog/b4c-agent/tree/main/optional-skills/devops/cli
Command: npx skills add https://github.com/big4council-prog/b4c-agent --skill inference-sh-cli-big4council-prog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the problem of needing to run many different AI applications without dealing with per-provider setup, APIs, and inconsistent invocation details.

Core Features & Use Cases

  • Unified CLI execution: Runs 150+ inference apps through inference.sh’s infsh terminal interface.
  • Reliable discovery-first workflow: Searches for the correct app ID before running it, avoiding brittle hardcoded names.
  • Media-ready outputs: Returns structured JSON (including URLs) so generated images/videos can be shown to the user as MEDIA:<url>.

Quick Start

Tell the AI: run the image app that matches the prompt "a futuristic city at sunset" using inference.sh CLI with JSON output and show me the resulting media URLs.

Frequently Asked Questions about inference-sh-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run multiple AI image and video generation apps from the terminal?

You can run multiple AI image and video generation apps from the terminal by using the inference.sh CLI interface, which provides a unified command structure to execute over 150 different inference apps.

How do I find the correct app ID for an AI workflow before executing a prompt?

To find the correct app ID for an AI workflow, use the command 'infsh app list --search' to dynamically discover the application identifier before running it, avoiding brittle hardcoded names.

Can I use a single CLI tool for both AI web search and lipsync video generation?

Yes, you can use a single CLI tool for both AI web search and lipsync video generation. The inference.sh interface supports unified CLI execution across diverse media types including search and avatars.

Do I need to authenticate before running inference apps via the command line?

Yes, you need to authenticate before running inference apps via the command line. The CLI requires an authenticated 'infsh' session to execute app discovery and media generation commands.

How does the CLI return generated media so it can be displayed downstream?

The CLI returns generated media by executing the app run command with the '--json' flag, formatting the returned media outputs as structured JSON URLs ready for downstream display.

What is the best way to avoid hardcoded app names when automating AI media generation?

The best way to avoid hardcoded app names when automating AI media generation is to implement a discovery-first workflow that searches for the correct app ID dynamically before executing the run command.