Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计提醒

replay-mcpreplay MCP 搜索

Agent Skill

replay-mcp 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,542

周安装

63

GitHub Stars

公开资料未说明

下载量

494
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:replay-mcp(replay MCP 搜索)
来源仓库:https://github.com/replayio/skills
仓库路径:skills/replay-mcp
安装命令:
npx skills add https://github.com/replayio/skills --skill replay-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/replayio/skills --skill replay-mcp

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位结果。
  • 可结合来源仓库和原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态及是否会触发联网或文件读写。
  • 安装方式:通过 npx skills add 从 GitHub 仓库安装。

SKILL.md

Overview

This document provides an overview of the tools available when using Replay MCP and how to use these tools to investigate recordings.

Replay MCP is used to inspect the contents of https://replay.io recordings. These recordings perfectly capture everything that happened when a browser visited an app or other web page. You can explore and investigate the app's behavior as if you are a detective with a time machine.

Any question about the app behaved can be answered precisely using data from the recording. The most important thing to remember when using Replay MCP to investigate a recording is to not jump to conclusions:

  1. Frame your task in the form of a question that you need to answer.
  2. Use exploratory tools to identify things that happened in the recording related to the question.
  3. Use explanatory tools to understand why those things happened.
  4. Form a hypothesis and identify data you gathered which justifies that hypothesis.
  5. Explain the answer referring to the data supporting your conclusion.

Terms

The recording is essentially a gigantic database containing everything that happened while the app executed. A couple terms are useful for understanding this database:

  • Point: A specific point in the execution of the app. There is a unique point created for every time a JS statement executes or any other interesting event with potential side effects on the app's state.
  • Element: A reference for a particular DOM element that is independent of any particular point. Each DOM element has a lifetime for some portion of the recording.

Exploratory Tools

Exploratory tools are used to discover what happened in the recording and when.

Errors

Error tools identify major errors that occurred in the app which may cause it to break.

  • UncaughtException: An exception was thrown and not caught by anything.
  • ReactException: An exception was thrown while rendering a React component, causing the tree to unmount.

Timeline

Timeline tools describe sequences of events for what happened across the recording.

  • Timeline: Combines data from other timeline tools to show interesting events in order.
  • ConsoleMessages: Shows all messages logged to the console.
  • LocalStorage: Shows all accesses made to local storage.
  • NetworkRequest: Shows all network requests made, or details about a specific request.
  • ReactRenders: Shows all React renders and the rendered components.

Sources

Source tools get information about the JS sources in the app and what code executed. When showing source code in these and other tools, hit counts are shown for each line. A blank value is used for lines that have no breakpoints.

  • ListSources: Find source files by name.
  • ReadSource: Read the contents of a source and show what code executed.
  • SearchSources: Search the contents of all sources for a pattern and show what code executed.

Explanatory Tools

Explanatory tools are used to understand why particular things happened in the recording.

Dependencies

Dependency tools track happens-before relationships between events in the recording. This is useful to understand why particular events happened or didn't happen.

  • GetStack: Show the on stack frames at a point.
  • ControlDependency: Describe the events in a recording that triggered execution of a point.

Details

Detail tools show additional details about the app's state at particular points.

  • DescribePoint: Describe a point's location and variable values.
  • InspectElement: Describe a DOM element's details.
  • ReactComponents: Describe the React component tree at a point.
  • Logpoint: Show the points and values of an expression every time a statement executed.
  • Evaluate: Evaluate an expression at a particular point.

Tips

When understanding JS behavior it is a good idea to find code relevant to the question being answered, see whether that code executed at all, and get details about the times when it executed. The Logpoint tool is extremely useful for this: see the value of the same expression whenever a statement executed, look for anything unexpected, and continue investigating from there.

When understanding the timing around a particular event (e.g. why it happened later than desired), find a point in the recording associated with the event and use the ControlDependency tool to explore the events that had to happen first and any associated delays.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

34.62%
按下载量换算171

Claude

30.38%
按下载量换算150

Cursor

19.96%
按下载量换算99

Gemini CLI

8.98%
按下载量换算44

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills