browser-cdp
Editor's pickUse this skill when you need to control a Chrome browser via CDP (Chrome DevTools Protocol) to reuse existing login sessions. Covers: launching Chrome in debug mode, opening URLs, waiting for page load, evaluating JavaScript, taking snapshots, and extracting auth tokens. Trigger phrases: browser automation, CDP, agent-browser, 浏览器操作, 操作浏览器, Chrome CDP, 复用登录态, extract token from browser.
- Type
- skill
- GitHub stars
- ★ 606
- Repository
- worldwonderer/oh-story-claudecode
- Category
- frontend
Install
1Quick install (skills CLI)
npx skills add worldwonderer/oh-story-claudecode --skill browser-cdp --agent claude-codeInstalls browser-cdp into the current project's .claude/skills/ directory. Requires Node.js and the skills CLI.
2Manual install
Create ~/.claude/skills/<name>/ and copy the SKILL.md file from the repository into it. The directory name must match the skill name.
⚠️ Exact file layout and requirements vary by repository — always check the repo README first.
Prefer the full source? The repository README is the authoritative install reference.