replay-qa-api

Access Replay QA API for project management and bug retrieval.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/replayio/plugins --skill replay-qa-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replay-qa-api
Source: https://github.com/replayio/plugins/tree/main/obvious-ai/.obvious/skills/replay-qa-api
Command: npx skills add https://github.com/replayio/plugins --skill replay-qa-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the direct interaction with Replay QA API from an Obvious agent, providing streamlined access to essential features like project creation, status checks, bug retrieval, and test runs without the need for additional setup.

Core Features & Use Cases

  • Direct API Access: Offers a straightforward interface to call the Replay QA REST API directly from an Obvious agent.
  • Authentication Handling: Automates token retrieval from environment variables and .replay/profile/auth.json for API requests.
  • Project Management: Allows users to create, select, reuse, and save project IDs from .replay/config.json or a dashboard URL.
  • Bug Management: Fetches bug lists and detailed information about open bugs for quick troubleshooting and tracking.
  • Journey & Test Run Management: Lists available journeys, test runs, and explorations for further analysis.

Quick Start

Create a new Replay QA project from an uploaded recording by running: "Create project from recording" command.

Frequently Asked Questions about replay-qa-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve bug lists from the Replay QA API?

To retrieve bug lists from the Replay QA API, you can use an Obvious agent to fetch open bugs and detailed information. The Skill handles API requests automatically by extracting authentication tokens from environment variables or local config files.

How do I authenticate API requests to Replay QA?

Authenticating Replay QA API requests is handled automatically by retrieving tokens from environment variables or the local `.replay/profile/auth.json` file. This ensures seamless integration with local workflows without manual setup for each API call.

Can I manage Replay QA projects directly from my agent?

Yes, you can manage Replay QA projects directly from an Obvious agent. The Skill allows you to create new projects from recordings, check statuses, and save project IDs to `.replay/config.json` or extract them from a dashboard URL for reuse.

What test run data can I access via the Replay QA API?

Via the Replay QA API, you can access data for available journeys, test runs, and explorations. This allows you to list and analyze testing activities directly from your Obvious agent for further troubleshooting and tracking.

Does Replay QA API integration require external dependencies?

No, Replay QA API integration requires no external dependencies. It operates independently using scripts and references to directly access the REST API, relying solely on your existing authentication tokens and local configuration files.

Why is my Replay QA API project creation failing?

Replay QA API project creation typically fails due to missing authentication tokens or invalid configuration. Ensure your environment variables are set correctly and that `.replay/profile/auth.json` contains valid credentials for the API to authenticate your requests.