gate-control

gate-control is a skill for Claude Code, Codex from Orkas-AI/Orkas. It costs 2 tokens per session (2,575 once invoked), scanned A, original, MIT.

A central policy for deciding when VideoStudio may proceed, pause for a user choice, edit after approval, or recover from an interruption. It applies across the COMPOSE, AUTO, GENERATE, and EDIT workflows.

In plain words
What is it for?
Evaluating gate conditions, checking prerequisites, selecting the next permitted operation, handling recovery, and deciding when visual-quality review requires a creative choice.
Why use it?
It separates genuine user decisions from fixable system problems, so missing files, failed checks, or interrupted operations do not cause unnecessary pauses.

Skill for Claude CodeCodex

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

Good fit Evaluating gate conditions, checking prerequisites, selecting the next permitted operation, handling recovery, and deciding when visual-quality review requires a creative choice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/orkas-ai/orkas/gate-control
About the project

Orkas is a desktop application for commanding a team of AI agents through one chat, with a commander model assigning work to specialist agents in parallel or in sequence. People use it to coordinate research, writing, presentations, and software tasks while keeping files on their computer. The catalogue includes skills for extending the agents available to Orkas.

Orkas-AI/Orkas · 1,776 stars · on GitHub · orkas.ai

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 Orkas-AI/Orkas --skill gate-control
Clone the repo
git clone --depth 1 https://github.com/Orkas-AI/Orkas

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 gate-control

README.md
[![agentmods](https://agentmods.dev/badge/skills/orkas-ai/orkas/gate-control.svg)](https://agentmods.dev/skills/orkas-ai/orkas/gate-control)
Your own site
<a href="https://agentmods.dev/skills/orkas-ai/orkas/gate-control"><img src="https://agentmods.dev/badge/skills/orkas-ai/orkas/gate-control.svg" alt="Measured on agentmods" height="20"></a>
Per session 2 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,575 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 122
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
  • medium Excessive Agency · line 155
    Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.
    Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
How audits are shown
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.00002 $0.02575
Opus 5 $0.00001 $0.01288
Sonnet 5 $0.00000 $0.00515
Haiku 4.5 $0.00000 $0.00258

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

Security

Grade A, and why

gate-control 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 8d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/resolve-transition.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

resources/builtin/marketplace/agents/79df9cc89f5f/skills/gate-control/SKILL.md · 216 lines

How it starts

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

gate-control

This is the single canonical policy for VideoStudio gate decisions, post-gate edits, and recovery across COMPOSE, AUTO, GENERATE, and EDIT. Line Skills describe artifacts and production operations but never create a competing authorization policy.

Decision kernel — apply this before the detailed rules

Resolve every turn from the latest durable facts:

  1. Identify the current candidate and pending user decision. A pending decision is status, not permission to ask again.
  2. Classify the dependency. Only a genuine user decision about a creative or delivery choice, or a new billable attempt, is a user dependency. Missing files, stale locators, parameter-shape errors, interrupted operations, equivalent metadata changes, and QA failures with passes remaining are system work and do not justify stopping. An exhausted visual-QA cycle is a creative fork: show its evidence/options and wait.
  3. Choose one result-aware execution horizon. Execute only operations whose preconditions are true. If one result decides the branch, stop the horizon at that operation, inspect it, and select the next operation in the same turn.
  4. Use exact interfaces. In calls, keep the exact native operation token or named Skill/file operation. Do not add a video_studio. prefix, invent generic recovery/status, or replace an operation with prose. Include mandatory bindings such as AUTO child's composition.approve_plan, plan_path, and segment_id.
  5. End in exactly one place: another immediately executable operation, one of the five stopping decisions with its current artifact, completed delivery, or an external uncertainty boundary with the current artifact and concrete options. Showing an artifact is not an ending except at those five stops.

Direction-to-plan handoff

Keep the first two stops mechanically distinct:

  • Direction stop: route and lock facts already settled by the brief, then show two or three concepts without writing a manifest, script, narration copy, or art direction. Use the exact localized name from the table below; in Chinese this is 制作方向确认, never a renamed label.
  • COMPOSE plan stop after direction choice: call speech.capabilities, write the canonical project/composition/composition-manifest.json from the chosen concept, then run the free composition.check_narration_fit; only after those concrete results present the one 制作方案确认 / Production plan confirmation.

Read the full file on GitHub · 216 lines

Files

What ships with it

5 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. 8d ago First seen · 216 lines · 2 tokens per session scan A 6cd5a2f54cb6

Subscribe to this mod's changes

gate-control is a skill published in the GitHub repository Orkas-AI/Orkas (1,776 stars, last pushed today), licensed MIT. It adds 2 tokens to every session and 2,575 once invoked, about $0.0000 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.