Screenshot
This skill captures screenshots of your chat as images for archiving or sharing, providing a visual record of conversations.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add dalehurley-screenshot npx -- -y @trustedskills/dalehurley-screenshot
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"dalehurley-screenshot": {
"command": "npx",
"args": [
"-y",
"@trustedskills/dalehurley-screenshot"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The dalehurley-screenshot skill allows AI agents to capture screenshots of web pages. It can take a full page screenshot or a specific viewport size, and the resulting image can be returned as a data URL for immediate use or saved to a file. This is useful for documenting website layouts, archiving content, or creating visual reports.
When to use it
- Website Documentation: Automatically generate screenshots of key pages for documentation purposes.
- Visual Bug Reporting: Capture the exact state of a web page when reporting bugs to developers.
- Content Archiving: Create snapshots of online articles or resources that might change over time.
- Automated Visual Testing: Integrate screenshot capture into automated testing workflows to detect visual regressions.
Key capabilities
- Full-page screenshot capture
- Viewport size specification for screenshots
- Returns image as a data URL
- File saving functionality (implied)
Example prompts
- "Take a full page screenshot of https://www.example.com."
- "Capture a screenshot of https://www.example.com at 800x600 resolution."
- “Save a screenshot of this website to my files.”
Tips & gotchas
The skill requires internet access to load the target webpage before capturing the screenshot. Ensure the agent has appropriate permissions if file saving is desired.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.