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.
npx agentmods add skills/gaelic-ghost/socket/photos-library-editing-workflownpx skills add gaelic-ghost/socket --skill photos-library-editing-workflowgit clone --depth 1 https://github.com/gaelic-ghost/socketWrote 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.
[](https://agentmods.dev/skills/gaelic-ghost/socket/photos-library-editing-workflow)<a href="https://agentmods.dev/skills/gaelic-ghost/socket/photos-library-editing-workflow"><img src="https://agentmods.dev/badge/skills/gaelic-ghost/socket/photos-library-editing-workflow.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00091 | $0.01442 |
| Opus 5 | $0.00046 | $0.00721 |
| Sonnet 5 | $0.00018 | $0.00288 |
| Haiku 4.5 | $0.00009 | $0.00144 |
Grade A, and why
photos-library-editing-workflow 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 yesterday.
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.
How it starts
The opening of the file, as written. The whole thing — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Photos Library and Editing Workflow
Purpose
Guide PhotosUI selection and PhotoKit library work while requesting the narrowest access, preserving typed asset/resource identity, and keeping image processing and video pipelines with their owning frameworks.
When To Use
- Use for
PhotosPicker,PHPickerViewController,PHPhotoLibrary, assets, fetches, collections, image/resource requests, changes, creation, albums, or nondestructive editing. - Prefer PhotosUI when the app only needs media the user explicitly selects.
- Use PhotoKit authorization only for concrete library read, add, observe, organize, or edit behavior.
Single-Path Workflow
- Classify the request:
- user-selected image/video through PhotosUI
- add-only save
- read/write or limited-library browse
- asset/collection fetch and change observation
- image, video, Live Photo, data, or resource request
- iCloud-backed delivery, progress, cancellation, or caching
- asset/album creation or transactional change
- content-editing input/output and adjustment data
- privacy, lifecycle, or correctness repair
- Apply the Apple docs gate:
- read current PhotosUI, PhotoKit, SwiftUI, and Core Transferable documentation for the platform
- state the documented behavior relied on
- check API/platform availability before making macOS, iOS, iPadOS, or visionOS claims
- Choose the narrowest access:
- use
PhotosPickerorPHPickerViewControllerfor explicit user selection when broad library access is unnecessary - use
.addOnlywhen the app only saves into Photos - use
.readWriteonly for fetch, limited-library, organization, observation, or edit requirements - handle
.notDetermined,.restricted,.denied,.authorized, and.limiteddistinctly - require
.authorized, not merely.limited, before fetching, creating, or modifying user albums and provide a picker, selected-assets, or settings fallback when full-library organization is unavailable
- use
- Preserve typed identity and lifecycle:
- keep
PhotosPickerItem,PHPickerResult,PHAsset,PHAssetCollection,PHFetchResult,PHAssetResource, request IDs, placeholders, and adjustment data typed - attach asynchronous results to the current selection, asset local identifier, request ID, fetch result, or edit generation
- cancel obsolete loads and ignore stale callbacks
- keep
- Perform changes transactionally:
- create
PHAssetCreationRequest, asset/collection change requests, and placeholders only insidePHPhotoLibrary.performChanges - surface transaction errors and fetch created objects after commit when needed
- create
- Return documented behavior, picker-versus-library decision, authorization/purpose-string policy, asset/resource identity, request/cancellation and iCloud policy, transactional/editing plan, diagnostics, validation, and handoffs.
What ships with it
5 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.
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.
- yesterday First seen · 94 lines · 91 tokens per session scan A f1029eb35232
photos-library-editing-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 91 tokens to every session and 1,442 once invoked, about $0.0005 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-09-03.
Other skills, from other repositories
pipeline
Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…
craft
Use when a product idea is still vague and needs to become a clear definition of what to build — "let's craft an app like X", "help me define what I actually want", "clarify this idea before we plan it". Also use before planning or implementation when requirements, UX, domain behaviour, or technical preferences have…
bug-fix
Use when a bug, regression, or unexpected behaviour is reported and the user wants it fixed end to end — "why is X broken", "this stopped working after Y", "fix this crash". Also use when a symptom is known but its cause is not. Not for building new behaviour, and not for a change whose cause is already proven.
bug-investigate
Use when someone wants to know WHY something is broken and has not asked for it to be fixed — "why is this happening", "what's causing this error", "find out what's wrong", "diagnose this before we decide". Also use before committing to a fix, when the cause is unknown and the decision depends on it. Not for fixing …
setup
Use when superb's skills need their dependencies installed or checked — "set up superb", "install the dependencies", "why does pipeline say superpowers is missing", after a fresh plugin install, or on a new machine. Also use when a skill fails complaining that a superpowers sub-skill cannot be found.
chief-financial-officer
Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…