Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add smk-labs/claude-plugins/plugin install getpixWrote 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/smk-labs/claude-plugins/getpix)<a href="https://agentmods.dev/skills/smk-labs/claude-plugins/getpix"><img src="https://agentmods.dev/badge/skills/smk-labs/claude-plugins/getpix.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.1 | $0.00000 | $0.01389 |
| Opus 5 | $0.00000 | $0.00694 |
| Sonnet 5 | $0.00000 | $0.00278 |
| Haiku 4.5 | $0.00000 | $0.00139 |
Grade A, and why
getpix 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 6d 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.
How it starts
The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.
getpix
Find a good free image, then either show it in the chat or install it into a project. Everything goes through one script; never call the image APIs yourself and never dump raw API JSON into context.
Script: ${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh
Show in chat (no project file involved)
When the user just wants to see an image, or a photo would make an answer clearer:
search "english words" -n 5thumb Nfor the most promising result; it prints a local file path.- Read that file: it renders inline in the conversation for the user. If it is clearly wrong, try one other candidate, then stop.
- Under it, give a one-line source note: title, creator, source, license (all already in the search output). No
get, no optimization needed.
Cost: one search plus 1 to 2 thumbnails. Do this proactively when it genuinely helps, not on every reply.
Insert into a project (site, blog, docs)
- Query in English, 2 to 4 concrete words. Stock APIs are English-centric: translate the user's request first ("قهوه و لپتاپ" becomes
laptop coffee desk). Prefer subject + setting over abstract words. - Search:
Output is a compact numbered list: source, dimensions, license, title, creator. Sources without keys are skipped automatically; Openverse and Wikimedia always work keyless.bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" search "laptop coffee desk" -n 5 -o landscape - Pick.
- Fast mode (default): choose from the metadata alone: dimensions fit the slot, license is easy, title/alt matches the topic. Spend zero images.
- Picky mode (user asked for "best", "beautiful", a hero image, or the pick really matters): preview at most 2 to 3 candidates:
Read each printed file, judge subject, composition, and whether colors fit the site, then pick.bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" thumb 3 # prints a local file path
- Fetch and optimize (only the chosen one; never download originals of the losers):
The script downloads a reasonably sized variant, converts to WebP (magick, else cwebp, else JPEG via sips), and never upscales. Widths: content 1200 to 1600, hero 1920, card/thumb 640.bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" get 3 -d ./public/images -w 1600 --name coffee-desk-hero - Insert. Use the printed path. Write a descriptive
alt(the printed alt suggestion is a starting point), addloading="lazy"below the fold, and set width/height if the framework wants them. - Attribution. The
getoutput says exactly what each source needs. Pexels and Pixabay: none required. Unsplash: required, add the credit line near the image or in the page footer. Openverse and Wikimedia: follow the printed license line. Never skip a printed "REQUIRED" attribution.
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.
- 6d ago First seen · 79 lines · 0 tokens per session scan A eee6a82e50bf
getpix is a skill published in the GitHub repository smk-labs/claude-plugins (11 stars, last pushed yesterday), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,389 tokens. 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.
Other skills, from other repositories
nano-banana-prompting
This skill should be used when crafting prompts for Nano Banana Pro (Gemini image generation). Use when users want help writing image generation prompts, need guidance on prompt structure, or want to optimize their prompts for better results.
nano-banana
This skill should be used for Python scripting and Gemini image generation. Use when users ask to generate images, create AI art, edit images with AI, or run Python scripts with uv. Trigger phrases include "generate an image", "create a picture", "draw", "make an image of", "nano banana", or any image generation…
generating-slide-deck
Generate an investor or stakeholder presentation from Phase 5 synthesis; produces a structured slide outline with headlines, talking points, and data citations. Run after synthesizing-research (Phase 6).
generate-graphic
Generates an on-brand marketing graphic — hero image, ad creative, background, or texture — with an image model, optionally stamped with the brand logo and a caption. Opt-in: needs a provider key and network access. Use when a user wants a photographic or illustrative graphic, not a text-heavy asset. Trigger with…
generate-logo
Generates on-brand, editable SVG logo assets — wordmark, monogram, and favicon — from the active brand profile, reusing its exact palette and heading font. Vector output needs no account, key, or network. Use when a user asks for a logo, wordmark, icon, monogram, or favicon. Trigger with "make a logo", "generate a…
jina-image-search
Find and scrape images from the web using Jina AI. Use this skill when the user asks to find images, search for photos, get pictures from Unsplash/Pexels/Pixabay, needs stock photos for presentations, websites, or designs, or mentions finding images online.