chrome-cdp-controllerControl local Chrome browser via Chrome DevTools Protocol (CDP) using Puppeteer. Use when you need to automate browser tasks like navigating pages, clicking...
Install via ClawdBot CLI:
clawdbot install hanxiaolin/chrome-cdp-controllerGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
eval(Calls external URL not in known-safe list
http://localhost:9222/json/version`AI Analysis
The skill connects only to a local Chrome instance controlled by the user, with no evidence of data exfiltration to external servers. The primary risk is the potential for misuse if malicious commands are injected, but this requires the user to already have a compromised local environment. The external API call to localhost:9222 is consistent with the skill's stated purpose of browser automation.
Audited Apr 17, 2026 · audit v1.0
Generated May 6, 2026
Automate navigation to Taobao, search for products like 'iPhone', and extract title and price data from search results. This enables competitive price tracking and market research without manual browsing.
Use navigation, fill, and click commands to automatically submit forms on web applications. Ideal for testing registration flows or bulk data entry tasks.
Navigate to chat.openai.com, wait for the textarea, type a question, and retrieve the response. This can integrate AI assistant capabilities into automated workflows.
Start intercepting network responses matching a URL pattern (e.g., 'api'), then perform actions and retrieve intercepted data. Useful for monitoring API calls and debugging web apps.
Take full-page screenshots of web pages at scheduled intervals or after specific interactions. Helps detect visual changes in web applications over time.
Offer automated data extraction services (e.g., price monitoring, competitor analysis) on a subscription basis. Clients pay monthly for scheduled scraping and data delivery.
Provide pre-built test scripts or a platform for running automated browser tests using this skill. Charge per test execution or offer enterprise licensing.
Deploy automated browser sessions to interact with web-based customer support portals or AI chatbots on behalf of clients. Bill based on usage or monthly retainer.
💬 Integration Tip
Ensure Chrome is launched with `--remote-debugging-port=9222` before using the skill. The skill itself is stateless and can be triggered via CLI or Node.js API, making it easy to integrate into existing automation pipelines.
Scored May 6, 2026
Real-time search engine supporting web search, vertical domain search, parallel batch search, and URL content extraction.
Manage Feishu (Lark) calendars by listing, searching, checking schedules, syncing events, and marking tasks with automated date extraction.
Process multiple items with progress tracking, checkpointing, and failure recovery.
cad reference tool
Search, install, and create OpenClaw skills using intelligent matching across built-in, local, and GitHub skill repositories.
Use when building CLI tools, implementing argument parsing, or adding interactive prompts. Invoke for CLI design, argument parsing, interactive prompts, progress indicators, shell completions.