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 skills add Liberty91LTD/cti-skills --skill cti-orchestratorgit clone --depth 1 https://github.com/Liberty91LTD/cti-skillsWrote 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.
[](https://agentmods.dev/skills/liberty91ltd/cti-skills/cti-orchestrator)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
- Classify the request
- Invoke the right downstream skill(s)
- Auto-apply rigor skills on the result
- 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
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.
- 12d ago First seen · 150 lines · 83 tokens per session scan A ec60ee877389
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.
Other skills, from other repositories
ai-ad-copy-compliance-review
A risk-review assistant for advertising and sales copy. It examines provided material for possible concerns and suggests actions.
ai-agent-browser
A business-diagnosis assistant for marketing, operations, product, and sales questions. It breaks down a goal and produces a summary, findings, action suggestions, and reusable deliverables.
ai-article
A Chinese-language assistant for turning source material into article and content-operation deliverables. It is aimed at creators, marketers, technical teams, and media publishers.
ai-brand-voice-review
A business-diagnosis assistant for marketing, operations, services, and sales questions.
ai-browser-use
A business-diagnosis assistant for marketing, operations, product, and sales questions about how to approach a task.
ai-content-material-audit
A Chinese-language copy-review assistant for creators, marketers, operators, and media teams.