oh-my-opencode-slim

A configuration guide for tuning oh-my-opencode-slim, an OpenCode setup that controls agents, models, prompts, tools, skills, and plugins.

In plain words
What is it for?
Use it to configure agent and model routing, custom agents, skills, MCP tools, presets, background work, session reuse, and related prompts.
Why use it?
It helps adjust the setup when agents, model choices, permissions, delegation, or repeated workflow problems are not working well.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/mazumba/opencode-dockerized/oh-my-opencode-slim
Any agent
npx skills add mazumba/opencode-dockerized --skill oh-my-opencode-slim
Clone the repo
git clone --depth 1 https://github.com/mazumba/opencode-dockerized

Made for: Claude Code, Codex.

Per session 61 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,793 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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 $0.00061 $0.02793
Opus 5 $0.00030 $0.01396
Sonnet 5 $0.00012 $0.00559
Haiku 4.5 $0.00006 $0.00279

Measured 2d ago against content hash e9e8291ccd86, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

oh-my-opencode-slim 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 2d 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.

Origin

This is a copy

100% identical to oh-my-opencode-slim — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.opencode/config/skills/oh-my-opencode-slim/SKILL.md · 327 lines

How it starts

The opening of the file, as written. The whole thing — 327 lines — stays where its author put it; the contents beside it link to each section on GitHub.

oh-my-opencode-slim Configuration Skill

You help users configure, customize, and safely improve their oh-my-opencode-slim setup.

The goal is not just to answer configuration questions. When useful, help the user make their agent system better for future runs: tune models, adjust agent prompts, add focused custom agents, enable or restrict tools, and document restart requirements.

When to Use

Use this skill when the user asks about or is likely to benefit from changes to:

  • ~/.config/opencode/oh-my-opencode-slim.json or .jsonc
  • .opencode/ or ~/.config/opencode/ plugin/agent configuration
  • agent models, variants, presets, or provider routing
  • orchestrator delegation behavior or specialist-agent prompts
  • custom agents under agents.<name>
  • custom agent prompt and orchestratorPrompt blocks
  • skills, MCP permissions, tool access, or disabled agents
  • background orchestration, session reuse, multiplexer panes, or deepwork
  • recurring workflow friction that could be fixed by a prompt/config change

Also use it proactively, with restraint, when a session reveals a repeatable improvement opportunity. Example: if the user repeatedly asks the same agent to follow a project-specific rule, suggest adding that rule to a prompt or config.

What Is Possible

oh-my-opencode-slim is configured through a plugin config file, usually:

~/.config/opencode/oh-my-opencode-slim.json

or:

~/.config/opencode/oh-my-opencode-slim.jsonc

Concrete files agents should know:

Path Use
~/.config/opencode/opencode.json OpenCode core config: plugin registration and providers
~/.config/opencode/oh-my-opencode-slim.jsonc User plugin config with comments/trailing commas; takes precedence over .json
~/.config/opencode/oh-my-opencode-slim.json User plugin config generated by installer
<project>/.opencode/oh-my-opencode-slim.json Project-local plugin overrides checked before user config
~/.config/opencode/oh-my-opencode-slim/{agent}.md Full prompt replacement for a built-in agent
~/.config/opencode/oh-my-opencode-slim/{agent}_append.md Append-only prompt tuning for a built-in agent
~/.config/opencode/oh-my-opencode-slim/{preset}/{agent}.md Preset-specific full prompt replacement
~/.config/opencode/oh-my-opencode-slim/{preset}/{agent}_append.md Preset-specific append-only prompt tuning
~/.config/opencode/skills/<skill-name>/SKILL.md Installed skill prompt payload

Read the full file on GitHub · 327 lines

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. 2d ago First seen · 327 lines · 61 tokens per session scan A e9e8291ccd86

Subscribe to this mod's changes

oh-my-opencode-slim is a skill published in the GitHub repository mazumba/opencode-dockerized (5 stars, last pushed 5d ago), licensed MIT. It adds 61 tokens to every session and 2,793 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to oh-my-opencode-slim, differing in 0 lines, and is treated as a copy.