inference-sh-cli

Run AI apps via the inference.sh CLI with JSON outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill enables developers and IT teams to orchestrate a broad set of AI tasks from a single CLI, eliminating the need to manually reach into multiple provider dashboards.

Core Features & Use Cases

  • Unified CLI for discovering, listing, and running a wide range of AI apps via inference.sh.
  • Standardized input/output with JSON outputs for machine parsing and easy automation.
  • Use cases: prototype end-to-end AI workflows from the terminal, automate batch runs, and integrate with CI/CD pipelines.

Quick Start

Install the CLI, log in, and start running apps with a sample input.

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 AI apps from the command line using inference.sh?

You can run AI apps via the inference.sh CLI by using the app list, search, and run commands. This allows you to execute image, video, audio, and text tasks directly from your terminal with standardized JSON outputs for easy machine parsing.

How do I authenticate the inference.sh CLI for automated workflows?

To authenticate the inference.sh CLI for automated workflows, you can either use the `infsh login` command for interactive sessions or set the `INFSH_API_KEY` environment variable. This allows secure access to run 150+ AI apps within CI/CD pipelines.

Can I use the inference.sh CLI to automate batch AI processing in CI/CD pipelines?

Yes, the inference.sh CLI supports automating batch runs and integrating with CI/CD pipelines. It provides standardized JSON outputs and allows local file uploads, making it suitable for prototyping end-to-end AI workflows from the terminal.

What is the best way to discover available AI models and services in inference.sh?

The best way to discover available AI services is by using the CLI's app list and search commands. These commands let you browse 150+ AI apps and identify the specific app IDs and input schemas required to run your tasks.

Do I need to install any dependencies to use the inference.sh CLI?

You need to install the configured CLI tool, known as infsh, and complete the authentication process. No other dependencies are required, allowing you to directly manage and execute AI apps across image, video, audio, and text modalities.