execute

execute is a command for Claude Code from dork-labs/dorkos. It costs 17 tokens per session (544 once invoked), scanned A, original, MIT.

A command for applying batches of UI audit work after checking their workflow safeguards. It keeps audit items separate from the normal project workflow until the required decision is made.

In plain words
What is it for?
It is for claiming and landing approved UI audit batches while preserving their review and promotion controls.
Why use it?
It prevents already-promoted work from being changed through the audit path and verifies ownership labels and blocking links before edits begin.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Part of the flow plugin — 32 skills, 43 commands, 5 agents, 4 hooks shipped together

Good fit It is for claiming and landing approved UI audit batches while preserving their review and promotion controls.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/dork-labs/dorkos/execute
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.

Clone the repo
git clone --depth 1 https://github.com/dork-labs/dorkos

Made for: Claude Code.

Or install flow, the plugin that ships this one along with the rest of its 32 skills, 43 commands, 5 agents, 4 hooks.

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 execute

README.md
[![agentmods](https://agentmods.dev/badge/commands/dork-labs/dorkos/execute/github.svg)](https://agentmods.dev/commands/dork-labs/dorkos/execute)
Your own site
<a href="https://agentmods.dev/commands/dork-labs/dorkos/execute"><img src="https://agentmods.dev/badge/commands/dork-labs/dorkos/execute/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 execute

Your own site · 80×15
<a href="https://agentmods.dev/commands/dork-labs/dorkos/execute"><img src="https://agentmods.dev/badge/commands/dork-labs/dorkos/execute.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 17 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 544 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.00017 $0.00544
Opus 5 $0.00009 $0.00272
Sonnet 5 $0.00003 $0.00109
Haiku 4.5 $0.00002 $0.00054

Measured yesterday against content hash 5197e7490d2f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

execute 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 yesterday.

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.

.claude/commands/ui-audit/execute.md · 42 lines

What it actually says

Execute UI audit batches

Batches: $ARGUMENTS

Read .claude/skills/auditing-ui/SKILL.md (the ownership contract is §5, landing is §7) and audits/runs/ui/profile.md. This command adds only the fence checks; the skill owns everything else.

Contract

  1. Verify the fence before touching anything. For every batch item in range: its blockedBy edge to the run's type/meta promotion-decision item is still open, and the item carries no agent/* label. Read the labels as leaf names (skill §5). If either check fails, the item was already promoted to the workflow path and is no longer yours: stop and report it.

  2. Confirm the fork is the audit path. Working here means the fence stays up against the workflow engine for the whole batch. If the operator meant the workflow path, the move is removing the edge and letting the normal lifecycle take over, not running this command.

  3. Claim in the plugin namespace onlyui-audit/in-progress (not audit/claimed: Linear's team-wide label-name uniqueness collides with the existing agent/claimed), never agent/*, and never with a label write computed from a stale read (skill §5).

  4. Land the work by skill §7's playbook, adapted to the profile: one worktree per batch, batches grouped so parallel branches touch disjoint files, an adversarial review on the branch before the PR opens (assets/review-brief.md), then finalize. Walk each batch's findings item by item; simplify-first is reviewable.

  5. Items stay blocked until they close. Never resolve the blockedBy edge to unblock yourself. The item goes to done when its PR merges, still fenced, and the edge dies with it.

  6. Close out the run. When every batch in the run is promoted or closed, close the type/meta promotion-decision item. It has an end of life on purpose: left open, it becomes the stale ledger a backlog groom sweeps at.

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. yesterday First seen · 42 lines · 17 tokens per session scan A 5197e7490d2f

Subscribe to this mod's changes

execute is a command published in the GitHub repository dork-labs/dorkos (9 stars, last pushed today), licensed MIT. It adds 17 tokens to every session and 544 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-09-08.