enable-dispatch

enable-dispatch is a command for coding agents from RobotRegistryFoundation/robot-md-mcp. It costs 34 tokens per session (353 once invoked), scanned A, original, Apache-2.0.

A command that enables remote HTTP requests to a ROBOT.md-controlled robot by creating access tokens and dispatcher files.

In plain words
What is it for?
Use it to initialize remote dispatch for a robot, create bearer-token configuration, and prepare a test script and server command.
Why use it?
It sets up remote access without exposing the token in the agent conversation. It also checks that the robot setup and required dispatcher version are available.

Command

Part of the robot-md plugin — 1 skill, 1 command shipped together

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.

agentmods
npx agentmods add commands/robotregistryfoundation/robot-md-mcp/enable-dispatch
Clone the repo
git clone --depth 1 https://github.com/RobotRegistryFoundation/robot-md-mcp

Or install robot-md, the plugin that ships this one along with the rest of its 1 skill, 1 command.

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 enable-dispatch

README.md
[![agentmods](https://agentmods.dev/badge/commands/robotregistryfoundation/robot-md-mcp/enable-dispatch.svg)](https://agentmods.dev/commands/robotregistryfoundation/robot-md-mcp/enable-dispatch)
Your own site
<a href="https://agentmods.dev/commands/robotregistryfoundation/robot-md-mcp/enable-dispatch"><img src="https://agentmods.dev/badge/commands/robotregistryfoundation/robot-md-mcp/enable-dispatch.svg" alt="Measured on agentmods" height="20"></a>
Per session 34 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 353 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00034 $0.00353
Opus 5 $0.00017 $0.00177
Sonnet 5 $0.00007 $0.00071
Haiku 4.5 $0.00003 $0.00035

Measured 3d ago against content hash db7defdff903, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

enable-dispatch 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 3d 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.

commands/enable-dispatch.md · 24 lines

What it actually says

Run robot-md-dispatcher init --yes --no-token-stdout in the workspace root.

Preconditions:

  1. ROBOT.md must exist at the workspace root. If it's missing, stop and tell the user to run robot-md init or castor init first.
  2. robot-md-dispatcher must be installed AND at version 0.2.0 or later. Run robot-md-dispatcher init --help; if the command fails or argparse emits "invalid choice: 'init'", stop and tell the user to run pip install -U 'robot-md-dispatcher>=0.2.0'.

After the command completes successfully:

  1. Tell the user that bearers.yaml, .env, and dispatch-test.sh have been written to the workspace root.
  2. Tell the user that their actuate-tier bearer token is in bearers.yaml (mode 0600) — and that they should open the file directly to read it. Explain that the token was intentionally not printed here to keep it out of this conversation's context.
  3. Print this exact next step:
    robot-md-dispatcher serve --bearers ./bearers.yaml --robot-md ./ROBOT.md
    
  4. Remind the user to add bearers.yaml, .env, and dispatch-test.sh to .gitignore.

Do not read, echo, or repeat the contents of bearers.yaml in this conversation under any circumstances.

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. 3d ago First seen · 24 lines · 34 tokens per session scan A db7defdff903

Subscribe to this mod's changes

enable-dispatch is a command published in the GitHub repository RobotRegistryFoundation/robot-md-mcp (1 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 34 tokens to every session and 353 once invoked, about $0.0002 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.