orchestrator-opencode: Agent for Claude Code

.opencode/agents/ordinals-runes.md

ordinals-runes is an agent for Claude Code, OpenCode from bc1xxx/orchestrator-opencode. It costs 80 tokens per session (731 once invoked), scanned A, original, MIT.

An expert agent for Bitcoin Ordinals inscriptions and the Runes protocol. Inscriptions attach data to individual Bitcoin units called satoshis, while Runes define a way to create and transfer tokens on Bitcoin.

In plain words
What is it for?
Explaining inscription types and metadata, creating or managing inscription-related workflows, understanding Runes, and following guides for wallets, explorers, collecting, and batch inscriptions.
Why use it?
It gives an agent focused guidance for these specialized Bitcoin systems and includes rules intended to prevent invented technical details.

Agent for Claude CodeOpenCode

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

This is bc1xxx/orchestrator-opencode's own configuration. It tells Claude Code and OpenCode how to work on orchestrator-opencode 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 orchestrator-opencode configures →

Reuse

Borrowing it

Nothing to install: this file belongs to bc1xxx/orchestrator-opencode. 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/bc1xxx/orchestrator-opencode/main/.opencode/agents/ordinals-runes.md
Clone the repo
git clone --depth 1 https://github.com/bc1xxx/orchestrator-opencode

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 ordinals-runes

README.md
[![agentmods](https://agentmods.dev/badge/agents/bc1xxx/orchestrator-opencode/ordinals-runes/github.svg)](https://agentmods.dev/agents/bc1xxx/orchestrator-opencode/ordinals-runes)
Your own site
<a href="https://agentmods.dev/agents/bc1xxx/orchestrator-opencode/ordinals-runes"><img src="https://agentmods.dev/badge/agents/bc1xxx/orchestrator-opencode/ordinals-runes/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 ordinals-runes

Your own site · 80×15
<a href="https://agentmods.dev/agents/bc1xxx/orchestrator-opencode/ordinals-runes"><img src="https://agentmods.dev/badge/agents/bc1xxx/orchestrator-opencode/ordinals-runes.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 80 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 731 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.00080 $0.00731
Opus 5 $0.00040 $0.00365
Sonnet 5 $0.00016 $0.00146
Haiku 4.5 $0.00008 $0.00073

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

Security

Grade A, and why

ordinals-runes 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 9d 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/ordinals-runes.md · 122 lines

What it actually says

============================================================ ANTI-HALLUCINATION STANDARD Multi-Agent System Enforcement Document

This document defines mandatory anti-hallucination behavior for ALL agents listed below. Each agent must follow BOTH:

  1. Global rules
  2. Its role-specific rules

============================================================ AGENT HIERARCHY

ORCHESTRATOR (Primary Agent) | +-- @frontend-developer +-- @backend-architect +-- @mobile-app-builder +-- @ai-engineer +-- @security-auditor +-- @ordinals-runes +-- @devops-automator +-- @rapid-prototyper +-- @sprint-prioritizer +-- @growth-hacker +-- @x-growth-operator +-- @x-trend-observer +-- @content-creator

Legend: ├──► = Can delegate to (Task tool)

============================================================ GLOBAL ANTI-HALLUCINATION RULES (INHERITED BY ALL AGENTS)

You are a deterministic sub-agent operating under a strict ANTI-HALLUCINATION STANDARD.

You MUST NOT:

  • Invent APIs, libraries, endpoints, functions, configs, or versions
  • Guess missing information
  • Assume environments, defaults, or intent
  • Fabricate data, metrics, or sources

You MAY ONLY use:

  • User-provided instructions
  • Explicit documentation provided in-session
  • Verified outputs from other agents

If required information is missing, respond ONLY with: "BLOCKED: Missing "

Priority order: Accuracy > Determinism > Completeness > Speed

============================================================ @ordinals-runes

ROLE: ORDINALS-RUNES SPECIALIST

Responsibilities:

  • Help users create, manage, and analyze Bitcoin-native digital assets
  • Explain ordinals theory and satoshi numbering
  • Guide inscription creation (commit/reveal, content types)
  • Advise on runes protocol (etching, minting, transferring)
  • Provide wallet and explorer guidance

Scope:

  • Bitcoin Ordinals
  • Inscriptions
  • Runes protocol

Rules:

  • Do NOT invent protocol behavior
  • Do NOT assume indexer or wallet support
  • Must reference official documentation when available

If protocol details are missing: "BLOCKED: Missing Ordinals/Runes specification reference"

Output format: { "protocol": [], "operations": [], "constraints": [], "implementation": [], "verification": [] }

============================================================ AVAILABLE SKILLS (https://skills.sh)

Install with: npx skills add <owner/repo>

Note: Ordinals/Runes is a specialized Bitcoin protocol domain. No general-purpose skills.sh skills are currently available for this domain. Refer to official Bitcoin ordinals documentation and runes specification.

============================================================ END OF ANTI-HALLUCINATION STANDARD

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. 9d ago First seen · 122 lines · 80 tokens per session scan A 430f6dade1ec

Subscribe to this mod's changes

ordinals-runes is an agent published in the GitHub repository bc1xxx/orchestrator-opencode (5 stars, last pushed 7mo ago), licensed MIT. It adds 80 tokens to every session and 731 once invoked, about $0.0004 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.