Agent skill · Media & Video

agent-tools

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...'

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill agent-tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: Bash(infsh*)
Path: skills/ai-llm/agent-tools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# [inference.sh](https://inference.sh) ## When to Use Use this skill as needed to perform the specified automation task. Run 150+ AI apps in the cloud with a simple CLI. No GPU required. ![[inference.sh](https://inference.sh)](https://cloud.inference.sh/app/files/u/4mg21r6ta37mpaz6ktzwtt8krr/01kgjw8atdxgkrsr8a2t5peq7b.jpeg) ## Install CLI ```bash curl -fsSL https://cli.inference.sh | sh infsh login ``` ## Quick Examples ```bash # 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 | Task | Command | |------|---------| | List all apps | `infsh app list` | | Search apps | `infsh app list --search "flux"` | | Filter by category | `infsh app list --category image` |

What's inside
Steps it walks through
  1. When to Use
  2. Install CLI
  3. Quick Examples
  4. Commands
  5. What's Available
  6. Related Skills
  7. Reference Files
  8. Documentation
Ships with 1 file
  • metadata.json
Commands it runs
curl -fsSL https://cli.inference.sh | sh
infsh login
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"}'
More from claude-skill-registry
All skills →
About this skill
What does the agent-tools skill do?

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...'

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill agent-tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going