cdp-browser

Install this file in your repo as .agents/skills/cdp-browser/SKILL.md .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cdp-browser" with this command: npx skills add sids/cdp-browser/sids-cdp-browser-cdp-browser

cdp-browser skill

Install this file in your repo as .agents/skills/cdp-browser/SKILL.md .

Use this skill when a task needs real-browser execution rather than static HTTP fetching.

Quick workflow

bunx cdp-browser start bunx cdp-browser nav https://example.com --new bunx cdp-browser wait-network-idle bunx cdp-browser dismiss-cookies bunx cdp-browser eval "document.title" bunx cdp-browser screenshot bunx cdp-browser watch bunx cdp-browser logs-tail --follow bunx cdp-browser net-summary

Optional version pinning

bunx cdp-browser@0.1.3 nav https://example.com

Default operating pattern

  • Start a managed browser session.

  • Navigate to the target page and wait for network idle.

  • Remove overlays when needed (dismiss-cookies ).

  • Extract data with eval ; use pick when selector discovery is needed.

  • Capture artifacts (screenshot , logs-tail , net-summary ) when requested.

  • Return results with all generated file paths.

Commands

  • start [--fresh] [--copy-profile [name]] [--browser <path-or-name>]

  • nav <url> [--new]

  • eval '<expression>'

  • screenshot

  • pick '<message>'

  • dismiss-cookies [--reject]

  • watch

  • logs-tail [--file <path>] [--follow]

  • net-summary [--file <path>]

  • wait-network-idle [--timeout <ms>] [--idle-time <ms>] [--max-inflight <count>]

Response expectations

  • Include exact paths for any generated artifacts.

  • Include the failing command and concise stderr when a command errors.

  • Keep extraction steps deterministic and reproducible.

Troubleshooting

  • If connection fails, verify http://localhost:9222/json/version .

  • If browser detection fails, run start --browser <path-or-name> .

  • Use --fresh for a clean session.

  • Use --copy-profile [name] for logged-in state.

  • Use CDP_BROWSER_BASE_DIR to control managed data paths.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

cdp-browser

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

clinic-visit-prep

帮助患者整理就诊前问题、既往记录、检查清单与时间线,不提供诊断。;use for healthcare, intake, prep workflows;do not use for 给诊断结论, 替代医生意见.

Archived SourceRecently Updated
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated