guide-from-screenshots

guide-from-screenshots is a skill for Claude Code from mostafa-drz/claude-skills. It costs 73 tokens per session (1,961 once invoked), scanned A, original, MIT.

A documentation tool that turns a folder of screenshots and an explanation into a structured Markdown guide. Markdown is plain text with simple formatting rules, and Notion is a workspace for notes and documents.

In plain words
What is it for?
Creating product, demo, or tool guides from screenshots, filtering duplicate captures, adding image placeholders, and producing a Notion-compatible Markdown file.
Why use it?
It removes the work of sorting screenshots, deciding which ones matter, and arranging them into a readable guide.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; names the AskUserQuestion tool.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is /guide-from-screenshots ./data/demo-screenshots --type demo --name DEMO_GUIDE.md.

Good fit Creating product, demo, or tool guides from screenshots, filtering duplicate captures, adding image placeholders, and producing a Notion-compatible Markdown file.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/mostafa-drz/claude-skills
agentmods
npx agentmods add skills/mostafa-drz/claude-skills/guide-from-screenshots

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for guide-from-screenshots

README.md
[![agentmods](https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/guide-from-screenshots/github.svg)](https://agentmods.dev/skills/mostafa-drz/claude-skills/guide-from-screenshots)
Your own site
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/guide-from-screenshots"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/guide-from-screenshots/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for guide-from-screenshots

Your own site · 80×15
<a href="https://agentmods.dev/skills/mostafa-drz/claude-skills/guide-from-screenshots"><img src="https://agentmods.dev/badge/skills/mostafa-drz/claude-skills/guide-from-screenshots.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,961 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01961
Opus 5 $0.00036 $0.00981
Sonnet 5 $0.00015 $0.00392
Haiku 4.5 $0.00007 $0.00196

Measured 11d ago against content hash 6f4e3e35724c, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

guide-from-screenshots scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

code/guide-from-screenshots/SKILL.md · 231 lines

How it starts

The opening of the file, as written. The whole thing — 231 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Guide from Screenshots

Turns a directory of screenshots + a narrative into a structured markdown guide.

Preferences

On startup, use Read to load ~/.claude/skills/guide-from-screenshots/preferences.md. If it doesn't exist, use defaults.

Command routing

Check $ARGUMENTS:

  • help — display help then stop
  • config — interactive setup then stop
  • reset — delete preferences file, confirm, stop
  • anything else — run the skill

Help

Guide from Screenshots — Generate markdown guides from screenshots + narrative

Usage:
  /guide-from-screenshots <dir>                     Generate guide from screenshots in <dir>
  /guide-from-screenshots <dir> --name OUTPUT.md    Custom output filename
  /guide-from-screenshots <dir> --type demo         Preset guide type (product|demo|tool)
  /guide-from-screenshots config                    Set preferences
  /guide-from-screenshots reset                     Clear preferences
  /guide-from-screenshots help                      This help

The narrative/context comes from your conversation — describe what the screenshots
show before running the skill, or provide it when prompted.

Examples:
  /guide-from-screenshots ~/Desktop/onboarding-screenshots
  /guide-from-screenshots ./data/demo-screenshots --type demo --name DEMO_GUIDE.md

Current preferences:
  (read from preferences.md or defaults)

Config

Use AskUserQuestion to collect:

  • Q1: Default guide type — product / demo / tool / ask each time
  • Q2: Default tone — formal / conversational / technical
  • Q3: Image reference format — relative path (./image.png) or just filename (image.png)
  • Q4: Include table of contents — yes / no

Save to ~/.claude/skills/guide-from-screenshots/preferences.md.

Reset

Delete ~/.claude/skills/guide-from-screenshots/preferences.md and confirm: "Preferences cleared. Using defaults."

First-time detection

If no preferences file exists, show:

First time using /guide-from-screenshots? Run /guide-from-screenshots config to set defaults, or just continue with sensible defaults.

Read the full file on GitHub · 231 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 231 lines · 73 tokens per session scan A 6f4e3e35724c

Subscribe to this mod's changes

guide-from-screenshots is a skill published in the GitHub repository mostafa-drz/claude-skills (4 stars, last pushed today), licensed MIT. It adds 73 tokens to every session and 1,961 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

architecture-diagram-creator

Create comprehensive HTML architecture diagrams showing data flows, business objectives, features, technical architecture, and deployment. Use when users request system architecture, project documentation, high-level overviews, or technical specifications.

mhattingpete/claude-skills-marketplace · 45 tokens

shipkit-communications

Use when user wants to visualize or present shipkit content as HTML. Triggers: 'create presentation', 'visualize this', 'HTML report'.

stefan-stepzero/shipkit · 35 tokens

legal-discovery

Audit e-discovery and litigation document review systems -- data collection pipelines (PST, MBOX, SharePoint, Slack), document processing (OCR via Tesseract/ABBYY, metadata extraction, deduplication), Technology Assisted Review (TAR 1.0/2.0/CAL with recall/precision tracking).

tinh2/skills-hub-registry · 70 tokens

regulatory-submissions

Audit a pharmaceutical regulatory submission system -- evaluate eCTD backbone assembly and XML validation, CTD module completeness (Modules 1-5), FDA ESG and EMA CESP gateway integration, document authoring and publishing workflows, ICH M4/M8/E3 guideline compliance.

tinh2/skills-hub-registry · 60 tokens

lease-abstraction

Extract a structured abstract from a commercial lease PDF — tenant/landlord identification, premises description + RSF/USF, lease term + commencement/expiration, renewal options (count, notice windows, fair-market rent reset), base rent schedule + escalations (fixed %, CPI-linked.

tinh2/skills-hub-registry · 61 tokens

codex-symphony

Install and operate a portable OpenAI Symphony + Linear orchestration setup in any Git repository. Use when the user wants a one-command local Symphony runner, a reusable WORKFLOW template, background launch scripts, or a Codex wrapper that restarts Symphony automatically when reopening the CLI.

citedy/skills · 61 tokens