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/superagent-ai/grok-cli/agents-mdgit clone --depth 1 https://github.com/superagent-ai/grok-cliWhat 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.00467 | $0.00467 |
| Opus 5 | $0.00234 | $0.00234 |
| Sonnet 5 | $0.00093 | $0.00093 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
grok-cli 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.
What it actually says
AGENTS.md
Cursor Cloud specific instructions
Overview
Grok CLI (@vibe-kit/grok-cli) is a single-package TypeScript CLI tool — no databases, Docker, or background services. See README.md for full documentation and usage.
Quick reference
| Action | Command |
|---|---|
| Install deps | bun install (installs Husky; pre-commit runs Biome on staged files) |
| Typecheck | bun run typecheck |
| Build | bun run build |
| Run built CLI | node dist/index.js |
| Headless mode | node dist/index.js --prompt "..." --max-tool-rounds N |
| CLI help | node dist/index.js --help |
Known issues
- ESLint config is broken: The repo has
.eslintrc.js(legacy format) but uses ESLint 9 (^9.31.0) +@typescript-eslintv8, which require flat config (eslint.config.js). Additionally,.eslintrc.jsusesmodule.exports(CJS) butpackage.jsonhas"type": "module"(ESM). Runningbun run lintwill fail. Usebun run typecheckas the primary code quality check (this is also what CI enforces). - Dev mode (
bun run dev/bun run dev:node) fails at runtime:src/utils/model-config.tsimports TypeScript interfaces (UserSettings,ProjectSettings) as value imports fromsettings-manager.ts. These type-only exports are erased at runtime by Bun and tsx, causingSyntaxError: export '...' not found. The fix is to useimport typesyntax, but this is a pre-existing repo issue. Workaround: build first (bun run build), then run the compiled version (node dist/index.js).
Environment
- Bun must be installed (not pre-installed on Cloud VMs). The update script handles this.
GROK_API_KEYenvironment variable is required for API calls. Set it as a secret.
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 · 30 lines · 467 tokens per session scan A 7b37803590da
grok-cli AGENTS.md is an instructions file published in the GitHub repository superagent-ai/grok-cli (3,445 stars, last pushed 1mo ago), licensed MIT. It adds 467 tokens to every session, about $0.0023 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
pi-xai-oauth AGENTS.md
Instructions for BlockedPath/pi-xai-oauth, covering agents.md — ai agent operations manual for pi-xai-oauth, project overview, key commands (exact, copy-paste ready), architecture & boundaries (must / must not) and file structure & wayfinding.
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.
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 проект должен сам включить мост.
ashlrcode CLAUDE.md
Instructions for ashlrai/ashlrcode, covering ashlrcode v2.1, v2.0 additions, v2.1 additions, genome system (genetic ai development loop) and directory structure.
grok-MCP AGENTS.md
AGENTS.md instructions for nympheon/grok-MCP, covering grokmcp 维护指南, 不可破坏的运行契约, 源码职责, secret 与状态 and 登录与刷新行为.