·web-browser
</>

web-browser

majesteitbart/talentmatcher

Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so.

10Installs·0Trend·@majesteitbart

Installation

$npx skills add https://github.com/majesteitbart/talentmatcher --skill web-browser

SKILL.md

\\\`bash ./tools/start.js # Fresh profile ./tools/start.js --profile # Copy your profile (cookies, logins) \\\`

\\\`bash ./tools/nav.js https://example.com ./tools/nav.js https://example.com --new \\\`

\\\`bash ./tools/eval.js 'document.title' ./tools/eval.js 'document.querySelectorAll("a").length' ./tools/eval.js 'JSON.stringify(Array.from(document.querySelectorAll("a")).map(a => ({ text: a.textContent.trim(), href: a.href })).filter(link => !link.href.startsWith("https://")))' \\\`

Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so. Source: majesteitbart/talentmatcher.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/majesteitbart/talentmatcher --skill web-browser
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is web-browser?

Allows to interact with web pages by performing actions such as clicking buttons, filling out forms, and navigating links. It works by remote controlling Google Chrome or Chromium browsers using the Chrome DevTools Protocol (CDP). When Claude needs to browse the web, it can use this skill to do so. Source: majesteitbart/talentmatcher.

How do I install web-browser?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/majesteitbart/talentmatcher --skill web-browser Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/majesteitbart/talentmatcher

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-01