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 joy7758/titmas-agent-action-gate --skill use-action-gategit clone --depth 1 https://github.com/joy7758/titmas-agent-action-gateWrote 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/joy7758/titmas-agent-action-gate/use-action-gate)<a href="https://agentmods.dev/skills/joy7758/titmas-agent-action-gate/use-action-gate"><img src="https://agentmods.dev/badge/skills/joy7758/titmas-agent-action-gate/use-action-gate/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/joy7758/titmas-agent-action-gate/use-action-gate"><img src="https://agentmods.dev/badge/skills/joy7758/titmas-agent-action-gate/use-action-gate.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.00028 | $0.00240 |
| Opus 5 | $0.00014 | $0.00120 |
| Sonnet 5 | $0.00006 | $0.00048 |
| Haiku 4.5 | $0.00003 | $0.00024 |
Grade A, and why
use-action-gate 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 9d 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.
What it actually says
Use Action Gate
Inputs
- action request;
- policy evaluation result;
- evidence verification result;
- optional scoped human approval.
Output
The server-returned action-gate-decision.v0.1 receipt and a routing instruction derived only from its outcome.
Procedure
- Confirm all records share the exact request binding.
- Call
evaluate_action_gateonce with an idempotency key. - On
BLOCK, retain reasons and stop. - On
REQUIRE_APPROVAL, show the exact requested scope to the Human channel and stop; chat acknowledgement is not approval. - On
ALLOW, hand the untouched decision reference to the narrow operator.
Stop conditions
Stop on schema, digest, policy-version, signature, identity, expiry, or tuple mismatch. Never reinterpret reasons, upgrade a result, synthesize approval, or claim execution success.
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.
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.
- 9d ago First seen · 31 lines · 28 tokens per session scan A dfd1b18b8865
use-action-gate is a skill published in the GitHub repository joy7758/titmas-agent-action-gate (0 stars, last pushed 17d ago), licensed Apache-2.0. It adds 28 tokens to every session and 240 once invoked, about $0.0001 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
pull-request-review
Use for a GitHub pull request review run to inspect the exact head revision, changed files, and checks, then publish one evidence-backed managed review comment without approving or modifying the pull request.
repository-triage
Use when a new GitHub issue or failed workflow enters RepoPilot and you must classify, deduplicate, assess risk, define acceptance criteria, and produce an execution DAG before delegating work.
root-cause-localization
Use after triage to reproduce a repository failure, locate the smallest supported root cause, analyze impact, and return evidence without changing files.
runbook-archival
Use after verification to convert a completed or failed maintenance run into a deduplicated, reusable Runbook linked to evidence and the exact repository revision.
safe-patch-authoring
Use only after a root cause is evidenced to create the smallest patch, focused tests, a dedicated branch and commit, and optionally a pull request under the pullrequestonly policy.
multi-agent-governance
Use this skill when building, managing, or auditing multi-agent AI systems. Provides governance patterns for behavioral enforcement, drift detection, audit trails, role management, and accountability across autonomous AI agents. Compatible with any orchestration framework.