replay-cli

Record, upload, and manage application sessions using the Replay CLI.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/blackgirlbytes/team-starter-repo --skill replay-cli
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: replay-cli
Source: https://github.com/blackgirlbytes/team-starter-repo/tree/main/.cursor/skills/replay-cli
Command: npx skills add https://github.com/blackgirlbytes/team-starter-repo --skill replay-cli

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps users manage their application recordings for performance analysis and debugging using the Replay CLI tool.

Core Features & Use Cases

  • Record Sessions: Capture application behavior for later analysis.
  • Upload Recordings: Upload recorded sessions to the Replay platform.
  • Manage Recordings: List, remove, and authenticate with Replay.
  • Use Case: You've encountered a bug in your application and want to record a session to send to the development team for debugging.

Quick Start

Use the replay-cli skill to record your application at https://myapp.com.

Frequently Asked Questions about replay-cli

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

FAQPage Schema
How do I record a web application session for debugging?

You can record a web application session for debugging by using the Replay CLI to capture application behavior at a specific URL. This creates a recording that can be analyzed later or shared with your development team.

Can I upload recorded sessions to the Replay platform via command line?

Yes, you can upload recorded sessions to the Replay platform using the Replay CLI. The skill provides commands to upload your local recordings, enabling remote debugging and performance analysis through the Replay MCP server integration.

How do I manage local application recordings on my machine?

You can manage local application recordings using the Replay CLI to list and remove saved sessions. This allows you to control your local storage and maintain only the recordings needed for ongoing performance analysis.

Do I need to authenticate with Replay before recording a session?

Authenticating with Replay is supported by the CLI before you record and upload sessions. Managing your credentials ensures that your captured application behavior can be successfully uploaded to your Replay account for later analysis.

What is the best way to capture a bug to send to my development team?

The best way to capture a bug for your development team is to record an application session using the Replay CLI at the specific URL where the issue occurs. You can then upload the recording to the Replay platform for collaborative debugging.

Does the Replay CLI support integration with debugging servers?

Yes, Replay CLI supports integration with the Replay MCP server for debugging. This enables you to analyze uploaded application recordings to identify performance issues and resolve errors.