visual-walkthrough-builder

visual-walkthrough-builder is an agent for coding agents from multiplex-ai/muggle-ai-works. It costs 92 tokens per session (1,080 once invoked), scanned A, original, no licence file.

An agent that builds a visual end-to-end test walkthrough for a pull request. It assembles the test report, renders it, and can post it to the pull request.

In plain words
What is it for?
Use it when the Muggle visual-walkthrough workflow needs to create or publish a pull-request report.
Why use it?
It turns test results into a reviewable visual block and supports different ways of returning or publishing it.

Agent

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the muggle plugin — 30 skills, 15 commands, 3 agents, 3 hooks, 1 MCP server 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 agents/multiplex-ai/muggle-ai-works/visual-walkthrough-builder
Clone the repo
git clone --depth 1 https://github.com/multiplex-ai/muggle-ai-works

Or install muggle, the plugin that ships this one along with the rest of its 30 skills, 15 commands, 3 agents, 3 hooks, 1 MCP server.

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 visual-walkthrough-builder

README.md
[![agentmods](https://agentmods.dev/badge/agents/multiplex-ai/muggle-ai-works/visual-walkthrough-builder.svg)](https://agentmods.dev/agents/multiplex-ai/muggle-ai-works/visual-walkthrough-builder)
Your own site
<a href="https://agentmods.dev/agents/multiplex-ai/muggle-ai-works/visual-walkthrough-builder"><img src="https://agentmods.dev/badge/agents/multiplex-ai/muggle-ai-works/visual-walkthrough-builder.svg" alt="Measured on agentmods" height="20"></a>
Per session 92 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,080 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.1 $0.00092 $0.01080
Opus 5 $0.00046 $0.00540
Sonnet 5 $0.00018 $0.00216
Haiku 4.5 $0.00009 $0.00108

Measured 5d ago against content hash bedd269af971, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

visual-walkthrough-builder 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 5d 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.

plugin/agents/visual-walkthrough-builder.md · 66 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 66 lines · 92 tokens per session scan A bedd269af971

Subscribe to this mod's changes

visual-walkthrough-builder is an agent published in the GitHub repository multiplex-ai/muggle-ai-works (17 stars, last pushed today), with no licence file. It adds 92 tokens to every session and 1,080 once invoked, about $0.0005 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.

Related

Other agents, from other repositories

auth-tester

Specialized agent for comprehensive authentication and login flow testing based on login constitutions.

hemangjoshi37a/claude-code-frontend-dev · 0 tokens

e2e-tester

Tests web applications end-to-end using Glance browser MCP. Navigates pages, fills forms, clicks buttons, takes screenshots, runs assertions, and reports bugs. Use when you want to verify an app works correctly — login flows, forms, navigation, responsiveness — with real browser interaction.

DebugBase/glance · 63 tokens

browser-recorder

Record browser interactions and generate test definitions. Use when: (1) By feature-verify skill after exploration to generate test YAML, (2) By test-authoring skill for assisted test creation, (3) By user for "record this flow" requests.

desplega-ai/qa-use · 56 tokens

pr-verifier

Single agent that verifies all PR frontend changes. Use when: (1) verify-pr command is invoked, (2) Complete PR verification with visual report is needed, (3) Running verification in background while user continues working.

desplega-ai/qa-use · 49 tokens

test-analyzer

Deep analysis of E2E test failures and results. Use when: (1) A test has failed and needs root cause analysis, (2) User wants to understand why a step failed, (3) Complex multi-step failures need investigation.

desplega-ai/qa-use · 53 tokens

test-creator

Use this agent to create new E2E tests by exploring the application UI, analyzing source code, and designing test actions. Best used when you need to write tests for a new feature, page, or user flow.

fastslack/mtw-e2e-runner · 44 tokens