inference-sh-cli

Execute and discover AI apps via the inference.sh CLI with JSON inputs.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/dawsonblock/HERMY --skill inference-sh-cli-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: inference-sh-cli
Source: https://github.com/dawsonblock/HERMY/tree/main/hermes-agent-2026.4.23/optional-skills/devops/cli
Command: npx skills add https://github.com/dawsonblock/HERMY --skill inference-sh-cli-dawsonblock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines access to and execution of 150+ AI apps by using the inference.sh CLI, consolidating API interactions and deployment steps.

Core Features & Use Cases

  • Discovery and listing of apps with infsh app list and search.
  • Run apps with JSON input via infsh app run, supporting inline JSON or file-based inputs.
  • Manage authentication and sessions with infsh login and infsh me, plus sample inputs and app details.

Quick Start

Install the inference.sh CLI, log in, and start running apps with app run commands.

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 the inference.sh CLI?

You can run AI apps from the command line using the infsh app run command with inline JSON or file-based JSON inputs. The inference.sh CLI streamlines execution by returning JSON outputs directly in your terminal.

What is the best way to discover and list available AI apps in the inference.sh catalog?

The best way to discover available AI apps is using the infsh app list and search commands. This functionality allows developers to browse and filter through 150+ AI apps within the inference.sh platform.

Do I need login credentials to execute AI workflows with the inference.sh CLI?

Yes, you need login credentials to execute AI workflows. You must authenticate your session using the infsh login command and verify your account with infsh me before running apps.

Can I use file-based JSON inputs when running AI apps via the inference.sh CLI?

Yes, you can use file-based JSON inputs when running AI apps. The infsh app run command supports both inline JSON and file-based inputs to handle complex data structures for your workflows.

How do I get sample inputs and app details before running an AI app?

You can retrieve sample inputs and specific app details using the inference.sh CLI. This helps developers understand required input formats and expected JSON outputs before full execution.

Does the inference.sh CLI support task tracking for AI app execution?

Yes, the inference.sh CLI supports task tracking for AI app execution. It applies tracking across discovery, app execution, input handling, and sample generation to simplify developer workflows.