skills$openclaw/inference-sh
okaris9.8k

by okaris

inference-sh – OpenClaw Skill

inference-sh is an OpenClaw Skills integration for productivity workflows. |

9.8k stars7.1k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026productivity

Skill Snapshot

nameinference-sh
description| OpenClaw Skills integration.
ownerokaris
repositoryokaris/inference-sh
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @okaris/inference-sh
last updatedFeb 7, 2026

Maintainer

okaris

okaris

Maintains inference-sh in the OpenClaw Skills directory.

View GitHub profile
File Explorer
35 files
.
ai-avatar-video
SKILL.md
4.0 KB
ai-image-generation
SKILL.md
3.7 KB
ai-music-generation
SKILL.md
3.1 KB
ai-video-generation
SKILL.md
4.5 KB
background-removal
SKILL.md
2.0 KB
flux-image
SKILL.md
2.1 KB
google-veo
SKILL.md
2.8 KB
image-upscaling
SKILL.md
2.0 KB
inference-sh
references
app-discovery.md
1.7 KB
authentication.md
804 B
cli-reference.md
2.7 KB
running-apps.md
2.5 KB
SKILL.md
3.1 KB
llm-models
SKILL.md
3.4 KB
speech-to-text
SKILL.md
3.2 KB
text-to-speech
SKILL.md
3.3 KB
twitter-automation
SKILL.md
3.5 KB
web-search
SKILL.md
3.4 KB
_meta.json
332 B
SKILL.md
3.6 KB
SKILL.md

name: inference-sh description: | Run 150+ AI apps via inference.sh CLI - image generation, video creation, LLMs, search, 3D, Twitter automation. Models: FLUX, Veo, Gemini, Grok, Claude, Seedance, OmniHuman, Tavily, Exa, OpenRouter, and many more. Use when running AI apps, generating images/videos, calling LLMs, web search, or automating Twitter. Triggers: inference.sh, infsh, ai model, run ai, serverless ai, ai api, flux, veo, claude api, image generation, video generation, openrouter, tavily, exa search, twitter api, grok allowed-tools: Bash(infsh *)

inference.sh

Run 150+ AI apps in the cloud with a simple CLI. No GPU required.

Install CLI

curl -fsSL https://cli.inference.sh | sh
infsh login

Quick Examples

# Generate an image
infsh app run falai/flux-dev-lora --input '{"prompt": "a cat astronaut"}'

# Generate a video
infsh app run google/veo-3-1-fast --input '{"prompt": "drone over mountains"}'

# Call Claude
infsh app run openrouter/claude-sonnet-45 --input '{"prompt": "Explain quantum computing"}'

# Web search
infsh app run tavily/search-assistant --input '{"query": "latest AI news"}'

# Post to Twitter
infsh app run x/post-tweet --input '{"text": "Hello from AI!"}'

# Generate 3D model
infsh app run infsh/rodin-3d-generator --input '{"prompt": "a wooden chair"}'

Commands

TaskCommand
List all appsinfsh app list
Search appsinfsh app list --search "flux"
Filter by categoryinfsh app list --category image
Get app detailsinfsh app get google/veo-3-1-fast
Generate sample inputinfsh app sample google/veo-3-1-fast --save input.json
Run appinfsh app run google/veo-3-1-fast --input input.json
Run without waitinginfsh app run <app> --input input.json --no-wait
Check task statusinfsh task get <task-id>

What's Available

CategoryExamples
ImageFLUX, Gemini 3 Pro, Grok Imagine, Seedream 4.5, Reve, Topaz Upscaler
VideoVeo 3.1, Seedance 1.5, Wan 2.5, OmniHuman, Fabric, HunyuanVideo Foley
LLMsClaude Opus/Sonnet/Haiku, Gemini 3 Pro, Kimi K2, GLM-4, any OpenRouter model
SearchTavily Search, Tavily Extract, Exa Search, Exa Answer, Exa Extract
3DRodin 3D Generator
Twitter/Xpost-tweet, post-create, dm-send, user-follow, post-like, post-retweet
UtilitiesMedia merger, caption videos, image stitching, audio extraction

Specialized Skills

Install focused skills for specific tasks:

# Image generation (FLUX, Gemini, Grok, Seedream, Reve)
npx skills add inference-sh/skills@ai-image-generation

# Video generation (Veo, Seedance, Wan, OmniHuman)
npx skills add inference-sh/skills@ai-video-generation

# LLMs via OpenRouter (Claude, Gemini, Kimi, GLM)
npx skills add inference-sh/skills@llm-models

# Web search (Tavily, Exa)
npx skills add inference-sh/skills@web-search

# AI avatars & lipsync (OmniHuman, Fabric, PixVerse)
npx skills add inference-sh/skills@ai-avatar-video

# Twitter/X automation
npx skills add inference-sh/skills@twitter-automation

# Model-specific skills
npx skills add inference-sh/skills@flux-image
npx skills add inference-sh/skills@google-veo

# Utility skills
npx skills add inference-sh/skills@image-upscaling
npx skills add inference-sh/skills@background-removal

Reference

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install inference-sh?

Run openclaw add @okaris/inference-sh in your terminal. This installs inference-sh into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/okaris/inference-sh. Review commits and README documentation before installing.