一键导入
这个仓库中的 skills
Compare two pages or browser views side by side: staging vs production, mobile vs desktop, or before vs after changes. Outputs structured diffs of content, forms, and links.
Navigate multi-step flows on authenticated pages: follow menu paths, click through breadcrumbs, handle SPA routing, wait for page loads, and backtrack safely. Also covers direct URL navigation with the navigate_to_url tool.
Use when starting any Brijio session — establishes how to discover and use skills, which tools are available, and when to invoke each skill before any browser interaction.
Complete forms on authenticated pages: detect field types, handle multi-step forms, fill inputs, select options, and submit safely.
Audit web pages for accessibility issues: missing alt text, unlabeled controls, heading hierarchy, ARIA landmarks, and color contrast — on authenticated pages that automated scanners can't reach.
Extract structured data from authenticated pages: tables, lists, paginated content, and multi-page scraping via the user's real browser session.
Automate e-commerce checkout flows on authenticated pages: add to cart, fill shipping, apply coupons, fill payment — stopping before final submit.
Periodic page monitoring via Brijio: read authenticated pages on a schedule, extract specific data, compare to previous state, and notify on changes — designed for Hermes cron jobs.
Complete new account onboarding flows: multi-step registration, email verification, profile setup, and preference configuration on authenticated pages.
Test web applications on authenticated pages: navigate flows, check for errors, verify behavior, cross-browser compare, and report findings.