Repository inventory

cexll/myclaude

Skills indexed from this repository, with install-style signals scoped to the repo.
11 skills23K GitHub stars0 weekly installsGoGitHubOwner profile

Overview

This skill automates Chrome via the Chrome DevTools Protocol (CDP) for local browser tasks like launching Chrome with remote debugging, navigating pages, running in-browser JavaScript, capturing screenshots, and selecting DOM elements visually. It is designed to run entirely on the local machine with no MCP server required and returns structured JSON suited for multi-agent workflows. Use it when you need reliable, scriptable browser interactions with preserved sessions via a persistent profile.

How this skill works

The skill starts a Chrome instance listening on localhost:9222 and connects over WebSocket to CDP. It exposes small scripts to start Chrome (fresh or persistent profile), navigate tabs, evaluate expressions in page context, capture screenshots, and run a visual element picker that returns DOM metadata. Each script communicates with Chrome directly, runs the requested action, and returns structured JSON describing results such as file paths, element selectors, or evaluation values.

When to use it

  • Automate site navigation and data retrieval where real browser rendering is required
  • Run JavaScript in page context to read or mutate DOM, cookies, or localStorage
  • Capture screenshots of pages or specific states for reporting and visual regression
  • Select UI elements interactively to obtain robust CSS selectors and element metadata
  • Preserve authenticated sessions using a persistent profile to access protected content

Best practices

  • Start Chrome with --profile when you need to reuse cookies or auth tokens between runs
  • Use single expressions or IIFE when passing multi-statement code to the eval script to ensure correct return values
  • Keep Chrome and the skill dependencies up to date to avoid CDP protocol mismatches
  • Validate returned selectors and rects from the picker in a headless or CI environment before automating clicks
  • Store screenshots from the returned temp path immediately if you need long-term archival

Example use cases

  • Log into a web app once with --profile and automate authenticated scraping or form submissions
  • Run eval.js to extract page metadata (title, meta tags, or computed values) and feed those into downstream agents
  • Use screenshot.js to capture visual evidence for bug reports or QA checks during CI runs
  • Use pick.js to identify a stable selector for an automated click or fill action in a follow-up script
  • Open multiple tabs with nav.js --new to parallelize inspection of pages before aggregating results

FAQ

No. All operations connect to a local Chrome instance on localhost:9222 and run entirely on your machine; credentials and cookies are not transmitted externally.

How do I preserve login sessions between runs?

Launch Chrome with the --profile flag to use a persistent profile directory that retains cookies, localStorage, and other auth tokens.

What format do scripts return results in?

Scripts return structured JSON objects containing values such as evaluation results, element metadata (tag, id, classes, selector, rect), and screenshot {path, filename} for easy agent consumption.

11 skills

browser
Automation

This skill automates browser tasks using Chrome DevTools Protocol to launch Chrome, navigate pages, run scripts, capture screenshots, and select elements.

CliDebuggingFrontendScripting+2
dev
Automation

This skill orchestrates ultra-efficient end-to-end development with parallel tasks and 90% test coverage, delivering rapid, reliable backend routing and

BackendCi CdDocsTesting+2
codex
Automation

This skill executes Codex CLI tasks for code analysis, refactoring, and automated changes with safe, structured output and file references.

BackendCliCode ReviewRefactor+1
do
Ai

This skill coordinates multi-agent feature development using a 7-phase workflow, orchestrating discovery to summary without writing code directly.

AutomationBackendCi CdCode Review+3
sparv
Ai

This skill guides SPARV-style specification planning and action to deliver verifiable results with structured logging and risk checks.

AutomationBackendDevopsScripting+2
codeagent
Automation

This skill orchestrates multi-backend code tasks with codeagent-wrapper, enabling parallel execution, file references, and structured outputs across Codex,

BackendCliCode ReviewDebugging+1
omo
Automation

This skill routes and coordinates multi-agent work flows for code analysis, bug investigation, fix planning, and implementation to minimize changes.

BackendCi CdCode ReviewDebugging+2
skill-install
Automation

This skill installs Claude skills from GitHub with automated security scanning and user-guided approval to ensure safe integration.

CliCode ReviewDevopsGit+3
prototype-prompt-generator
Ai

This skill generates detailed, production-ready UI/UX prototype prompts across design systems, tailoring specs, visuals, and implementation guidance.

DesignFrontendProductUx+1
product-requirements
Docs

This skill acts as a meticulous product owner to collect context, assess requirements quality, and generate polished PRDs.

PlanningProductUxWriting+1
test-cases
Docs

This skill generates comprehensive, requirement-driven test cases from PRD documents, ensuring complete functional, edge, error, and state-transition coverage

Integration TestsTestingUnit TestsGo
More from this maintainer
Other repositories and skills published under the same GitHub owner.
Skills library
Jump back to the full directory or explore grouped topics.
Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational