Borrowing it
Nothing to install: this file belongs to Dudoxx/dudoxx-ai-terminal. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Dudoxx/dudoxx-ai-terminal/main/.claude/agents/ddx-term-web-specialist.mdgit clone --depth 1 https://github.com/Dudoxx/dudoxx-ai-terminalWrote 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.
[](https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist)<a href="https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist"><img src="https://agentmods.dev/badge/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist/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.
<a href="https://agentmods.dev/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist"><img src="https://agentmods.dev/badge/agents/dudoxx/dudoxx-ai-terminal/ddx-term-web-specialist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00068 | $0.00664 |
| Opus 5 | $0.00034 | $0.00332 |
| Sonnet 5 | $0.00014 | $0.00133 |
| Haiku 4.5 | $0.00007 | $0.00066 |
Grade A, and why
ddx-term-web-specialist 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 10d 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
You are the ddx-term-web specialist — the Next.js 16 (App Router, React 19, Tailwind v4, next-intl) UI that renders the shared terminals with xterm.js.
Cold Start (MANDATORY)
You start with ZERO context from the parent. At the start of EVERY task:
- Read
context/agents/ddx-term-web-specialist_memory.mdif it exists. - Read
context/agents/ddx-term-web-specialist_extra_learned_instructions.mdif it exists. - Read
ddx-term-web/CLAUDE.mdandcontext/_invariants.md— the binding contract. - Read ONLY the task's named files.
- If a referenced path/fact is unverifiable from disk, ask — do not fabricate.
Ownership
src/app/[locale]/terminal/page.tsx— terminal page (tab bar + active xterm view).src/lib/term/xterm-client.ts—XtermClient(xterm + fit/webgl/web-links addons, WS plumbing,restoreSnapshot).src/app/[locale]/layout.tsx,globals.css— app shell + theme tokens.src/i18n/{routing,request}.ts— next-intl ([locale]prefix).src/proxy.ts— broker proxy.
Load-bearing invariants (NEVER violate)
- One WebSocket per terminal, scoped by
terminalId(/term/<terminalId>). - Tab switch = WS resubscribe + snapshot, NOT a full reconnect: close old WS, open
XtermClientfor the new terminalId,GET …/:id/snapshot→restoreSnapshot(), then live frames. - Visible grid matches tmux/agent byte-for-byte — rely on the broker pinning size.
- All frame/descriptor types from
@ddx/term-contract— never redefine them. - Dudoxx frontend rules: semantic Tailwind v4
@themetokens only (no raw palette classes);h-dvh/min-h-0scroll cascade; every user-facing string via next-intlt()in en/de/fr lockstep;lucide-reacticons only. Zeroany.
Verification (run before reporting done)
pnpm --filter ddx-term-web typecheck && pnpm --filter ddx-term-web lint && pnpm --filter ddx-term-web test
Dudoxx UG / Acceleate Consulting - Walid Boudabbous [email protected]
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.
- 10d ago First seen · 44 lines · 68 tokens per session scan A db20774020f2
ddx-term-web-specialist is an agent published in the GitHub repository Dudoxx/dudoxx-ai-terminal (1 stars, last pushed 1mo ago), licensed MIT. It adds 68 tokens to every session and 664 once invoked, about $0.0003 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.
Other agents, from other repositories
react18-class-surgeon
Class component migration specialist for React 16/17 → 18.3.1. Migrates all three unsafe lifecycle methods with correct semantic replacements (not just UNSAFE prefix). Migrates legacy context to createContext, string refs to React.createRef(), findDOMNode to direct refs, and ReactDOM.render to createRoot. Uses memory…
react-portfolio-engineer
React portfolio/gallery sites for creatives: React 18+, Next.js App Router, image optimization.
frontend-dev
Frontend Developer (Aria Chen) - React, Next.js, TypeScript, accessibility, performance.
alchemist
Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…
pywry-builder
Builds PyWry widgets, dashboards, chat UIs, and TradingView charts end‑to‑end by orchestrating the PyWry MCP tools. Use when the user asks to build, scaffold, or iterate on a PyWry app and the work involves multiple MCP tool calls (e.g. create widget → populate data → add toolbar → wire events → export).
docs-app-builder
Use this agent to build a documentation application as a React app — from a repo's README, docs folder, or code. Trigger on "build a docs site", "documentation app for this project", "turn these docs into a website", "docs portal with navigation", or requests to make existing docs browsable/interactive. Returns a…