github-screenshot

github-screenshot is a skill for Claude Code, Codex from jerseycheese/agent-skills. It costs 82 tokens per session (1,276 once invoked), scanned A, original, MIT.

A coding-agent skill that turns screenshots into Markdown image links using raw GitHub file URLs. It also describes where temporary screenshots for GitHub discussions should be stored.

In plain words
What is it for?
Use it when adding screenshots to GitHub pull requests, issues, or Markdown documentation.
Why use it?
It avoids manually constructing image links and gives screenshot files a consistent, easy-to-clean location for pull requests, issues, and documentation.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jerseycheese/agent-skills/github-screenshot
Any agent
npx skills add jerseycheese/agent-skills --skill github-screenshot
Clone the repo
git clone --depth 1 https://github.com/jerseycheese/agent-skills

Made for: Claude Code, Codex.

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 github-screenshot

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerseycheese/agent-skills/github-screenshot.svg)](https://agentmods.dev/skills/jerseycheese/agent-skills/github-screenshot)
Your own site
<a href="https://agentmods.dev/skills/jerseycheese/agent-skills/github-screenshot"><img src="https://agentmods.dev/badge/skills/jerseycheese/agent-skills/github-screenshot.svg" alt="Measured on agentmods" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00082 $0.01276
Opus 5 $0.00041 $0.00638
Sonnet 5 $0.00016 $0.00255
Haiku 4.5 $0.00008 $0.00128

Measured 4d ago against content hash 3e58ae619bfc, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

github-screenshot 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 4d 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.

skills/github-screenshot/SKILL.md · 190 lines

How it starts

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

GitHub Screenshot Helper

When to Use This Skill

Use this skill when:

  • Adding screenshots to PR descriptions
  • Including images in GitHub issues
  • Documenting features with screenshots
  • Creating visual documentation in markdown

Setup

This skill wraps a local generate-github-image-markdown.sh script. Update the path below to match your own installation before using.

Directory convention

When the image is being committed purely so it can render in an issue/PR body (not an existing app asset the user is pointing you at), commit it under a top-level github-screenshots/<topic-or-issue>/ directory — e.g. github-screenshots/hover-text-invisible/before-hover.png. The name says what these files are for: throwaway evidence for a GitHub body, not app screenshots or fixtures, so they're easy to find and prune later without touching anything else in the repo. Don't reuse a generic screenshots/ dir for this — that name doesn't self-document, and it collides with whatever ad-hoc convention a given repo might already have for actual app screenshots.

If the target repo already has an established convention for this (check with the user or look for precedent — e.g. git log --diff-filter=A --name-only --all | grep -iE 'screenshot'), follow that instead of introducing a second one.

What This Skill Does

Runs your generate-github-image-markdown.sh script to:

  • Generate proper raw.githubusercontent.com URLs
  • Create markdown with alt text and captions
  • Handle git repository detection automatically
  • Include helpful comments with local paths

Usage Flow

Step 1: Gather Information

Ask the user for:

  1. Image path (required) - relative or absolute
  2. Alt text (optional) - defaults to "Screenshot"
  3. Caption (optional) - italicized description below image

Step 2: Run the Script

Execute:

~/tools/screenshots/generate-github-image-markdown.sh \
  "$IMAGE_PATH" \
  "$ALT_TEXT" \
  "$CAPTION"

Permission pattern needed (update path to match your setup):

Bash(~/tools/screenshots/generate-github-image-markdown.sh:*)

Read the full file on GitHub · 190 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. 4d ago First seen · 190 lines · 82 tokens per session scan A 3e58ae619bfc

Subscribe to this mod's changes

github-screenshot is a skill published in the GitHub repository jerseycheese/agent-skills (1 stars, last pushed 2d ago), licensed MIT. It adds 82 tokens to every session and 1,276 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

engram-rebuild

이미 설치된 engram 환경에 개발 변경을 적용한다. dev-rebuild.ps1 로 충분한지 INSTALL.ps1 전체를 돌려야 하는지 판단하고 실행한다. 트리거 — 재빌드, 리빌드, dev 변경 적용, 설치본에 반영, overlay 재시작, exe 갱신, "고친 거 확인하려면 뭐 돌려야 해", rebuild, redeploy.

JJHbrams/Project-AMBER · 92 tokens

orchestrate

Run Engram's Orchestrator-Planner-Coder-Servant workflow for multi-step development, refactors, or research-plus-implementation tasks that need an acceptance contract and independent verification. Trigger for "orchestrate", delegation requests, planning then implementation, or complex multi-step development. Do not…

JJHbrams/Project-AMBER · 75 tokens

engram-new-session

Skill "engram-new-session" from JJHbrams/Project-AMBER, covering engram 말풍선 — 새 세션 시작, 실행 절차 and 규칙.

JJHbrams/Project-AMBER · 102 tokens

env-scanner

Scan and audit Gemini CLI, Claude Code, Antigravity, Continue, Windsurf, JetBrains AI, and OpenCode environments. Discovers configurations, audits memory tiers, detects skill extraction state, analyzes behavioral tool chains, checks policy governance (v0.40+), and suggests reusable skills with evidence gating.…

pauldatta/gemini-cli-scanner · 101 tokens

scan

Scan your AI coding tool ecosystem — Gemini CLI, Claude Code, Antigravity (Desktop, CLI, IDE), Continue, Windsurf, JetBrains AI, OpenCode. Produces a maturity score, advisory recommendations, and optionally generates reusable SKILL.md files from your conversation patterns. Use when the user asks to audit their…

pauldatta/gemini-cli-scanner · 82 tokens

engram-close-session

Engram의 명시적 세션 종료·수동 반성을 수행한다. 트리거: 세션 종료, 대화 종료, 수고, 끝, /reflect, 반성, close session. 중간 메모리/Wiki 정리는 이 skill이 아니라 engramsummarizesession을 사용한다.

JJHbrams/Project-AMBER · 71 tokens