Llmman
Description
Run any agent on any model, models stored as OCI images
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
llmman
Run any agent on any model.
Claude Code, Codex, OpenCode and friends, pointed at a model running on your own machine, or at any hosted provider, in one command.
llmman launch claude --model qwen3.8
That starts a local inference server, downloads a `llama.cpp` build matching your GPU, loads the model, and execs an agent against it.
Models are OCI images, so moving one takes no tooling you don't already have:
llmman transfer hf.co/unsloth/Qwen3.5-0.8B-GGUF docker.io/owner/model:latest
That copies from Hugging Face into your own registry directly, without a copy landing in your local store.
Why llmman?
- Provider agnostic. The same
launch,runandlistcommands work against a local model or any hosted provider (--provider baseten,--provider groq, ...). One endpoint, one agent config, local or hosted. - Registry agnostic.
llmman run qwen3.8pulls straight from Docker Hub;llmman run hf.co/org/modelpulls straight from Hugging Face. Or package a model as a plain OCI artifact and push it to GHCR, quay, Harbor or a self-hosted mirror, thenllmman runit from there. No curated library, no account with llmman, no gatekeeper. - Vanilla everything. Upstream
llama.cppreleases (or thellama-serveralready on yourPATH),vllmandmlx-lmas-is, serving unmodified GGUF and safetensors files. No fork to wait on, no import step, no private blob format: the store is a standard OCI Image Layout that all can read. - One-step transfer. Any source
pullunderstands paired with any OCI registry
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Awesome Llm Apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI Headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agen
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI