web-browser
✓ボタンのクリック、フォームへの入力、リンクの移動などのアクションを実行して、Web ページを操作できるようにします。これは、Chrome DevTools Protocol (CDP) を使用して Google Chrome または Chromium ブラウザをリモート制御することで機能します。クロードは、Web を閲覧する必要がある場合、このスキルを使用して閲覧することができます。
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://")))' \\\`
ボタンのクリック、フォームへの入力、リンクの移動などのアクションを実行して、Web ページを操作できるようにします。これは、Chrome DevTools Protocol (CDP) を使用して Google Chrome または Chromium ブラウザをリモート制御することで機能します。クロードは、Web を閲覧する必要がある場合、このスキルを使用して閲覧することができます。 ソース: majesteitbart/talentmatcher。
引用可能な情報
AI/検索での引用用の安定したフィールドとコマンド。
- インストールコマンド
npx skills add https://github.com/majesteitbart/talentmatcher --skill web-browser- カテゴリ
- </>開発ツール
- 認証済み
- ✓
- 初回登録
- 2026-02-01
- 更新日
- 2026-02-18
クイックアンサー
web-browser とは?
ボタンのクリック、フォームへの入力、リンクの移動などのアクションを実行して、Web ページを操作できるようにします。これは、Chrome DevTools Protocol (CDP) を使用して Google Chrome または Chromium ブラウザをリモート制御することで機能します。クロードは、Web を閲覧する必要がある場合、このスキルを使用して閲覧することができます。 ソース: majesteitbart/talentmatcher。
web-browser のインストール方法は?
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/majesteitbart/talentmatcher --skill web-browser インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります
ソースリポジトリはどこですか?
https://github.com/majesteitbart/talentmatcher