fix-visual-stability-browser-testingVERIFY your changes work. Measure CLS, detect theme flicker, test visual stability, check performance. Use BEFORE and AFTER making changes to confirm fixes....
Install via ClawdBot CLI:
clawdbot install wu-uk/fix-visual-stability-browser-testingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://localhost:3000Audited Apr 17, 2026 · audit v1.0
Generated May 8, 2026
An online store measures CLS on product pages to identify layout shifts due to missing image dimensions or late-loading ads, then fixes them to improve user experience and SEO rankings.
A SaaS company automates before/after performance measurements using the measure.ts script during each deployment to catch regressions in API call patterns or JavaScript execution time.
A news website uses detect-flicker.ts to ensure dark mode loads without a white flash, improving accessibility and user satisfaction for night-time readers.
A fintech startup profiles their dashboard API endpoints, identifying sequential requests that block UI rendering, then refactors with Promise.all() to reduce total load time.
A design system team integrates CLS measurement into their component testing pipeline to prevent layout shifts when new components are added or existing ones are updated.
Offer a consulting service where you audit client websites using these tools, provide actionable reports, and implement fixes for a fee.
License the skill as a plugin for enterprise CI/CD pipelines, enabling automated performance checks before every production deployment.
Wrap the scripts into a SaaS platform that continuously monitors client websites, sends alerts on CLS/theme flicker regressions, and offers historical trend analysis.
💬 Integration Tip
To integrate, copy the scripts from the skill directory into your project and run them via npx ts-node. For automated checks, add them as npm scripts in your package.json and trigger in your CI pipeline before merge.
Scored May 8, 2026
A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured commands.
Uses a headless browser to navigate web pages, interact with elements, and extract clean, readable text content from URLs.
Headless browser automation CLI optimized for AI agents with accessibility tree snapshots and ref-based element selection
通过已登录的Edge或Chrome浏览器,利用Chrome DevTools Protocol执行JS渲染页面的导航、点击、截图及数据提取等自动化操作。
Send and receive SMS/RCS via Google Messages web interface (messages.google.com). Use when asked to "send a text", "check texts", "SMS", "text message", "Google Messages", or forward incoming texts to other channels.
High-performance browser automation for heavy scraping, multi-tab management, and precise DOM extraction. Use this when you need speed, reliability, or advanced state management (cookies/local storage) beyond standard web fetching.