← Back to Skills Marketplace
enzoricciulli

Screenshot Capture

by enzoricciulli · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
2932
Downloads
1
Stars
16
Active Installs
1
Versions
Install in OpenClaw
/install screenshot-capture
Description
Process screenshots Enzo shares with comments. Save to reference library, extract content, categorize, set reminders, and log patterns. Use when Enzo sends an image with context like "save this", shares a screenshot of content (LinkedIn posts, tweets, articles), or sends ideas/frameworks to remember.
Usage Guidance
This skill looks internally consistent, but check these practical items before installing: - Confirm where the 'notes' directory lives and ensure you want screenshots and extracted text written there (who can read/backup/encrypt those files). - Ask the author how 'extract key content' is implemented (OCR/local tool or external API). If external OCR is used, content could leave your environment. - Clarify how reminders are created (which calendar or task system) and whether they will trigger notifications externally; the skill defaults to a 1-week reminder unless told otherwise. - Ensure the agent has appropriate filesystem permissions and that you’re comfortable with automatic saving of potentially sensitive screenshots (test with non-sensitive images first). - If you don’t want automatic autonomous behavior, consider restricting the skill’s ability to run without explicit user approval or ask for an explicit opt-in step before saving or setting reminders. If these questions are answered to your satisfaction (especially about OCR/reminder destinations and storage/access controls), the skill is proportionate to its stated purpose.
Capability Analysis
Type: OpenClaw Skill Name: screenshot-capture Version: 1.0.0 The OpenClaw skill bundle instructs the AI agent to perform local file system operations, specifically copying inbound images to `notes/screenshots/` and writing extracted content and metadata to markdown files within a `notes/` directory (e.g., `notes/frameworks.md`, `notes/ideas.md`, `notes/patterns.md`). These actions are directly aligned with the stated purpose of processing, saving, and organizing information from screenshots. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection with a harmful objective beyond the scope of the skill's stated purpose, as all file operations are contained within designated local paths.
Capability Assessment
Purpose & Capability
The name/description (capture, save, extract, categorize, remind, log) matches the SKILL.md steps. All required actions (copy image, append to notes files, summarize, add a reminder, and log a pattern) are consistent with processing screenshots.
Instruction Scope
The instructions operate on local files (cp [inbound image] notes/screenshots/..., write to notes/*.md) and ask the agent to 'extract key content' and 'set a 1-week reminder'. This is within scope, but two behaviors are underspecified: how extraction/OCR is performed (which tool or capability), and where/how reminders are created (calendar, task system, internal state, external service). The cp command also assumes the agent has a defined 'inbound image' path and write permission to the notes directory.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk for supply-chain or disk-write install behavior.
Credentials
The skill requests no environment variables, credentials, or external configuration paths. Requested file writes are limited to notes/* and screenshots; no secrets or unrelated service tokens are required.
Persistence & Privilege
always is false and the skill does not request elevated system privileges or modify other skills. It does persist data locally (notes and screenshots), which is expected for its purpose.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install screenshot-capture
  3. After installation, invoke the skill by name or use /screenshot-capture
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of screenshot-capture skill. - Saves Enzo's commented screenshots with descriptive names in a reference library. - Categorizes content as Framework, AI Hack, or Idea based on context. - Extracts and stores key content, source, and commentary with structured summaries. - Automatically sets a 1-week reminder prompting follow-up action. - Logs observed patterns with intent signals for future reference. - Sends a brief confirmation detailing what was saved, where, and reminder date.
Metadata
Slug screenshot-capture
Version 1.0.0
License
All-time Installs 16
Active Installs 16
Total Versions 1
Frequently Asked Questions

What is Screenshot Capture?

Process screenshots Enzo shares with comments. Save to reference library, extract content, categorize, set reminders, and log patterns. Use when Enzo sends an image with context like "save this", shares a screenshot of content (LinkedIn posts, tweets, articles), or sends ideas/frameworks to remember. It is an AI Agent Skill for Claude Code / OpenClaw, with 2932 downloads so far.

How do I install Screenshot Capture?

Run "/install screenshot-capture" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Screenshot Capture free?

Yes, Screenshot Capture is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Screenshot Capture support?

Screenshot Capture is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Screenshot Capture?

It is built and maintained by enzoricciulli (@enzoricciulli); the current version is v1.0.0.

💬 Comments