sc-skill

sc-skill is a skill for Codex from jazzyalex/agent-sessions. It costs 55 tokens per session (769 once invoked), scanned A, original, MIT.

A macOS screenshot tool for taking repeatable images of app windows. It supports testing screenshots and consistently framed images for documentation or release materials.

In plain words
What is it for?
It helps automate single screenshots, standardize window layouts, and create batches of screenshots from a manifest.
Why use it?
It reduces differences caused by changing window sizes, positions, delays, or capture tools.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit It helps automate single screenshots, standardize window layouts, and create batches of screenshots from a manifest.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jazzyalex/agent-sessions/sc-skill
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.

Any agent
npx skills add jazzyalex/agent-sessions --skill sc-skill
Clone the repo
git clone --depth 1 https://github.com/jazzyalex/agent-sessions

Made for: 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 sc-skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/jazzyalex/agent-sessions/sc-skill.svg)](https://agentmods.dev/skills/jazzyalex/agent-sessions/sc-skill)
Your own site
<a href="https://agentmods.dev/skills/jazzyalex/agent-sessions/sc-skill"><img src="https://agentmods.dev/badge/skills/jazzyalex/agent-sessions/sc-skill.svg" alt="Measured on agentmods" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 769 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00055 $0.00769
Opus 5 $0.00028 $0.00385
Sonnet 5 $0.00011 $0.00154
Haiku 4.5 $0.00006 $0.00077

Measured 8d ago against content hash 158a890ed7dc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

sc-skill 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 8d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/sc_capture_suite.sh, scripts/sc_capture.sh, scripts/sc_window_preset.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/sc-skill/SKILL.md · 80 lines

How it starts

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

SC Skill

Overview

Use this skill to produce repeatable screenshots for two modes:

  • testing: stable evidence screenshots for QA/regression workflows.
  • marketing: polished, consistently framed screenshots for docs/site/release assets.

This skill is macOS-first and uses Peekaboo as primary automation with native screencapture fallback.

Quick Start

  1. Normalize window size and position:
skills/sc-skill/scripts/sc_window_preset.sh --app "AgentSessions" --preset marketing
  1. Capture one screenshot (auto-select tool):
skills/sc-skill/scripts/sc_capture.sh \
  --app "AgentSessions" \
  --mode marketing \
  --delay 0.25 \
  --max-edge auto \
  --window-preset auto \
  --output artifacts/screenshots/agent-sessions-main.png
  1. Run a manifest batch:
skills/sc-skill/scripts/sc_capture_suite.sh \
  --manifest skills/sc-skill/references/examples/agent-sessions.tsv \
  --outdir artifacts/screenshots

Workflow

  1. Choose mode:
  • testing: prioritize determinism and speed.
  • marketing: prioritize composition consistency.
  1. Choose tool:
  • Start with --tool auto (defaults to Peekaboo when available and permitted).
  • Use --tool native when you need zero external dependency and simple window-region capture.
  1. Enforce layout before capture:
  • Always run sc_window_preset.sh first.
  • Use consistent presets across runs to reduce visual drift.
  1. Capture and archive:
  • Save to artifacts/screenshots/....
  • Sidecar metadata (.json) is opt-in via --metadata; default runs keep artifacts cleaner.
  • Default output uses mode-based max edge (--max-edge auto): testing=1800, marketing=2560, optimized/compressed for sharing/upload.
  • AgentSessions windows are normalized to a realistic working preset before capture (mode-based testing/marketing) to avoid distorted/compressed UI composition.
  • Single capture closes the target app window by default (--no-close-window to keep it open).
  • Suite runs close captured app windows after all requested screenshots by default (--no-close-after-suite to keep them open).
  • For AgentSessions, transcript readiness retry includes a built-in selection nudge (key down + 0.5s pause) to force transcript loading before capture.
  • Default transcript readiness remains fast-fail if loading still does not occur after nudge attempts.
  • If transcript readiness times out, capture fails fast by default; pass --allow-blank-transcript only when blank transcript output is acceptable.

Read the full file on GitHub · 80 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 80 lines · 55 tokens per session scan A 158a890ed7dc

Subscribe to this mod's changes

sc-skill is a skill published in the GitHub repository jazzyalex/agent-sessions (846 stars, last pushed 3d ago), licensed MIT. It adds 55 tokens to every session and 769 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

do-it-verify

Use when selecting evidence for a delivery claim, regression fix, installation, or branch closeout.

tdwhere123/do-it · 24 tokens

hipson-hyperframes-video

Use for optional HyperFrames video composition workflows, website-to-video planning, product videos, launch videos, animated case studies, social shorts, and deterministic timeline QA.

Hipson47/Hipson · 39 tokens

vision-verifier

Use when verifying Computer Vision imports, fixtures, models, schemas, cameras, artifacts, cleanup, latency, and stated limitations with reproducible evidence.

Hipson47/Hipson · 33 tokens

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

Hipson47/Hipson · 62 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

Hipson47/Hipson · 35 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

Hipson47/Hipson · 59 tokens