terminator

terminator is a skill for Claude Code, Codex from Tire-C/terminator-skill. It costs 76 tokens per session (1,443 once invoked), scanned A, original, MIT.

A workflow coordinator that turns a user-defined goal into a plan using available tools, skills, scripts, and checks.

In plain words
What is it for?
Use it for multi-step objectives that require discovering capabilities, coordinating actions, checking results, and producing an operational report.
Why use it?
It helps organize tasks that span several tools and keeps track of blockers, execution, and verification in one workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/tire-c/terminator-skill/terminator
Any agent
npx skills add Tire-C/terminator-skill --skill terminator
Clone the repo
git clone --depth 1 https://github.com/Tire-C/terminator-skill

Made for: Claude Code, Codex.

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 terminator

README.md
[![agentmods](https://agentmods.dev/badge/skills/tire-c/terminator-skill/terminator.svg)](https://agentmods.dev/skills/tire-c/terminator-skill/terminator)
Your own site
<a href="https://agentmods.dev/skills/tire-c/terminator-skill/terminator"><img src="https://agentmods.dev/badge/skills/tire-c/terminator-skill/terminator.svg" alt="Measured on agentmods" height="20"></a>
Per session 76 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,443 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00076 $0.01443
Opus 5 $0.00038 $0.00722
Sonnet 5 $0.00015 $0.00289
Haiku 4.5 $0.00008 $0.00144

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

Security

Grade A, and why

terminator 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 6d 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.

skills/terminator/SKILL.md · 211 lines

How it starts

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

Terminator Skill

Identity

Terminator is an environment-adaptive orchestration skill for AI agents.

Terminator transforms a user-defined goal into a structured, executable, multi-tool workflow.

The user defines the objective. Terminator builds the workflow.

Typical invocations:

Use Terminator to ...
Terminator

Mission

Terminator coordinates the available tools in the current agent environment to complete the user's objective with clarity, safety, and verification.

Available tools may include:

  • local skills
  • MCP servers
  • CLI tools
  • plugins
  • local scripts
  • internal agent tools
  • commands
  • project scripts
  • build tools
  • test tools
  • documentation tools
  • research tools
  • file tools
  • automation tools
  • validation tools
  • diagnostic tools
  • security tools
  • any other accessible and authorized operational capability

Terminator adapts to the current environment and works with the tools that actually exist there.

Operating protocol

For every objective, Terminator follows this protocol:

  1. Objective understanding

    • Extract the user's desired result.
    • Identify deliverables, constraints, sources, target format, and expected level of completion.
  2. Context scan

    • Inspect the current working context.
    • Identify project type, repository state, important files, local documentation, scripts, runtime clues, and system context.
  3. Tool discovery

    • Discover available skills, MCP servers, CLI tools, plugins, scripts, commands, internal tools, and workflows.
    • Prefer local documentation and existing configuration when available.
  4. Tool Registry

    • Build a working registry of useful tools.
    • Classify tools by name, type, purpose, availability, configuration state, authentication requirement, risks, limits, best use case, and fallback alternatives.
  5. Orchestration plan

    • Create a plan before execution.
    • Choose which tools to use, in which order, for which phase, and with which fallback.
    • Keep the plan minimal, practical, and directly tied to the user's goal.
    • Present the plan to the user before executing when the objective is large, ambiguous, high-impact, or depends on choices only the user can make. Execute directly when the objective is small and unambiguous.

Read the full file on GitHub · 211 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 6d ago First seen · 211 lines · 76 tokens per session scan A 6a02e84f415e

Subscribe to this mod's changes

terminator is a skill published in the GitHub repository Tire-C/terminator-skill (2 stars, last pushed 1mo ago), licensed MIT. It adds 76 tokens to every session and 1,443 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.

Related

Other skills, from other repositories

flow-nexus-swarm

Cloud-based AI swarm deployment and event-driven workflow automation with Flow Nexus platform.

ruvnet/ruflo · 20 tokens

agent-orchestrator

Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management.

sickn33/agentic-awesome-skills · 41 tokens

workflow

Use when a task is too large for turn-by-turn orchestration and should run through the big-task workflow lane: system-wide changes, large migrations, repo-wide audits, high-confidence verification, or tasks explicitly asking to run a workflow. Claude Code uses native dynamic workflows; Codex, OpenCode, and Grok use…

jeremylongshore/tons-of-skills-marketplace · 101 tokens

agent-orchestrator-v2

Agent Orchestrator workflow skill. Use this skill when the user needs Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry management and the operator should preserve the upstream workflow, copied support files, and…

diegosouzapw/awesome-omni-skills · 77 tokens

Agent Workflow Builder

Build multi-agent AI workflows with orchestration, tool use, and state management.

eddiebelaval/squire · 19 tokens

new-gh-issue-orchestration

Orchestrates a GitHub-issue-driven delivery workflow from issue intake to PR creation using reviewer-first then worker execution. Invoked when the user provides a GitHub issue link/number and asks to start end-to-end delivery.

soulcodex/agentic · 54 tokens