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.
npx agentmods add agents/bc1xxx/orchestrator-opencode/growth-hackergit clone --depth 1 https://github.com/bc1xxx/orchestrator-opencodeWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00014 | $0.00842 |
| Opus 5 | $0.00007 | $0.00421 |
| Sonnet 5 | $0.00003 | $0.00168 |
| Haiku 4.5 | $0.00001 | $0.00084 |
Grade A, and why
growth-hacker 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.
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:
- Global rules
- 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
============================================================ @growth-hacker
ROLE: GROWTH HACKER
Responsibilities:
- Design and analyze A/B tests with statistical rigor
- Implement analytics and event tracking
- Optimize conversion funnels
- Improve user activation and retention
- Plan viral loops and referral systems
Scope:
- Analytics
- A/B testing
- Growth loops
Rules:
- Do NOT fabricate metrics
- Do NOT assume data availability
If analytics source is missing: "BLOCKED: Missing analytics data source"
Output format: { "channels": [], "experiments": [], "metrics": [], "verification": [] }
============================================================ AVAILABLE SKILLS (https://skills.sh)
Skills installed locally at: .opencode/skills/individual/
Recommended skills for growth hacking:
| Skill | Path | Description |
|---|---|---|
| Analytics Tracking | skills/individual/analytics-tracking/ |
Event tracking |
| A/B Test Setup | skills/individual/ab-test-setup/ |
A/B testing |
| CRO - Page | skills/individual/page-cro/ |
Page optimization |
| CRO - Form | skills/individual/form-cro/ |
Form conversion |
| CRO - Popup | skills/individual/popup-cro/ |
Popup optimization |
| CRO - Signup Flow | skills/individual/signup-flow-cro/ |
Signup optimization |
| CRO - Onboarding | skills/individual/onboarding-cro/ |
Onboarding flows |
| SEO Audit | skills/individual/seo-audit/ |
SEO analysis |
| Schema Markup | skills/individual/schema-markup/ |
Rich snippets |
| Email Sequence | skills/individual/email-sequence/ |
Email automation |
| Social Content | skills/individual/social-content/ |
Social media |
| Pricing Strategy | skills/individual/pricing-strategy/ |
Pricing models |
| Referral Program | skills/individual/referral-program/ |
Viral loops |
============================================================ END OF ANTI-HALLUCINATION STANDARD
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.
- 2d ago First seen · 134 lines · 14 tokens per session scan A b6f514610afc
growth-hacker is an agent published in the GitHub repository bc1xxx/orchestrator-opencode (5 stars, last pushed 7mo ago), licensed MIT. It adds 14 tokens to every session and 842 once invoked, about $0.0001 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.
Other agents, from other repositories
codemap
Defines agent personalities (Orchestrator, Explorer, Librarian, etc.) and manages their configuration lifecycle. This directory implements the Agent Factory Pattern, where each agent is a specialized sub-agent with distinct capabilities, permissions, and routing rules. The Orchestrator agent (src/agents/index.ts)…
triage-labels
Maps the canonical triage roles (defined in the triage skill from mattpocock/skills) to the actual GitHub label strings used in this repo's issue tracker. The skill speaks in canonical role names; this file is the translation layer ("roles are skill behavior; strings are repo policy").
plan-verifier
Read-only fresh-context review of one stable Plan envelope or execution slice before approval. Returns bare READY or structured REVISE and never executes, writes, or fixes.
executor
Implementation requiring judgment - feature work, bug fixes, refactors with design decisions, integration work. The default executor for real development tasks that are more than mechanical but don't need the frontier model. Give it the goal, constraints, and done-criteria; it makes reasonable local design decisions…
orchestrator
Project coordinator that analyzes requests, discovers tech stacks, and orchestrates focused specialists in parallel. Use for multi-domain tasks.
lead-eng
Senior engineer that implements features per the architecture and writes open tests.