A powerful CLI-driven skill providing unified access to over 100 leading large language models through OpenRouter integration.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install llm-models
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install llm-models using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The LLM Models skill via OpenRouter offers developers and automation enthusiasts a streamlined interface to the world's most capable AI models. By utilizing the inference.sh CLI, this Openclaw Skills integration allows you to switch between frontier models like Claude 4.5, Gemini 3 Pro, and Kimi K2 with a single command.
This skill eliminates the friction of managing multiple API keys or navigating complex SDKs for different providers. It focuses on versatility and efficiency, providing automatic fallbacks and cost-optimization features that make it an essential component for building robust AI agents and automated development workflows.
To get started with this skill, install the CLI and authenticate your account:
curl -fsSL https://cli.inference.sh | sh && infsh login
Once logged in, you can run any supported model immediately. For example, to use Claude Sonnet for a reasoning task:
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'
The skill processes data using a structured JSON input schema to ensure consistent interactions across different Openclaw Skills models.
| Property | Type | Description |
|---|---|---|
prompt |
String | The main instruction or question for the LLM. |
system |
String | Optional context to define the AI's behavior or persona. |
input.json |
File | Local file containing prompt parameters for complex queries. |
All responses are returned as standard output, which can be saved to local files or processed by other CLI utilities.
Loading
A framework for building high-converting landing pages using AI-driven asset generation and proven marketing psychology.

A unified command-line interface for executing 150+ serverless AI applications across image, video, text, and social media domains.

A comprehensive AI toolkit for upscaling, restoring, and increasing image resolution via high-performance inference models.

A high-performance guide and toolset for converting static images into dynamic, cinematic videos using state-of-the-art AI motion models.

A comprehensive framework for generating professional, scalable logo concepts and brand marks using advanced AI image models.

A high-performance image generation and editing tool leveraging Google Gemini 3.1 Flash Image Preview through a streamlined CLI interface.








































