vc:chrome-devtools

Automate browser tasks with Puppeteer using persistent sessions.

Updated May 10, 2026
One-click install
npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-chrome-devtools
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: vc:chrome-devtools
Source: https://github.com/cryborg1211/quant_trading_telegram_bot/tree/main/.agents/skills/vc-chrome-devtools
Command: npx skills add https://github.com/cryborg1211/quant_trading_telegram_bot --skill vc-chrome-devtools

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, sharp, yargs, debug, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automate browser tasks and sessions by orchestrating Puppeteer CLI scripts, enabling repeatable automation workflows with persistent browser contexts.

Core Features & Use Cases

  • Persistent sessions across script runs for task reuse.
  • Comprehensive automation: screenshots, performance metrics, network monitoring, web scraping, and form automation.
  • Real-world uses include QA automation, data collection, and productivity tooling for developers.

Quick Start

Run node scripts/navigate.js --url https://example.com to verify automated browser tasks.

Frequently Asked Questions about vc:chrome-devtools

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web scraping with persistent browser sessions?

You can automate web scraping with persistent sessions by running Puppeteer CLI scripts that maintain a reusable browser instance, allowing task reuse across multiple script executions.

What's the best way to capture screenshots and monitor network traffic during browser automation?

Browser automation scripts can capture screenshots and monitor network traffic by orchestrating Puppeteer CLI commands, which support comprehensive performance analytics and network monitoring across workflows.

Do I need Node.js and Puppeteer installed to automate form automation tasks?

Yes, you need Node.js and Puppeteer installed to automate form tasks, as the CLI scripts rely on these dependencies to execute browser automation and maintain session state.

Can I use Puppeteer CLI scripts for QA automation and data collection?

Yes, you can use Puppeteer CLI scripts for QA automation and data collection, applying repeatable automation workflows to screenshots, performance metrics, and form automation.

How does persistent session state work across multiple Puppeteer script runs?

Persistent session state works by maintaining a reusable browser instance across script runs, enabling repeatable automation workflows with persistent browser contexts for task reuse.