Borrowing it
Nothing to install: this file belongs to opencue/cuecards. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/opencue/cuecards/main/.agents/skills/vc-chrome-devtools/SKILL.mdgit clone --depth 1 https://github.com/opencue/cuecardsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/opencue/cuecards/vc-chrome-devtools)<a href="https://agentmods.dev/skills/opencue/cuecards/vc-chrome-devtools"><img src="https://agentmods.dev/badge/skills/opencue/cuecards/vc-chrome-devtools.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00038 | $0.05688 |
| Opus 5 | $0.00019 | $0.02844 |
| Sonnet 5 | $0.00008 | $0.01138 |
| Haiku 4.5 | $0.00004 | $0.00569 |
Grade A, and why
vc:chrome-devtools scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
# Netscape format (from curl/wget): This is a copy
91% identical to ck:chrome-devtools — 67 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 635 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Chrome DevTools Agent Skill
Browser automation via Puppeteer scripts with persistent sessions. All scripts output JSON.
Skill Location
Skills can exist in project-scope or user-scope. Priority: project-scope > user-scope.
# Detect skill location (no cd needed - scripts use __dirname for paths)
SKILL_DIR=""
if [ -d ".Codex/skills/chrome-devtools/scripts" ]; then
SKILL_DIR=".Codex/skills/chrome-devtools/scripts"
elif [ -d "$HOME/.Codex/skills/chrome-devtools/scripts" ]; then
SKILL_DIR="$HOME/.Codex/skills/chrome-devtools/scripts"
fi
# Run scripts with full path: node "$SKILL_DIR/script.js" --args
Choosing Your Approach
| Scenario | Approach |
|---|---|
| Source-available sites | Read source code first, write selectors directly |
| Unknown layouts | Use aria-snapshot.js for semantic discovery |
| Visual inspection | Take screenshots to verify rendering |
| Debug issues | Collect console logs, analyze with session storage |
| Accessibility audit | Use ARIA snapshot for semantic structure analysis |
Project-Specific Setup
For Flowser-specific connection patterns and when to prefer chrome-devtools over agent-browser or docker exec, see process/context/tests/all-tests.md in the consuming repo. This skill file is a generic tool reference only.
Automation Browsing Running Mode
Browser visibility is resolved automatically by resolveHeadless() in lib/browser.js:
| Environment | Default | Why |
|---|---|---|
| macOS / Windows | Headed (visible) | Better debugging, OAuth login support |
| Linux / WSL | Headless | Servers typically have no display |
CI (CI, GITHUB_ACTIONS, GITLAB_CI, JENKINS_URL env vars) |
Headless | No display available |
Override with --headless true or --headless false on any script.
- Run multiple scripts/sessions in parallel to simulate real user interactions.
- Run multiple scripts/sessions in parallel to simulate different device types (mobile, tablet, desktop).
What ships with it
60 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/cdp-domains.md 17 KB
- references/performance-guide.md 21 KB
- references/puppeteer-reference.md 19 KB
- screenshots/chat-mock-v1.png 351 KB
- screenshots/chat-mock-v2.png 355 KB
- screenshots/chat-mock-v3-wide.png 370 KB
- screenshots/chat-mock-v4.png 166 KB
- screenshots/chat-mock-workspace.png 429 B
- screenshots/ui-audit-20260408-v2/01-dashboard-instances-list-single-running.png 64 KB
- screenshots/ui-audit-20260408-v2/02-instance-overview-details-connections-actions.png 118 KB
- screenshots/ui-audit-20260408-v2/03-instance-settings-top-details-power-secrets-form.png 149 KB
- screenshots/ui-audit-20260408-v2/04-instance-settings-scrolled-secrets-dangerzone.png 130 KB
- screenshots/ui-audit-20260408-v2/05-agent-chat-full-layout-sidebar-expanded-3panel.png 339 KB
- screenshots/ui-audit-20260408-v2/06-agent-chat-sidebar-collapsed-with-e2e-job.png 261 KB
- screenshots/ui-audit-20260408-v2/07-agent-chat-sidebar-icons-conversation-start.png 254 KB
- screenshots/ui-audit-20260408-v2/08-sidebar-pinned-full-agent-list-chat-active.png 309 KB
- screenshots/ui-audit-20260408-v2/09-history-panel-linkedin-feed-results.png 330 KB
- screenshots/ui-audit-20260408-v2/10-chat-model-identity-minimax-m25-nitro.png 292 KB
- screenshots/ui-audit-20260408-v2/11-workspace-tab-file-explorer-no-selection.png 363 KB
- screenshots/ui-audit-20260408-v2/12-workspace-identity-md-file-open-in-editor.png 509 KB
- screenshots/ui-audit-20260408-v2/13-integrations-tab-connector-grid-overview.png 570 KB
- screenshots/ui-audit-20260408-v2/14-integration-linkedin-detail-connected-account.png 317 KB
- screenshots/ui-audit-20260408-v2/15-integrations-composio-detail-no-accounts.png 295 KB
- screenshots/ui-audit-20260408-v2/16-chat-workflows-tab-linkedin-engagement-package.png 316 KB
- screenshots/ui-audit-20260408-v2/17-chat-schedule-tab-heartbeat-and-cronjobs.png 355 KB
- screenshots/ui-audit-20260408-v2/18-chat-settings-tab-identity-proxy-tools.png 381 KB
- screenshots/ui-audit-20260408-v2/19-chat-browser-tab-user-typing-message.png 337 KB
- screenshots/ui-audit-20260408-v2/20-new-chat-empty-state-with-browser-panel.png 85 KB
- screenshots/ui-audit-20260408-v2/21-instances-page-create-instance-modal.png 69 KB
- screenshots/ui-audit-20260408-v2/22-chat-create-agent-modal-over-integrations-grid.png 418 KB
- screenshots/ui-audit-20260408-v2/23-integration-gmail-detail-no-accounts.png 363 KB
- screenshots/ui-audit-20260408-v2/24-integrations-search-linkedin-filtered-grid.png 448 KB
- screenshots/ui-audit-20260408-v2/25-chat-cron-e2e-test-job-composio-panel.png 295 KB
- screenshots/ui-audit-20260408-v2/26-workspace-openclaw-json-editor-file-tree.png 551 KB
- screenshots/ui-audit-20260408-v2/27-workspace-skills-folder-skill2md-empty-editor.png 383 KB
- screenshots/ui-audit-20260408-v2/28-workspace-agents-identity-folders-expanded.png 362 KB
- screenshots/ui-audit-20260408-v2/29-workspace-memory-sqlite-files-tree-expanded.png 360 KB
- screenshots/ui-audit-20260408/01-dashboard.png 62 KB
- screenshots/ui-audit-20260408/02-agent-chat-default.png 304 KB
- screenshots/ui-audit-20260408/03-agent-chat-browser-tab.png 304 KB
- screenshots/ui-audit-20260408/04-agent-chat-workspace-tab.png 306 KB
- screenshots/ui-audit-20260408/05-agent-chat-integrations-tab.png 313 KB
- screenshots/ui-audit-20260408/06-agent-chat-workflows-tab.png 327 KB
- screenshots/ui-audit-20260408/07-agent-chat-schedule-tab.png 314 KB
- screenshots/ui-audit-20260408/08-agent-chat-settings-tab.png 362 KB
- screenshots/ui-audit-20260408/09-agent-overview.png 83 KB
- screenshots/ui-audit-20260408/10-agent-settings.png 174 KB
- screenshots/ui-audit-20260408/11-agent-workspace.png 142 KB
- screenshots/ui-audit-20260408/12-instance-overview.png 90 KB
- screenshots/ui-audit-20260408/13-instance-browser.png 120 KB
- screenshots/ui-audit-20260408/14-instance-files.png 116 KB
- screenshots/ui-audit-20260408/15-instance-secrets.png 161 KB
- screenshots/ui-audit-20260408/16-instance-settings.png 228 KB
- screenshots/ui-audit-20260408/17-modal-create-instance.png 107 KB
- screenshots/ui-audit-20260408/18-modal-create-agent.png 329 KB
- screenshots/ui-audit-20260408/19-chat-session-sidebar.png 432 KB
- scripts/__tests__/error-handling.test.js 3.6 KB runs code
- scripts/__tests__/selector.test.js 6.4 KB runs code
- scripts/.gitignore 53 B
- scripts/aria-snapshot.js 10 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 635 lines · 38 tokens per session scan A 40cd55d728b3
vc:chrome-devtools is a skill published in the GitHub repository opencue/cuecards (5 stars, last pushed today), licensed MIT. It adds 38 tokens to every session and 5,688 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). It is 91% identical to ck:chrome-devtools, differing in 67 lines, and is treated as a copy.
Other skills, from other repositories
atomic-debug
Hypothesis-driven debugging skill. Use when a bug, test failure, crash, or unexpected behavior is reported. Auto-trigger on error pastes or "broken/doesn't work/failing" language. Explicit invocation: /atomic-debug. Output: symptom statement → hypothesis table → cheapest test first → root cause. No symptom-patching.…
system-health
Suggest whether the machine needs a DISK or MEMORY cleanup — and catch the case where Heimdall ITSELF is the hog (runaway orphaned python from the presence keeper). Use when the machine is slow / swapping / laggy, disk or "System Data" is full, memory is exhausted, at the start of a long session, or when the user asks…
debug
Structured debugging workflow for investigating issues.
fix-issue
Analyze and fix a GitHub issue with structured workflow.
stuck
Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.
structured-debugging
Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…