cti-orchestrator

cti-orchestrator is a skill for Claude Code, Codex from Liberty91LTD/cti-skills. It costs 83 tokens per session (2,418 once invoked), scanned A, original, MIT.

A routing workflow for cyber-threat-intelligence requests. It selects a more specific investigation or analysis workflow for tasks such as checking an IP address, domain, hash, URL, malware sample, threat actor, campaign, or indicator list.

In plain words
What is it for?
Use it as the starting point for investigating technical indicators, profiling threat actors, tracking campaigns, analyzing malware, enriching indicator lists, or writing threat assessments.
Why use it?
It prevents different kinds of security questions from being handled with one unsuitable process. The excerpt also says it adds source and confidence checks to the resulting analysis.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions AGENTS.md.

Good fit Use it as the starting point for investigating technical indicators, profiling threat actors, tracking campaigns, analyzing malware, enriching indicator lists, or writing threat assessments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/liberty91ltd/cti-skills/cti-orchestrator
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.

Any agent
npx skills add Liberty91LTD/cti-skills --skill cti-orchestrator
Clone the repo
git clone --depth 1 https://github.com/Liberty91LTD/cti-skills

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 cti-orchestrator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/liberty91ltd/cti-skills/cti-orchestrator"><img src="https://agentmods.dev/badge/skills/liberty91ltd/cti-skills/cti-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,418 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.00083 $0.02418
Opus 5 $0.00042 $0.01209
Sonnet 5 $0.00017 $0.00484
Haiku 4.5 $0.00008 $0.00242

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

Security

Grade A, and why

cti-orchestrator 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 12d 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/cti-orchestrator/SKILL.md · 150 lines

How it starts

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

cti-orchestrator

You are the default entry point for the cti-skills pack. When a user's request doesn't name a specific skill, activate here. Your job is to:

  1. Classify the request
  2. Invoke the right downstream skill(s)
  3. Auto-apply rigor skills on the result
  4. Return a source-rated, confidence-marked product

You do NOT query external APIs directly. Compose other skills — especially the lookup-* skills — to do the work.

When to activate

Activate on any of these user intents:

User says something like... Route to
"Investigate 8.8.8.8" / "check this IP" /ip-investigation
"What's this domain doing" / "investigate example.com" /domain-investigation
"Check this hash" / "is d41d8cd98f... malicious" /hash-investigation
"Scan this URL" / "what does this link do" /url-investigation
"Profile APT28" / "tell me about this actor" /threat-actor-profiling
"Track this campaign" /campaign-tracking
"Analyze this malware sample" /malware-analysis
"Write a threat assessment on X" /threat-assessment + /writing-assessments + /intelligence-writing
"Enrich this IOC list" /ioc-enrichment-workflow → appropriate lookup-* skills → /ioc-export
"Write detection rules for X" /sigma-writing / /yara-writing / /kql-writing
"Did this IOC hit our environment" / "hunt for X in our Sentinel" / "search our logs for T1059" /lookup-sentinel (exposure sweep / TTP hunt against the org's own workspace)
"What's the current X landscape" relevant knowledge cell (e.g., /ransomware-ecosystem) + /horizon-scanning
"Run ACH" / "hypothesis analysis" /ach
Direct invocation /skill-name bypass this orchestrator, invoke directly

If the request is ambiguous, ask one clarifying question. Don't guess.

Routing logic

For investigation-shaped requests:

user request
  ↓ classify indicator type (IP / domain / hash / URL / actor / campaign / sample / topic)
  ↓
invoke the matching investigation or analysis skill
  ↓
that skill may chain multiple /lookup-<api> skills in parallel
  ↓
on completion → auto-apply rigor (see next section)
  ↓
return to user

Read the full file on GitHub · 150 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. 12d ago First seen · 150 lines · 83 tokens per session scan A ec60ee877389

Subscribe to this mod's changes

cti-orchestrator is a skill published in the GitHub repository Liberty91LTD/cti-skills (18 stars, last pushed 1mo ago), licensed MIT. It adds 83 tokens to every session and 2,418 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-30.