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.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-screenshot-capture
Repository
Skill path: skills/enzoricciulli/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.
Open repositoryBest for
Primary workflow: Grow & Distribute.
Technical facets: Full Stack, Tech Writer.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install screenshot-capture into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding screenshot-capture to shared team environments
- Use screenshot-capture for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: 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.
---
# Screenshot Capture
When Enzo shares a screenshot with comments, execute this workflow:
## 1. Save Screenshot
```
cp [inbound image] notes/screenshots/[descriptive-name].jpg
```
Name should reflect content (e.g., `positioning-angles.jpg`, `gpt-ads-hack.jpg`)
## 2. Categorize
Based on Enzo's comment and content, determine category:
| Category | Signals | Destination |
|----------|---------|-------------|
| **Framework** | Actionable mental model, how-to, process | `notes/frameworks.md` under main section |
| **AI Hack** | "AI porn", hackathon material, overpromises but useful | `notes/frameworks.md` under "AI Hacks & Hackathon Ideas" |
| **Idea** | Original thought, "I want to build", future project | `notes/ideas.md` |
## 3. Extract & Store
- Extract key content from screenshot
- Add to appropriate file with:
- Date saved
- Source (if visible)
- Screenshot reference
- Enzo's commentary (if provided)
- Structured summary
## 4. Set Reminder
**Always set a 1-week reminder** unless Enzo specifies otherwise.
Reminder text should prompt action:
- "Have you tested [framework] on anything?"
- "Did you try [hack]?"
- "Any progress on [idea]?"
## 5. Log Pattern
Add observation to `notes/patterns.md`:
```markdown
- [category] [topic]: [brief description] — [intent signal]
```
Intent signals: learn, build, share, remember, reference, hackathon
## 6. Confirm
Reply with:
- What was saved and where
- Reminder date
- Any commentary acknowledged
Keep confirmation brief.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "enzoricciulli",
"slug": "screenshot-capture",
"displayName": "Screenshot Capture",
"latest": {
"version": "1.0.0",
"publishedAt": 1770547053573,
"commit": "https://github.com/openclaw/skills/commit/02318cae67f69bb36f5b6ba27fa30f4de8d61dbd"
},
"history": []
}
```