codex-host: Skill for Codex

.agents/skills/web-gui-tester/SKILL.md

web-gui-tester is a skill for Codex from BytePioneer-AI/codex-host. It costs 47 tokens per session (3,186 once invoked), scanned A, original, LGPL-3.0.

A method for testing a website’s visible interface by using real clicks, typing, page inspection, and screenshots. It focuses on what a user can actually do rather than changing the page behind the scenes.

In plain words
What is it for?
Use it for frontend acceptance tests, bug reproduction, interaction checks, visual verification, and screenshots of web pages.
Why use it?
It keeps frontend checks faithful to normal user behavior and prevents test results from being based on injected state or guesses. It also separates finding a problem from fixing the code.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is BytePioneer-AI/codex-host's own configuration. It tells Codex how to work on codex-host itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything codex-host configures →

About the project

CodexHost is a desktop application that lets users run coding-agent harnesses such as Pi and Claude Code inside Codex Desktop. It is for people who want to choose among multiple agents and have them delegate tasks to one another while staying in one workspace.

BytePioneer-AI/codex-host · 2,617 stars · on GitHub

Reuse

Borrowing it

Nothing to install: this file belongs to BytePioneer-AI/codex-host. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/BytePioneer-AI/codex-host/main/.agents/skills/web-gui-tester/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/BytePioneer-AI/codex-host

Made for: Codex.

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 web-gui-tester

README.md
[![agentmods](https://agentmods.dev/badge/skills/bytepioneer-ai/codex-host/web-gui-tester/github.svg)](https://agentmods.dev/skills/bytepioneer-ai/codex-host/web-gui-tester)
Your own site
<a href="https://agentmods.dev/skills/bytepioneer-ai/codex-host/web-gui-tester"><img src="https://agentmods.dev/badge/skills/bytepioneer-ai/codex-host/web-gui-tester/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.

agentmods 80×15 button for web-gui-tester

Your own site · 80×15
<a href="https://agentmods.dev/skills/bytepioneer-ai/codex-host/web-gui-tester"><img src="https://agentmods.dev/badge/skills/bytepioneer-ai/codex-host/web-gui-tester.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,186 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.00047 $0.03186
Opus 5.5 $0.00019 $0.01274
Sonnet 5 $0.00009 $0.00637
Haiku 4.5 $0.00005 $0.00319

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

Security

Grade A, and why

web-gui-tester 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 4d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.agents/skills/web-gui-tester/SKILL.md · 164 lines

The source is not reproduced here

Licensed LGPL-3.0

The repository is licensed LGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 4d ago First seen · 164 lines · 47 tokens per session scan A f56536ab5d28

Subscribe to this mod's changes

web-gui-tester is a skill published in the GitHub repository BytePioneer-AI/codex-host (2,617 stars, last pushed yesterday), licensed LGPL-3.0. It adds 47 tokens to every session and 3,186 once invoked, about $0.0002 per session on Opus 5.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-09-22.

Related

Other skills, from other repositories

playwright-cli

Use this whenever the user asks to browse, navigate, click, fill a form, scrape, take a screenshot, or otherwise interact with a web page. SLICC drives the browser through the playwright-cli shell command (also aliased as playwright and puppeteer). Read this BEFORE running any browser automation: every tab-operating…

ai-ecoverse/slicc · 103 tokens

playwright-cli-e2e

Use this when you need to test or QA the playwright-cli browser-automation command, re-run the browser-automation test session, check playwright-cli for regressions, or verify that browser automation still works after a change. Covers a repeatable 12-group e2e session: a pcli-e2e runner that automates the…

ai-ecoverse/slicc · 138 tokens

agent-browser

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

w-winter/dot314 · 51 tokens

browse

Drive a real browser through Aside: open a page, read it, click through a flow, take screenshots, check console errors. (gstack).

garrytan/gstack · 32 tokens

cua-driver

Use Cua Driver for desktop or browser tasks that are awkward or unavailable through Bash/APIs, or when the user explicitly wants GUI interaction: app testing, visual bug reproduction, form filling, calendar entry, screenshots, and demo recording. Also covers Cua setup; not OpenAI Codex Computer Use or web research.

davidondrej/skills · 68 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

anthropics/skills · 35 tokens