getpix

getpix is a skill for Claude Code from smk-labs/claude-plugins. It costs 0 tokens per session (1,389 once invoked), scanned A, original, MIT.

A tool for finding free stock photos from services such as Pexels, Pixabay, Unsplash, Openverse, and Wikimedia Commons. It can show a selected image or add an optimized WebP copy to a project.

In plain words
What is it for?
Use it to find suitable licensed images for websites, blogs, and documents, preview them, or insert them into a project with source and license details.
Why use it?
It removes the need to search several image websites manually or work directly with their APIs.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the getpix plugin — 2 skills, 2 commands shipped together

Install

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.

Claude Code
/plugin marketplace add smk-labs/claude-plugins
Claude Code
/plugin install getpix

Made for: Claude Code.

Or install getpix, the plugin that ships this one along with the rest of its 2 skills, 2 commands.

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 getpix

README.md
[![agentmods](https://agentmods.dev/badge/skills/smk-labs/claude-plugins/getpix.svg)](https://agentmods.dev/skills/smk-labs/claude-plugins/getpix)
Your own site
<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>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,389 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.1 $0.00000 $0.01389
Opus 5 $0.00000 $0.00694
Sonnet 5 $0.00000 $0.00278
Haiku 4.5 $0.00000 $0.00139

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

Security

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.

getpix/skills/getpix/SKILL.md · 79 lines

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:

  1. search "english words" -n 5
  2. thumb N for the most promising result; it prints a local file path.
  3. Read that file: it renders inline in the conversation for the user. If it is clearly wrong, try one other candidate, then stop.
  4. 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)

  1. 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.
  2. Search:
    bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" search "laptop coffee desk" -n 5 -o landscape
    
    Output is a compact numbered list: source, dimensions, license, title, creator. Sources without keys are skipped automatically; Openverse and Wikimedia always work keyless.
  3. 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:
      bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" thumb 3   # prints a local file path
      
      Read each printed file, judge subject, composition, and whether colors fit the site, then pick.
  4. Fetch and optimize (only the chosen one; never download originals of the losers):
    bash "${CLAUDE_PLUGIN_ROOT}/scripts/getpix.sh" get 3 -d ./public/images -w 1600 --name coffee-desk-hero
    
    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.
  5. Insert. Use the printed path. Write a descriptive alt (the printed alt suggestion is a starting point), add loading="lazy" below the fold, and set width/height if the framework wants them.
  6. Attribution. The get output 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.

Read the full file on GitHub · 79 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. 6d ago First seen · 79 lines · 0 tokens per session scan A eee6a82e50bf

Subscribe to this mod's changes

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.

Related

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.

NikiforovAll/claude-code-rules · 51 tokens

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…

NikiforovAll/claude-code-rules · 73 tokens

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).

qte77/claude-code-plugins · 48 tokens

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…

localplugins/plugins · 87 tokens

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…

localplugins/plugins · 90 tokens

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.

adamjali/claude-skills · 61 tokens