Armory
Source
Browse
Skills

screenshot

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

Score
Unranked
Evidence
No signals yet
Last commit
Not known
Listed

Install

armory install screenshot --cli claude

writes the skill into.claude/skills/screenshot/SKILL.mdListed as compatible

Configuration
# fetches the source and writes it to:
.claude/skills/screenshot/SKILL.md

Needs the armory CLI · not on npm yet, build it from cli/ in the repository

What it is

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

When to use it

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

How to install / invoke

# Copy the skill into your .claude/skills/ directory
curl -sL https://raw.githubusercontent.com/davila7/claude-code-templates/main/cli-tool/components/skills/media/screenshot/SKILL.md -o .claude/skills/screenshot/SKILL.md

Notes

Extracted from davila7/claude-code-templates, screenshot category.