Agent Plugins Marketplace
All plugins

replayio

v0.1.0

Record browser sessions with the Replay Browser through the host agent browser, analyze recordings through Replay MCP tools or Replay QA, and upload pending recordings when the turn ends.

Codex2 Skills

By ReplayLicense: MIT5.2k GitHub starsUpdated 4 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
2 skill or MCP entries
Source updated
Aug 26, 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 replayio for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add replayio@agent-plugin-marketplace

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

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/openai/plugins

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

Plugin files

plugins/replayio/
├── .codex-plugin/plugin.json
├── skills/replay-qa-api/SKILL.md
└── skills/replayio/SKILL.md

Included Skills2

replay-qa-apiskills/replay-qa-api/SKILL.md

Use when calling Replay QA's REST API directly from Codex. Covers bearer-token setup, Replay recording prerequisites, project creation from Replay recordings or target URLs, polling, bug retrieval, journeys, test runs, explorations, and fix workflow discipline.

replayioskills/replayio/SKILL.md

Use when you need to record or inspect an agent browser run in Replay, test a local app with the host agent browser using Replay Chromium, or use the Replay MCP server for deeper debugging of an uploaded recording.

Plugin manifests1

plugins/replayio/.codex-plugin/plugin.json
{
  "name": "replayio",
  "version": "0.1.0",
  "description": "Record browser sessions with the Replay Browser through the host agent browser, analyze recordings through Replay MCP tools or Replay QA, and upload pending recordings when the turn ends.",
  "author": {
    "name": "Replay",
    "url": "https://replay.io"
  },
  "homepage": "https://replay.io",
  "repository": "https://github.com/replayio/plugins",
  "license": "MIT",
  "keywords": [
    "replay",
    "agent-browser",
    "playwright",
    "browser-automation",
    "time-travel-debugging",
    "recording",
    "replay-qa",
    "chatgpt-app"
  ],
  "skills": "./skills/",
  "apps": "./.app.json",
  "interface": {
    "displayName": "Replay.io",
    "shortDescription": "Record browser sessions and inspect Replay recordings or Replay QA results",
    "longDescription": "Drive the host agent browser with Replay Chromium selected by AGENT_BROWSER_EXECUTABLE_PATH to capture time-travel debuggable recordings, upload pending recordings after the run, analyze uploaded recordings through Replay MCP tools, and create Replay QA projects for recording analysis or live-app exploration. In MCP Apps-aware hosts, Replay tool results can render rich debugging widgets for logpoints, console output, React trees, Redux state, network requests, screenshots, source code, profiles, and exception stacks.",
    "developerName": "Replay",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://replay.io",
    "privacyPolicyURL": "https://replay.io/privacy",
    "termsOfServiceURL": "https://replay.io/terms",
    "defaultPrompt": [
      "Record an agent browser session against this local app and analyze the resulting recording",
      "Create a Replay QA project for this Replay recording and report the bugs"
    ],
    "brandColor": "#F02D5E",
    "composerIcon": "./assets/replayio.svg",
    "logo": "./assets/replayio.svg",
    "screenshots": []
  }
}

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

[replayio on Agent Plugins Marketplace](https://pluginsmp.com/plugins/replayio)