rey-screenshot
Autonomous screenshot and visual capture. Self-initiated screen capture for SNS posts.
Why use this skill?
Automate screenshots of web pages, terminals, and dashboards with the rey-screenshot tool. Perfect for documentation, social media assets, and project monitoring.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/sa9saq/screenshot-toolWhat This Skill Does
The rey-screenshot skill provides the OpenClaw agent with autonomous visual capture capabilities, enabling the systematic documentation of web interfaces, local dashboards, and terminal output. By integrating directly with the OpenClaw browser tool and file system, it allows users to automate the creation of high-quality image assets. The skill manages everything from full-page web renders to specific DOM-element captures, facilitating a seamless workflow for technical documentation and social media content creation. It adheres to strict security protocols, including automated redaction guidelines, to ensure that captured content is safe for public consumption.
Installation
You can install this skill directly via the OpenClaw ecosystem by running the following command in your terminal:
clawhub install openclaw/skills/skills/sa9saq/screenshot-tool
Ensure that you have imagemagick installed on your host system if you intend to utilize the advanced post-processing features such as automatic cropping and image optimization.
Use Cases
- Documentation Generation: Capture step-by-step UI flows for README files or project wikis.
- Social Media Marketing: Automate the creation of branded screenshots for X/Twitter or Instagram using pre-configured viewport sizes.
- Dashboard Monitoring: Periodically snap local service dashboards for status tracking or reporting.
- Comparison Studies: Capture 'before and after' states of code or UI updates to demonstrate progress in development cycles.
Example Prompts
- "Hey Rey, take a full-page screenshot of our staging dashboard at http://localhost:3000 and save it to the image gallery."
- "Capture the .hero-section from https://example.com and crop it to 1200x675 for my new X post."
- "Open my project terminal, run the status command, and take a screenshot of the CLI output for the documentation update."
Tips & Limitations
To maximize the effectiveness of your screenshots, always ensure that your viewport dimensions align with your intended platform requirements—use the provided table for standard X, Instagram, and OGP ratios. When capturing content for public sharing, prioritize the use of the redact-before-save workflow to mask sensitive credentials or API keys that might appear in logs. Note that the skill currently relies on the standard OpenClaw browser tool, so ensure your environment has proper display rendering support. Avoid capturing screens containing personal data or private login credentials to maintain high security standards, and always review screenshots before initiating an autonomous post to social media channels.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-sa9saq-screenshot-tool": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, data-collection
Related Skills
threat-model
Threat modeling and attack scenario design. Identify risks before they become vulnerabilities. STRIDE, attack trees, risk matrix.
Sns Auto Poster
Schedule and automate social media posts to X/Twitter with cron-based queue management.
security-review
Comprehensive security review for code, configs, and operations. OWASP, prompt injection, crypto security. Auto-triggers on security-related changes.
Process Monitor
Monitor system processes, identify top CPU/memory consumers, and alert on resource thresholds.
Readme Generator
Auto-generate comprehensive README.md files by analyzing project structure and configuration.