agent-tools

Execute over 150 AI applications via the inference.sh CLI.

13|3|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/phrazzld/agent-skills --skill agent-tools-phrazzld
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-tools
Source: https://github.com/phrazzld/agent-skills/tree/main/core/agent-tools
Command: npx skills add https://github.com/phrazzld/agent-skills --skill agent-tools-phrazzld

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified command-line interface to run a vast array of AI applications, abstracting away the complexities of individual APIs and model deployments.

Core Features & Use Cases

  • Diverse AI App Execution: Run over 150 AI applications including image generation, video creation, LLM interactions, web search, and social media automation.
  • Simplified Access: Interact with powerful AI models like FLUX, Veo, Gemini, Grok, Claude, and many more through a single, easy-to-use CLI.
  • Use Case: Generate a photorealistic image of a "cyberpunk cat" using the infsh app run falai/flux-dev-lora --input '{"prompt": "a cyberpunk cat"}' command.

Quick Start

Install the inference.sh CLI by running curl -fsSL https://cli.inference.sh | sh and then log in with infsh login.

Frequently Asked Questions about agent-tools

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

FAQPage Schema
How do I run multiple AI image generation and LLM models from a single CLI?

You can run over 150 AI applications for image generation and LLM calls from a single CLI by installing the inference.sh tool and executing commands like `infsh app run`, which abstracts individual API complexities into serverless operations.

What is the best way to automate social media and web search tasks using AI?

Automating social media and web search tasks is handled by executing targeted AI applications through the inference.sh CLI, providing serverless access to models like Tavily and Exa without managing individual API deployments.

Can I use the inference.sh CLI to generate videos with Veo and images with FLUX?

Yes, the inference.sh CLI supports both video creation with Veo and image generation with FLUX, allowing you to execute these models via simple command-line instructions for serverless AI operations.

Do I need to install specific dependencies to use the inference.sh CLI for AI automation?

You need to install the `infsh` CLI tool by running the provided curl command and log in with `infsh login` to start executing commands for LLM interactions and media generation.

Does this CLI tool support API integrations for models like Claude, Gemini, and Grok?

Yes, the CLI tool supports API integrations for executing commands with Claude, Gemini, and Grok, unifying access to these diverse LLMs alongside image and video generation models.

How do I generate a specific image using the FLUX model via the command line?

To generate an image with FLUX, run `infsh app run falai/flux-dev-lora --input '{"prompt": "your image description"}'` in the inference.sh CLI to execute the model and return the generated media.