Ruflo Browser

Ruflo Browser from gabrielmoreira/agent-skills-mirror.

by @gabrielmoreira 10 skills

Skills in this plugin

10
  1. Browser Test · gabrielmoreira
    UI test recipe -- composes browser-record (capture) + browser-replay (verify) so every test produces a replayable RVF artifact, not an ephemeral run
    17 repo stars
  2. Browser Login · gabrielmoreira
    Drive an authentication flow once, sanitize cookies through AIDefence, and vault a reusable cookie handle in browser-cookies for future sessions
    17 repo stars
  3. Browser Intent · gabrielmoreira
    Execute a natural-language browser intent via page-agent (browser_act) when the target is easier to describe than to select — degrades gracefully when page-agent or an OpenAI-compatible LLM provider isn't configured
    17 repo stars
  4. Browser Record · gabrielmoreira
    Open a named, traced browser session into an RVF cognitive container with a ruvector trajectory recording every action
    17 repo stars
  5. Browser Replay · gabrielmoreira
    Replay a recorded session trajectory against the same URL or a mutated variant; uses browser-selectors embedding similarity to recover from DOM drift
    17 repo stars
  6. Browser Scrape · gabrielmoreira
    DEPRECATED in v0.2.0 -- use browser-extract instead; this is a thin shim for backward compatibility, removed in v0.3.0
    17 repo stars
  7. Browser Extract · gabrielmoreira
    Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model
    17 repo stars
  8. Browser Auth Flow · gabrielmoreira
    Browser Auth Flow
    17 repo stars
  9. Browser Form Fill · gabrielmoreira
    Fill a web form by mapping field-name → value, with optional template lookup from browser-templates for known forms
    17 repo stars
  10. Browser Screenshot Diff · gabrielmoreira
    Visual + DOM diff between two recorded sessions at matching trajectory step ids; used for visual regression and replay verification
    17 repo stars