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 agentmods add instructions/arthurkatcher/grok-delegate/agents-mdgit clone --depth 1 https://github.com/arthurkatcher/grok-delegateWhat 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 | $0.00908 | $0.00908 |
| Opus 5 | $0.00454 | $0.00454 |
| Sonnet 5 | $0.00182 | $0.00182 |
| Haiku 4.5 | $0.00091 | $0.00091 |
Grade A, and why
grok-delegate AGENTS.md 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md — grok-delegate
Instructions for coding agents working in this repository.
What this repo is
Public GitHub marketplace Grok Build Extras for Grok Build. One plugin today:
| Plugin | grok-delegate |
| Path | plugins/delegate/ |
| Commands | /delegate-claude, /delegate-codex |
| Runtime | Node ESM companion under plugins/delegate/scripts/ |
| Version | 0.1.0 (MIT) |
Clients install with:
grok plugin marketplace add arthurkatcher/grok-delegate
grok plugin install arthurkatcher/grok-delegate#plugins/delegate --trust
The #plugins/delegate subdir is required — repo root is the marketplace, not the plugin package.
Layout (do not invent a second one)
marketplace.json → Grok Build Extras catalog
plugins/delegate/
.grok-plugin/plugin.json → plugin manifest
commands/ → slash command markdown
skills/delegate-runtime/ → how Grok must launch the companion
scripts/delegate-companion.mjs → CLI entry
scripts/lib/ → args, policy, engines, stream, jobs, lifecycle
tests/ → unit + integration (node --test)
.github/workflows/ci.yml → npm test + grok plugin validate
SECURITY.md · CHANGELOG.md · CONTRIBUTING.md · README.md
Non-negotiables
- Fail closed — unknown actions/flags exit non-zero; free text after
--cannot inject flags. - Claude rescue = no Bash by default — file tools only; shell/git only via explicit
--allowed-toolsor--yolo. - Read actions stay RO — Claude hermetic/
dontAskwhen API key is set; Max/OAuth without a key auto-drops--bare. Codex OSread-onlyunless user opts out; auto--skip-git-repo-checkoutside git. - Preflight — every non-setup action checks binary + auth; same next steps as
setupif not ready. Policy conflicts run before readiness. - Host launch — Grok background task must use
timeout: 0(or very high); default ~20s cancels long runs. - Cancel kills process group — do not regress
child-lifecycle/ SIGTERM on Grok task cancel. - No secrets in git — no keys, tokens, job DBs, or real credentialed configs.
- Config vs product — this is a Grok plugin, not Meta MCP Manager; do not import meta-manager layout into this tree.
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.
- 2d ago First seen · 87 lines · 908 tokens per session scan A 09b766dea328
grok-delegate AGENTS.md is an instructions file published in the GitHub repository arthurkatcher/grok-delegate (13 stars, last pushed 1mo ago), licensed MIT. It adds 908 tokens to every session, about $0.0045 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.
Other instructions, from other repositories
neeko AGENTS.md
Instructions for tincopper/neeko, covering neeko — repository guidelines, 项目概览, 目录结构, 前端(feature-based 架构) and 后端(domain-driven 模块化架构).
neeko CLAUDE.md
Instructions for tincopper/neeko, covering neeko — claude.md, 项目概览, 常用命令速查, 键盘快捷键 and 预置 agent & ide.
clique CLAUDE.md
Claude Code instructions for thejdubb02/clique, covering clique — standing rules, motion, looking at it, the api is the whole surface and releasing.
grok-build-mcp AGENTS.md
AGENTS.md instructions for zai-one/grok-build-mcp, covering agents.md — grok-delegate / unofficial grok mcp, язык, typed tools vs navigator, откуда берётся корень and проект должен сам включить мост.
ccteam AGENTS.md
Instructions for firstintent/ccteam, covering agents.md — ccteam 实现导引, 〇、架构总览(定向图;红线唯一清单 = §三), 一、需求与版本管理(两条来源,都住 gitignored docs-local/), 二、仓库内文档(只有用户面;架构与协议一律读代码) and 三、不可触碰的架构红线(唯一权威清单).
grok-build-mcp CLAUDE.md
Claude Code instructions for zai-one/grok-build-mcp: Неофициальный MCP-мост к Grok CLI. Правила проекта живут в AGENTS.md — он импортируется ниже, отдельно открывать не нужно. Плюс skill grok-mcp как роутер по инструментам.