chromeChrome DevTools Protocol, extension Manifest V3, and debugging patterns that prevent common automation failures.
Install via ClawdBot CLI:
clawdbot install ivangdavila/chromeGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
http://localhost:9222/json/list`Audited Apr 16, 2026 · audit v1.0
Generated Mar 1, 2026
Use Chrome DevTools Protocol to automate testing of product pages, including screenshot capture on high-DPI displays and network request interception for performance monitoring. This ensures cross-browser compatibility and detects layout thrash in real-time during user interactions.
Leverage Manifest V3 to build extensions with service workers for background tasks, using chrome.storage.local for state management and content script isolation for secure page interactions. This enables features like ad-blocking or data scraping while maintaining user privacy.
Implement context detection to verify Chrome environments and use network debugging to block insecure resources, ensuring HTTPS compliance and preventing mixed content issues. This helps organizations audit web applications for security vulnerabilities.
Utilize performance debugging with marks and observers to measure load times and detect layout thrash, optimizing media-heavy sites for faster rendering. This improves user experience on platforms like news or streaming services.
Apply CDP async commands and response body fetching to automate data extraction from financial portals, ensuring reliable navigation and error handling. This supports tasks like transaction monitoring or report generation in secure contexts.
Offer a cloud-based platform that uses Chrome automation skills to provide continuous testing services for web applications. Revenue is generated through subscription tiers based on test frequency and complexity, targeting developers and QA teams.
Provide bespoke Chrome extension development services using Manifest V3, focusing on productivity or security enhancements for businesses. Revenue comes from project-based fees and ongoing maintenance contracts, serving clients in various industries.
Develop a tool that leverages Chrome's performance APIs to offer real-time analytics on website speed and user experience. Revenue is generated via freemium models with advanced features for enterprise clients, such as detailed reporting and alerts.
💬 Integration Tip
Start by fetching the WebSocket URL from localhost:9222/json/list before connecting to CDP, and always enable Runtime and Page domains to avoid common automation failures.
Scored Apr 19, 2026
Use when building UI with shadcn/ui components, Tailwind CSS layouts, form patterns with react-hook-form and zod, theming, dark mode, sidebar layouts, mobile navigation, or any shadcn component question.
Tailwind reference tool. Use when working with tailwind in frontend contexts.
A product creation skill based on the "Bee Website Builder" Open API. It is used to create a new product under a specified site language and product group, w...
A product update skill based on the "Bee Website Builder" Open API. It is used to update an existing product under a specified site language and supports upd...
Build WCAG 2.1 AA compliant websites with semantic HTML, proper ARIA, focus management, and screen reader support. Includes color contrast (4.5:1 text), keyboard navigation, form labels, and live regions. Use when implementing accessible interfaces, fixing screen reader issues, keyboard navigation, or troubleshooting "focus outline missing", "aria-label required", "insufficient contrast".
Use when building Vue 3 applications with Composition API, Nuxt 3, or Quasar. Invoke for Pinia, TypeScript, PWA, Capacitor mobile apps, Vite configuration.