Borrowing it
Nothing to install: this file belongs to DataZooDE/triton. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/DataZooDE/triton/main/.claude/skills/triton-platform/SKILL.mdgit clone --depth 1 https://github.com/DataZooDE/tritonWrote 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/datazoode/triton/triton-platform)<a href="https://agentmods.dev/skills/datazoode/triton/triton-platform"><img src="https://agentmods.dev/badge/skills/datazoode/triton/triton-platform.svg" alt="Measured on agentmods" 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.00214 | $0.01682 |
| Opus 5 | $0.00107 | $0.00841 |
| Sonnet 5 | $0.00043 | $0.00336 |
| Haiku 4.5 | $0.00021 | $0.00168 |
Grade A, and why
triton-platform 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 7d 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.
The source is not reproduced here
A licence we could not identify
The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.
What ships with it
21 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.
- CHANGELOG.md 7.5 KB
- references/00-what-is-triton.md 3.4 KB
- references/01-upstream-agent-contract.md 8.7 KB
- references/02-a2ui-envelopes.md 5.7 KB
- references/03-tool-registration.md 4.5 KB
- references/04-oidc-verification.md 4.8 KB
- references/05-surface-and-degrade.md 5.6 KB
- references/06-frontend-client.md 6.7 KB
- references/07-dev-token-mode.md 3.5 KB
- references/08-consumer-test-harness.md 6.3 KB
- references/09-audit-and-logging.md 3.1 KB
- references/10-out-of-bounds.md 3.6 KB
- references/11-substrate-crossref.md 3.0 KB
- templates/adapter-manifest.yaml 4.3 KB
- templates/consumer-integration-test/Cargo.toml.snippet 1.1 KB
- templates/consumer-integration-test/tests/triton_e2e.rs 2.9 KB
- templates/README.md 2.6 KB
- templates/upstream-agent-axum/Cargo.toml 909 B
- templates/upstream-agent-axum/README.md 2.6 KB
- templates/upstream-agent-axum/src/main.rs 9.3 KB
- VERSION 6 B
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.
- 7d ago First seen · 104 lines · 214 tokens per session scan A 0541edc343d1
triton-platform is a skill published in the GitHub repository DataZooDE/triton (3 stars, last pushed yesterday), with no licence file. It adds 214 tokens to every session and 1,682 once invoked, about $0.0011 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 skills, from other repositories
omni-inference
The core OpenAI-compatible inference endpoints: chat completions, embeddings, images, audio (TTS/STT), moderations, rerank, and the Responses API. The primary integration surface for AI agents.
omni-providers
Manage provider connections, API keys, OAuth flows, and connection tests via the REST API. List, add, update, remove, and test AI provider integrations across OmniRoute's 327-provider catalog.
omni-combos-routing
Create and manage routing combos with 19 strategies (priority, weighted, round-robin, Auto-combo, and more). Configure fallback chains, test routing outcomes, and retrieve combo metrics.
omni-auth
Manage API key authentication and session tokens. Start here to authenticate requests via Bearer token, obtain session cookies, and configure login requirements for the OmniRoute API.
omni-api-keys
Create, list, rotate, and revoke OmniRoute API keys. Control per-key scopes, spending limits, and expiration. Keys gate access to all proxy and management endpoints.
omni-mcp
Connect to the OmniRoute MCP server (110 tools, 3 transports: SSE/stdio/HTTP). Covers routing, cache, compression, memory, skills, providers, and audit tools across 33 permission scopes.