bug-bug

bug-bug is a skill for Claude Code, Codex from withoneai/one-agent-plugin. It costs 108 tokens per session (3,407 once invoked), scanned A, original, MIT.

A no-code testing platform that crawls websites and web apps to find visual problems, broken links, and changes that may have damaged the user interface. It can be accessed through One to read and update BugBug data.

In plain words
What is it for?
Use it to manage tests and test suites, run checks, and inspect results for website and web-app quality problems.
Why use it?
It reduces the amount of repetitive manual checking needed after website changes. Teams can record tests and review their runs in one place.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage tests and test suites, run checks, and inspect results for website and web-app quality problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/withoneai/one-agent-plugin/bug-bug
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.

Any agent
npx skills add withoneai/one-agent-plugin --skill bug-bug
Clone the repo
git clone --depth 1 https://github.com/withoneai/one-agent-plugin

Made for: Claude Code, 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 bug-bug

README.md
[![agentmods](https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/bug-bug.svg)](https://agentmods.dev/skills/withoneai/one-agent-plugin/bug-bug)
Your own site
<a href="https://agentmods.dev/skills/withoneai/one-agent-plugin/bug-bug"><img src="https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/bug-bug.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 bug-bug

Your own site · 80×15
<a href="https://agentmods.dev/skills/withoneai/one-agent-plugin/bug-bug"><img src="https://agentmods.dev/badge/skills/withoneai/one-agent-plugin/bug-bug.svg?style=web" alt="Reviewed on agentmods" width="80" height="15"></a>
Per session 108 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,407 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.00108 $0.03407
Opus 5 $0.00054 $0.01703
Sonnet 5 $0.00022 $0.00681
Haiku 4.5 $0.00011 $0.00341

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

Security

Grade A, and why

bug-bug 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.

platforms/one-bug-bug/skills/bug-bug/SKILL.md · 161 lines

How it starts

The opening of the file, as written. The whole thing — 161 lines — stays where its author put it; the contents beside it link to each section on GitHub.

BugBug through One

A no-code testing platform that automatically crawls websites and web apps to detect visual issues, broken links, and UI regressions, helping teams maintain quality, catch bugs early, and streamline QA workflows.

One exposes BugBug through four MCP tools. The table below carries real action ids from One's knowledge base, so for a common operation you can skip search and go straight to reading the action's parameters.

How to run an action

  1. Find the action in the table below, or call search_one_platform_actions with platform bug-bug if it is not listed.
  2. Call get_one_action_knowledge with the action id. Do this every time, including for actions in this table. The table gives you the id, not the parameters.
  3. Call execute_one_action with parameters copied from that knowledge.

Never guess a parameter name, a body field, or an enum value. The knowledge has the real schema, and a guessed field is either a 400 or a silent write of the wrong thing.

Before you start

Call list_one_integrations once and confirm BugBug is connected. If it is missing, the user has not connected it: say so and point them at https://app.withone.ai rather than reaching for raw HTTP.

Each connection carries an access field. If it reports {"policy": "methods", "methods": ["GET"]} the agent is read-only here, so plan a read-only answer instead of attempting a write that will be refused.

Before a write

Creates, updates, deletes and sends land on a real BugBug account and cannot be recalled. State the action and the specific target in one line before the first write in a task, and let the user stop you. Reads need no confirmation.

Actions

Tests

Action Method Path Action id
List Tests GET /api/v2/tests/ conn_mod_def::GJ47qqEBXkY::z-lwtUWaSOWKB7cazzX3Xg
Retrieve a Test by ID GET /api/v2/tests/{{id}}/ conn_mod_def::GJ47qiDENo4::msW6mzINTEGfPo-nHhSdfA
Test Connection GET /api/v2/tests/ conn_mod_def::GJ49E9r6n7o::NP_Dj6XrQkK8hNGcainX5Q
Create a New Test POST /api/v2/tests/ conn_mod_def::GJ47px9k3zI::X8K4olU7QAG4QYXmk8zqnw
Delete a Test DELETE /api/v2/tests/{{id}}/ conn_mod_def::GJ47qR3Jtek::EfQaZNrFQT23voozmYDQmQ
Insert a Component into a Test POST /api/v2/tests/{{id}}/insert-component/ conn_mod_def::GJ47p-tuJ-U::ZFYBn3VASxWyJZeQnW09iQ
Move a Test Step to a Different Position or Group POST /api/v2/tests/{{id}}/update-step-position/ conn_mod_def::GJ47qKVI2A0::LM_U-8HHRJibMx4GXgrpoQ
Unlink a Component From a Test POST /api/v2/tests/{{id}}/unlink-component/ conn_mod_def::GJ47qxsoT18::3bMFLoUGRDqVY5O1pe3GuA
Update a Test by ID (Partial Update) PATCH /api/v2/tests/{{id}}/ conn_mod_def::GJ47qZpGYFc::cpsb6SgIQ2m-PxmHV8MjYg

Read the full file on GitHub · 161 lines

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 · 161 lines · 0 tokens per session scan A ec3d10b064b3

Subscribe to this mod's changes

bug-bug is a skill published in the GitHub repository withoneai/one-agent-plugin (1 stars, last pushed 19d ago), licensed MIT. It adds 108 tokens to every session and 3,407 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-09-03.

Related

Other skills, from other repositories

uat-testing

Run end-to-end User Acceptance Tests for Agent Brain features. Builds wheels, installs packages, starts a test server, runs tests, and reports results — all without permission prompts.

SpillwaveSolutions/agent-brain · 0 tokens

workflow-qa

A quality-assurance procedure for testing Workflow documents and features in their real online environment. QA means checking whether software behaves as expected and recording evidence.

Go1c/workflow-plugin · 108 tokens

test-warp-ui

Guides testing Warp UI features and changes using the computer use tool. Use this skill only when computer-use testing was requested (explicit request or accepted offer) and the computeruse tool is available to the agent. Covers launching Warp and verifying UI behavior.

warpdotdev/warp · 55 tokens

test-electron-app

Drive the real running PostHog Electron app (live tRPC, workspace-server, real data) over CDP with agent-browser. Connect to the running app on port 9222, test desktop changes against a local Django stack, snapshot the accessibility tree, inspect network requests, and screenshot only when explicitly asked. Use when…

PostHog/posthog-foss · 112 tokens

pyats-dynamic-test

Generate and execute deterministic pyATS aetest validation scripts - interface state, OSPF neighbors, BGP paths, ping matrices, and custom compliance tests. Use when writing a network test, validating post-change state, running pass/fail checks, or building automated regression tests.

automateyournetwork/netclaw · 61 tokens

test-loop

Plan, generate, and heal an executable E2E test suite from approved acceptance criteria (web and mobile).

HoangNguyen0403/agent-skills-standard · 25 tokens