💻 Terminal Resistance · Team DC · ALPHA

Human/AI-friendly
Elite CLI Toolz

Pipe-friendly binaries. --json for agents. ANSI art for humans. MUD 0.5 Alpha compiler built in. Agent cohort: web search, fetch, read — for LLMs that can't browse.

Parity with gravmud.site/spec · Gemzy mode: --plain

CLI nod only: John (JC) Cosgrove (Brisbane) — MCP is where your agent goes; CLI is what it carries. Pizza / FreeConvert web kits = separate Chief IP.

$ node bin/elite.mjs list

 ELITETOOLZ — Team DC

  Core
 elite mud       MUD 0.5 Alpha · gravmud.site parity
 elite convert   FreeConvert API · members only
  Agent cohort
 elite search    Web search → JSON (no built-in browse)
 elite fetch     URL → markdown for context windows
 elite read · json · http · env · tree · diff

$ elite search "grav mud compiler" --json --max 5
$ node bin/elite.mjs mud compile page.mud -o out.html
✓ SHIPPED — CURSY body slams the algorithm.

The suite

One job per command. No curl archaeology. No Electron bloat.

Flagship

elite mud

Compile .mud → HTML. Same engine as gravmud.site. check, init coming hot.

elite mud compile home.mud -o out.html
Pro

elite convert

FreeConvert power in your terminal. API key required. Batch when you're brave.

elite convert clip.mp4 --to webm

elite front

Peel or stamp YAML frontmatter on .mud, .md, anything.

elite front peel post.mud

elite json

Get/set JSON paths. Agents stop hallucinating jq flags.

elite json get data.json user.name

elite http · env · tree

Structured HTTP debug, safe .env reads, project tree as JSON — no hallucinated flags.

elite tree . --json --depth 3
Live

elite play

Opens the browser simulator — paste .mud, see HTML, copy the CLI command.

Open simulator →

Agent cohort

Capabilities your model doesn't ship with — one command, --json on stdout, pipe into the rest of the suite.

Pro · Headline

elite search

Web search for LLMs without browse. Returns { results: [{ title, url, snippet }] } — Brave or Tavily API behind the vault.

elite search "elitetoolz pricing" --json --max 5
Pro

elite fetch

Pull a URL into clean text or markdown for RAG — size limits, no raw HTML soup in the context window.

elite fetch https://gravmud.site/spec --markdown

elite read

Safe file reads with line/byte caps. Agents stop inventing cat paths.

elite read src/index.mjs --lines 80 --json

elite diff · hash

Unified diffs agents can parse. Checksums before you ship the zip.

elite diff old.mud new.mud --json

Pipe example: elite search "mud compiler" --json | elite json get - results.0.url | elite fetch - --markdown

Elite Play simulator

Side-by-side .mud source and HTML output — Code Designer energy, Team DC pricing. The sell isn't the README. It's the preview.

Try it in the browser

Pricing

FreeConvert web stays on tokens. CLI + API vault is Elite.

Free

$0

  • elite mud compile (fair use)
  • 3 tools, local only
  • --plain help screens
  • Simulator: 20 runs/day
Download
Full stack

Agency

$19.95/mo

  • Everything in Pro
  • GRAV MUD CMS — Grav + plugin + theme + .mud sites
  • Full Elite CLI Toolz stack + Agent cohort
  • Pizza Resistance web kits (shared backend)
  • White-label /play sim for prospects
  • 5 team seats · batch · priority API
Go Agency

Founder lifetime $49 — first 100 only. Annual saves 2 months. Pizza not included.

Get it running

Requires Node 18+ and PHP 8.1+ (for elite mud).

git clone <repo> EliteToolz
cd EliteToolz/cli
npm install
node bin/elite.mjs list
node bin/elite.mjs mud compile ../path/to/page.mud -o out.html

Shipped tonight

  • ANSI banners on stderr
  • --json on stdout
  • PHP compiler synced from GRAV-MUD
  • npm run sync-mud for parity

Pro unlocks elite convert with your FreeConvert API key — same backend as our web kits.

Web apps show you seventeen tabs and a cookie banner.

We show you a terminal, a progress spinner, and a file.

Elite CLI Toolz. Agent-native. Pipe-friendly. CURSY body slams the algorithm.