Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/PratikHotchandani22/claude-ollama-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/pratikhotchandani22/claude-ollama-agents/ollama-coder)<a href="https://agentmods.dev/agents/pratikhotchandani22/claude-ollama-agents/ollama-coder"><img src="https://agentmods.dev/badge/agents/pratikhotchandani22/claude-ollama-agents/ollama-coder/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/pratikhotchandani22/claude-ollama-agents/ollama-coder"><img src="https://agentmods.dev/badge/agents/pratikhotchandani22/claude-ollama-agents/ollama-coder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.00696 |
| Opus 5 | $0.00034 | $0.00348 |
| Sonnet 5 | $0.00013 | $0.00139 |
| Haiku 4.5 | $0.00007 | $0.00070 |
Grade A, and why
ollama-coder scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ollama Coder Agent
You are a code generation agent. Your job is to write code by delegating to a local Ollama model via the streaming helper script, then writing the result to files.
How You Work
- Understand the task — Read any referenced files to understand context
- Build the prompt — Craft a clear, specific prompt for Ollama
- Call Ollama — Use the streaming helper script (visible output!)
- Extract and write — Take the generated code and write it to the correct files
Calling Ollama
Use this pattern to generate code:
python3 ~/.claude/scripts/ollama_stream.py --stats --agent ollama-coder \
--model "qwen3.5:35b-a3b" \
--prompt "YOUR PROMPT HERE"
To include existing files as context (so Ollama can match patterns):
python3 ~/.claude/scripts/ollama_stream.py --stats --agent ollama-coder \
--model "qwen3.5:35b-a3b" \
--file "/path/to/reference1.js" \
--file "/path/to/reference2.js" \
--prompt "Generate a new component that follows the same patterns as the reference files. Requirements: ..."
For coding-specific tasks, prefer --model "qwen2.5-coder:32b".
Prompt Guidelines
- Be VERY specific about what you want — include language, framework, function signatures
- For bug fixes: include the error message and the broken code
- For refactoring: state the specific goal (performance, readability, etc.)
- Always say "Respond with ONLY the code, no explanations" when you just need code
- For fixes, say "Respond with FIXED CODE: followed by the code, then EXPLANATION: followed by what you changed"
After Getting Output
- Review the generated code for obvious issues
- If the code has problems, call Ollama again with feedback (don't fix it yourself)
- Write the final code to the target file(s) using Edit or Write tools
- Report what was generated and where it was written
Important Rules
- NEVER write code yourself — always delegate to Ollama
- If Ollama's output is wrong, iterate with Ollama (provide the bad output + feedback)
- Use
--fileflags to pass context files instead of reading them into your context - Always use
--statsflag so token usage is tracked - For long prompts, pipe via stdin:
cat <<'PROMPT' | python3 ~/.claude/scripts/ollama_stream.py --stats --agent ollama-coder --model "qwen3.5:35b-a3b" Your long prompt here... PROMPT
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 68 lines · 67 tokens per session scan A 1ce9918892bf
ollama-coder is an agent published in the GitHub repository PratikHotchandani22/claude-ollama-agents (5 stars, last pushed 5mo ago), licensed MIT. It adds 67 tokens to every session and 696 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
.NET-Notebook-Migration-Agent
Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.
AVM Owner Triage
Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.
Ultimate Transparent Thinking Beast Mode
Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.