By djimit
Manage Ollama models and run inference via REST API from Claude Code. Slash commands for status, models, pull, chat, and embeddings. Configure host via OLLAMA_HOST env var.
Show an Ollama status dashboard with version, running models, and total local model count
List all local Ollama models or show detailed information about a specific model
Pull (download) an Ollama model
Send a one-shot prompt to an Ollama model and display the response
Generate vector embeddings from text using an Ollama embedding model
Claude Code plugin voor Ollama modelbeheer via de REST API.
De Ollama host wordt ingesteld via de OLLAMA_HOST omgevingsvariabele:
# Default (localhost)
export OLLAMA_HOST=http://localhost:11434
# Of naar een remote host (bijv. Linux workstation op LAN)
export OLLAMA_HOST=http://192.168.1.28:11434
Zet dit in je ~/.zshrc of ~/.bashrc voor permanente configuratie.
| Command | Beschrijving |
|---|---|
/ollama-status | Dashboard: host, versie, draaiende modellen, schijfgebruik |
/ollama-models [naam] | Alle modellen of details van een specifiek model |
/ollama-pull <model> | Model downloaden |
/ollama-chat <model> <prompt> | One-shot chat met een model |
/ollama-embed <model> <text> | Embeddings genereren uit tekst |
ollama-admin — Autonoom model lifecycle beheer. Triggered bij vragen over modellen, status, of downloads. Let op: delete/copy/create/push operaties worden expliciet geweigerd; de agent verwijst door naar directe CLI.
mkdir -p ~/.claude/plugins
cd ~/.claude/plugins
git clone [email protected]:djimit/workstation-ollama.git
Na installatie: herstart Claude Code om de plugin te laden.
Bash(curl *) permissie in ~/.claude/settings.local.jsonOLLAMA_HOST env var als je niet tegen localhost praatworkstation-ollama/
├── .claude-plugin/plugin.json
├── commands/
│ ├── ollama-status.md
│ ├── ollama-models.md
│ ├── ollama-pull.md
│ ├── ollama-chat.md
│ └── ollama-embed.md
├── agents/
│ └── ollama-admin.md
└── scripts/
└── health-check.sh
Uses power tools
Uses Bash, Write, or Edit tools
Runs pre-commands
Contains inline bash commands via ! syntax
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub djimit/workstation-ollamaNIS2 / Cyberbeveiligingswet compliance checker. Toetst organisaties op NIS2-zorgplicht, meldplicht (24u/72u/1maand), bestuurlijke verantwoordelijkheid, supply chain security, en risicomanagement. Bevat sectorale classificatie en BIO2-koppeling voor overheidsorganisaties.
Portable security review hooks backed by deterministic review, checkpoint review, and auditable findings.
Common Ground compliance checker voor gemeentelijke IT. Toetst implementaties aan Common Ground principes: data bij de bron, API-first, open standaarden, gescheiden applicatie- en datalaag. Bevat GEMMA-koppeling en voorbeeldimplementaties (Haven, NL Design System).
NORA (Nederlandse Overheid Referentie Architectuur) compliance checker. Toetst architecturen, projecten en systemen aan de 10 NORA-basisprincipes en 40 afgeleide principes. Bevat dochterarchitecturen (GEMMA, PETRA, WILMA, RORA), architectuurprincipes, en 'pas toe of leg uit'-validatie.
Skill voor de Baseline Informatiebeveiliging Overheid 2 (BIO2): verplichte beveiligingsmaatregelen voor alle Nederlandse overheidsorganisaties, gebaseerd op ISO/IEC 27001/27002 en NIS2
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.