High Risk:This skill has significant security concerns. Review the findings below before installing.

agent-tools

Caution·Scanned 2/18/2026

Dangerous skill: installs and runs a remote script via curl -fsSL https://cli.inference.sh | sh and invokes networked infsh commands; it also instructs setting INFSH_API_KEY. This enables remote code execution and external network access.

from clawhub.ai·vfbde15d·13.3 KB·0 installs
Scanned from 0.1.0 at fbde15d · Transparency log ↗
$ vett add clawhub.ai/okaris/agent-toolsReview security findings before installing

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

Related Skills

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

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

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

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

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

# Twitter/X automation
npx skills add inferencesh/skills@twitter-automation

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

# Utilities
npx skills add inferencesh/skills@image-upscaling
npx skills add inferencesh/skills@background-removal

Reference Files

  • Authentication & Setup
  • Discovering Apps
  • Running Apps
  • CLI Reference

Documentation