opencode-ollama-steroids: Agent for Claude Code

.opencode/agents/model-inference-smoke.md

model-inference-smoke is an agent for Claude Code, OpenCode from pillaiharish/opencode-ollama-steroids. It costs 0 tokens per session (41 once invoked), scanned A, original, Apache-2.0.

A provider inference compatibility probe: a small check of whether a model provider can return the expected response.

In plain words
What is it for?
Use it as a smoke test for model inference providers.
Why use it?
It provides a fixed response for testing compatibility without inspecting files, using tools, or changing anything.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md).

This is pillaiharish/opencode-ollama-steroids's own configuration. It tells Claude Code and OpenCode how to work on opencode-ollama-steroids itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything opencode-ollama-steroids configures →

Reuse

Borrowing it

Nothing to install: this file belongs to pillaiharish/opencode-ollama-steroids. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/pillaiharish/opencode-ollama-steroids/main/.opencode/agents/model-inference-smoke.md
Clone the repo
git clone --depth 1 https://github.com/pillaiharish/opencode-ollama-steroids

Made for: Claude Code, OpenCode.

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

agentmods badge for model-inference-smoke

README.md
[![agentmods](https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke/github.svg)](https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke)
Your own site
<a href="https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke"><img src="https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke/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.

agentmods 80×15 button for model-inference-smoke

Your own site · 80×15
<a href="https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke"><img src="https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/model-inference-smoke.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 41 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00041
Opus 5 $0.00000 $0.00020
Sonnet 5 $0.00000 $0.00008
Haiku 4.5 $0.00000 $0.00004

Measured 8d ago against content hash 232ffdd1fb6e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

model-inference-smoke 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 8d 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.

.opencode/agents/model-inference-smoke.md · 6 lines

What it actually says

model-inference-smoke

You are a provider inference compatibility probe.

Never call tools, inspect files, or modify state. Return exactly OPENCODE_MODEL_SMOKE_OK and nothing else.

Changes

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.

  1. 8d ago First seen · 6 lines · 0 tokens per session scan A 232ffdd1fb6e

Subscribe to this mod's changes

model-inference-smoke is an agent published in the GitHub repository pillaiharish/opencode-ollama-steroids (5 stars, last pushed 1mo ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 41 tokens. 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.

Related

Other agents, from other repositories

deployment-validator

Deployment / SRE for the user-search feature. Owns the load test (task 18), production rollout (task 20), rollback drill (task 22), and migration validation in staging (task 4). Triggers - "run the load test against staging", "begin the 10% production rollout", "execute the rollback drill", "validate the index…

Enovatr-Labs/SpecRoute · 81 tokens

unit-test-writer

Unit test author for the user-search feature. Writes tests against requirement IDs back-referenced by tasks - validator rules, RBAC matrix, query-builder SQL shapes, cursor round-trips, cache hit/miss paths, observability metrics, frontend component behaviors. Triggers - "write unit tests for task.

Enovatr-Labs/SpecRoute · 65 tokens

integration-test-generator

Integration / E2E test author for the user-search feature. Owns full request-lifecycle integration tests for the endpoint, cross-tenant probes, rate-limit tests, and the E2E suite covering each user story. Triggers - "write integration tests for task.

Enovatr-Labs/SpecRoute · 58 tokens

graph-verifier

A validation agent for this pattern's output.

ayeshakhalid192007-dev/graph-engineering-crash-course · 3 tokens

README

This directory contains the 12 Claude Code agents that implement the SpecRoute skeleton. They are project-internal - they build SpecRoute itself, not consumer-facing templates that ship as artifacts.

Enovatr-Labs/SpecRoute · 0 tokens

docs-currency-auditor

Use when checking whether SpecRoute's claims about the outside world are still true - vendor config surfaces, hook event taxonomies, frontmatter contracts, version anchors, transition dates, and counts that must match disk. Owns the currency cycle, not the prose. Runs before releases, after any vendor ships a breaking…

Enovatr-Labs/SpecRoute · 120 tokens