Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Browser Record

Skill Verifiziert Aktiv
Teil von:Ruflo Browser

Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action

Zweck

To provide a robust and traceable mechanism for initiating and managing browser sessions, enabling detailed recording of user actions for replay, analysis, or debugging.

Funktionen

  • Opens named browser sessions
  • Allocates RVF cognitive containers
  • Records actions via ruvector trajectory
  • Supports session replay and analysis
  • Integrates with downstream browser skills

Anwendungsfälle

  • Starting any browser interaction that requires preserving the trace for later replay or analysis.
  • Exploring a website interactively while ensuring all actions are recorded.
  • Establishing a reusable session for subsequent browser-based tasks.
  • Debugging complex user flows by reviewing recorded trajectories.

Nicht-Ziele

  • Performing one-off, throwaway browser probes.
  • Directly executing browser actions without session tracing.
  • Redacting Personally Identifiable Information (PII) during navigation (handled by downstream skills).

Workflow

  1. Allocate session ID and RVF container
  2. Begin trajectory recording
  3. Open browser via `browser_open`
  4. Snapshot initial state (accessibility, screenshot)
  5. Record trajectory step before and after each interaction
  6. End session cleanly with verdict
  7. Compact RVF file
  8. Index session in AgentDB

Praktiken

  • Browser Session Management
  • Action Recording
  • Trace Preservation

Voraussetzungen

  • npx installed
  • ruvector@0.2.25 or compatible
  • @claude-flow/cli@latest or compatible
  • MCP server with browser tools enabled

Installation

Zuerst Marketplace hinzufügen

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-browser@ruflo

Qualitätspunktzahl

Verifiziert
97 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commitabout 24 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Playwright Recording

99

Zeichnen Sie Browser-Interaktionen als Video mit Playwright auf. Verwenden Sie dies zum Erfassen von Demovideos, App-Walkthroughs und UI-Flows für Remotion-Videos. Auslöser sind die Aufzeichnung einer Demo, die Erfassung eines Browser-Videos, die Bildschirmaufnahme einer Website oder die Erstellung von Walkthrough-Aufnahmen.

Skill
digitalsamba

Browser Trace

99

Capture a full DevTools-protocol trace of any browser automation — CDP firehose, screenshots, and DOM dumps — then bisect the stream into per-page searchable buckets. Use when the user wants to debug a failed run, audit network/console/DOM activity, attach a trace to an in-progress session, or feed structured per-page summaries back into an agent loop so its next iteration learns from the last one.

Skill
browserbase

Agent Browser

100

Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.

Skill
shanraisshan

Chatgpt Search

100

Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".

Skill
SeifBenayed

Cli Anything Safari

100

Safari browser automation CLI on macOS via safari-mcp. Controls real Safari (native, keeps logins) by wrapping the safari-mcp MCP server. Every one of the 84 MCP tools is exposed 1:1 with schema-accurate arguments — guaranteed parity, no manual drift.

Skill
hkuds

AutoBrowse

100

Self-improving browser automation via the auto-research loop. Iteratively runs a browsing task, reads the trace, and improves the navigation skill (strategy.md) until it reliably passes. Supports parallel runs across multiple tasks using sub-agents. Use when you want to build or improve browser automation skills for specific website tasks.

Skill
browserbase