mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
7 lines
512 B
Markdown
7 lines
512 B
Markdown
<!--
|
|
name: 'Tool Description: Claude in Chrome JavaScript tool'
|
|
description: Describes the Claude in Chrome JavaScript execution tool for running code in the current page context
|
|
ccVersion: 2.1.173
|
|
-->
|
|
Execute JavaScript code in the context of the current page. The code runs in the page's context and can interact with the DOM, window object, and page variables. Returns the result of the last expression or any thrown errors. If you don't have a valid tab ID, use tabs_context_mcp first to get available tabs.
|