Install
1
Run in your terminal$
npx claudepluginhub kriscard/kriscard-claude-plugins --plugin chromedev-toolsCommand Content
Capture full-page screenshot of $ARGUMENTS:
Workflow
-
Navigate to page:
- Use
mcp__plugin_chromedev-tools_cdt__navigate_pagewith url: "$ARGUMENTS"
- Use
-
Wait for rendering:
- Use
mcp__plugin_chromedev-tools_cdt__wait_forwith time: 2 (allows page rendering and image loading)
- Use
-
Capture screenshot:
- Use
mcp__plugin_chromedev-tools_cdt__take_screenshotwith:- fullPage: true (capture entire scrollable page)
- filename: "screenshot.png"
- type: "png"
- Use
Output
Report to user:
- Screenshot saved to: [file location]
- Page URL: $ARGUMENTS
- Dimensions: [if available from snapshot]
If user did not provide a URL, prompt them with: "Please provide a URL to screenshot. Usage: /chromedev:screenshot <url>"
Other plugins with /screenshot
Stats
Parent Repo Stars5
Parent Repo Forks1
Last CommitMar 3, 2026