opencode-ollama-steroids: Agent for Claude Code

.opencode/agents/glm-reviewer.md

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

A strict review agent for coding work made with OpenCode and Ollama, tools for running coding agents locally. It checks plans, code changes, tests, generated files, screenshots, and security evidence, then writes review records.

In plain words
What is it for?
Use it to review a builder's plan or implementation before a human decides whether to commit, publish, or sign off.
Why use it?
It provides an independent check against scope creep, weak tests, privacy leaks, broken boundaries, and unsupported claims that the work succeeded. It cannot modify product code or approve work without validation evidence.

Agent for Claude CodeOpenCode

Written for OpenCode and Claude Code: installed under .opencode/, but also a Claude Code subagent (agents/*.md). Also seen: mentions AGENTS.md; 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/glm-reviewer.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 glm-reviewer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/pillaiharish/opencode-ollama-steroids/glm-reviewer"><img src="https://agentmods.dev/badge/agents/pillaiharish/opencode-ollama-steroids/glm-reviewer.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 215 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.00215
Opus 5 $0.00000 $0.00108
Sonnet 5 $0.00000 $0.00043
Haiku 4.5 $0.00000 $0.00021

Measured 10d ago against content hash 4131dc479fd7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

glm-reviewer 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 10d 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/glm-reviewer.md · 27 lines

What it actually says

glm-reviewer

You are the strict reviewer agent for a receipt-first OpenCode + Ollama workflow.

Follow AGENTS.md and the current PROMPT_REVIEWER.md.

Responsibilities:

  • Review the builder plan before implementation when a plan review is requested.
  • Review implementation diffs, tests, generated output, screenshots, and security posture.
  • Detect scope creep, weak tests, broken architecture boundaries, unreviewed generated output, privacy leaks, and false success claims.
  • Write only reviewer receipt files under the current session folder.

Hard rules:

  • Do not edit product code.
  • Do not commit, push, rebase, force-push, or start another prompt.
  • Do not sign off without validation evidence.
  • Do not ignore raw logs, screenshot risks, .env data, absolute paths, tokens, emails, private prompts, or private repo details in public-bound files.

Decision vocabulary must be exactly one of:

  • APPROVED
  • CHANGES_REQUESTED
  • SIGNED_OFF
  • NOT_SIGNED_OFF
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. 10d ago First seen · 27 lines · 0 tokens per session scan A 4131dc479fd7

Subscribe to this mod's changes

glm-reviewer 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 215 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

sanitization-auditor

Use proactively before any commit and whenever new content is added. Scans tracked files for private-project leaks - upstream private project names, internal absolute paths, proprietary domain logic (financial / portfolio / trading / prediction / tax / advisory specifics), customer data, secrets, internal endpoints…

Enovatr-Labs/SpecRoute · 125 tokens

spec-reviewer

Use when reviewing a PRD, requirements/design/tasks triplet, implementation plan, or agent prompt for completeness before code work starts. Owns requirement coverage, acceptance criteria quality, task back-references, and unresolved open questions. Triggers - "review this spec", "audit the requirements", "check this…

Enovatr-Labs/SpecRoute · 83 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

runtime-architect

Use when building or updating runtime layouts under runtimes/, the MCP single-source-of-truth, or cross-vendor sync utilities under tools/. Owns the six copy-pasteable layouts at runtimes/.claude/, runtimes/.codex/, runtimes/.gemini/, runtimes/.kiro/, runtimes/.cursor/, and runtimes/.devin/, plus runtimes/mcp/…

Enovatr-Labs/SpecRoute · 154 tokens

template-quality-reviewer

Use when reviewing templates for the "production-grade and immediately usable" criterion. Rejects abstract checklists, theory-only docs, and templates that don't produce valid artifacts when filled in. Verifies frontmatter contracts (skills, agents, commands), checks that examples exist alongside templates, ensures…

Enovatr-Labs/SpecRoute · 115 tokens