Browser Record
Skill Verifiziert AktivOpen a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
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
- Allocate session ID and RVF container
- Begin trajectory recording
- Open browser via `browser_open`
- Snapshot initial state (accessibility, screenshot)
- Record trajectory step before and after each interaction
- End session cleanly with verdict
- Compact RVF file
- 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@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Playwright Recording
99Zeichnen 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.
Browser Trace
99Capture 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.
Agent Browser
100Browser-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.
Chatgpt Search
100Search 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".
Cli Anything Safari
100Safari 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.
AutoBrowse
100Self-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.