Agent Plugins Marketplace
All plugins

browser-test-router

v0.4.1

Multi-model delegation for browser testing — Kimi K2.5 (via opencode) for execution, Opus for analysis

CodexClaude Code2 Skills

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install browser-test-router for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add browser-test-router@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “browser-test-router” remain stable.

  • Codex: browser-test-router@agent-plugin-marketplacebrowser-test-router@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/browser-test-router/.

Plugin files

plugins/browser-test-router/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/browser-test-orchestration/SKILL.md
└── skills/browser-test-router-browser-test-workflow/SKILL.md

Included Skills2

browser-test-orchestrationskills/browser-test-orchestration/SKILL.md

Multi-model delegation protocol for browser testing with compact routing to scenario playbooks.

browser-test-router-browser-test-workflowskills/browser-test-router-browser-test-workflow/SKILL.md

Run /browser-test-router:browser-test workflow from browser-test-router.

Plugin manifests2

plugins/browser-test-router/.codex-plugin/plugin.json
{
  "name": "browser-test-router",
  "version": "0.4.1",
  "description": "Multi-model delegation for browser testing — Kimi K2.5 (via opencode) for execution, Opus for analysis",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Browser Test Router",
    "shortDescription": "Multi-model delegation for browser testing — Kimi K2.5 (via opencode) for execution, Opus for analysis",
    "longDescription": "Multi-model delegation for browser testing — Kimi K2.5 (via opencode) for execution, Opus for analysis",
    "developerName": "Andre Paat",
    "category": "Testing",
    "capabilities": [
      "Skills",
      "Lifecycle Hooks"
    ],
    "defaultPrompt": "Use the browser-test-router plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "browser-testing",
    "model-routing",
    "delegation",
    "kimi-k2.5",
    "opencode",
    "openweights",
    "token-optimization"
  ],
  "skills": "./skills/"
}
plugins/browser-test-router/.claude-plugin/plugin.json
{
  "name": "browser-test-router",
  "version": "0.4.1",
  "description": "Multi-model delegation for browser testing — Kimi K2.5 (via opencode) for execution, Opus for analysis",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "browser-testing",
    "model-routing",
    "delegation",
    "kimi-k2.5",
    "opencode",
    "openweights",
    "token-optimization"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[browser-test-router on Agent Plugins Marketplace](https://pluginsmp.com/plugins/browser-test-router)