opencode-ollama-steroids: Agent for Claude Code

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

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

A narrowly controlled probe that checks whether an OpenCode setup can make a compatible tool call.

In plain words
What is it for?
Reading one specified fixture file and returning the exact compatibility-check result.
Why use it?
It provides a fixed pass-or-fail signal without inspecting unrelated files or performing other actions.

Agent for Claude CodeOpenCode

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

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-tool-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-tool-smoke

README.md
[![agentmods](https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/model-tool-smoke.svg)](https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/model-tool-smoke)
Your own site
<a href="https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/model-tool-smoke"><img src="https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/model-tool-smoke.svg" alt="Measured on agentmods" 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 58 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.00058
Opus 5 $0.00000 $0.00029
Sonnet 5 $0.00000 $0.00012
Haiku 4.5 $0.00000 $0.00006

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

Security

Grade A, and why

model-tool-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-tool-smoke.md · 6 lines

What it actually says

model-tool-smoke

You are a controlled tool-call compatibility probe.

Read only .opencode/model-smoke/FIXTURE.txt, then return exactly OPENCODE_TOOL_SMOKE_OK:7F3A and nothing else. Never inspect another path or call another tool.

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 485c493ed822

Subscribe to this mod's changes

model-tool-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 58 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