Free Model Manager

Free AI model management - discover, download, and manage free/open-source AI models from Ollama, HuggingFace, and other sources

chainlesschain 11e25f2 2 files · 13.1 KB Updated

File contents

Free Model Manager

Discover, download, and manage free/open-source AI models.

Usage

/free-model-manager list-local
/free-model-manager pull <model-name>
/free-model-manager search <query> [--source ollama|huggingface]
/free-model-manager info <model-name>
/free-model-manager remove <model-name>

Actions

  • list-local - List all locally installed models via Ollama
  • pull - Download a model from Ollama registry
  • search - Search for available models on Ollama or HuggingFace
  • info - Get detailed information about a specific model
  • remove - Remove a locally installed model

Examples

/free-model-manager list-local
/free-model-manager pull qwen2:7b
/free-model-manager search "code generation" --source huggingface
/free-model-manager info codellama:13b
/free-model-manager remove unused-model:latest

chainlesschain/chainlesschain/tree/main/desktop-app-vue/src/main/ai-engine/cowork/skills/builtin/free-model-manager commit 11e25f2c50

Frequently asked questions

npx skillmds@latest add chainlesschain/free-model-manager