Find Me A Museum Image Skill — Development skill for Claude Code
Claude Code skill: find and download real, public-domain museum artwork (Met, Art Institute of Chicago, Cleveland, Rijksmuseum, Getty, SMK, Smithsonian) without leaving the CLI.
How to install Find Me A Museum Image Skill
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open stevysmith/find-me-a-museum-image-skill and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Find Me A Museum Image Skill does
Claude Code skill: find and download real, public-domain museum artwork (Met, Art Institute of Chicago, Cleveland, Rijksmuseum, Getty, SMK, Smithsonian) without leaving the CLI.
Alternatives in Development
- Arrecall — AgentRecall on-demand recall — surface past fixes, decisions, and patterns mid-session without leaving your fl 370 ★
- Media Downloader — 🎬 智能媒体下载器 - 根据用户描述自动搜索和下载图片、视频片段 Smart Media Downloader - Auto search and download images/videos based on des 366 ★
- Ship Studio — The professional studio for modern development — build it, ship it, host it without leaving the app 249 ★
README
find-me-a-museum-image
A Claude Code skill that finds real, public-domain artwork for your project — no AI-generated images, no stock sites, no leaving the CLI.
The world's great museums have released hundreds of thousands of high-res artwork scans as CC0/public domain. This skill searches their open-access APIs, previews candidates as thumbnails (which Claude can actually look at and judge), and downloads the full-resolution scan into your project with an attribution sidecar.
Inspired by [Eric Li](https://github.com/erictli)'s [post](https://www.linkedin.com/posts/erictli_if-youre-working-on-a-project-and-want-visuals-share-7486074981190135808-uKNs) on using museum open-access collections instead of AI-generated visuals — this skill turns his manual "search museum name + open access" workflow into a single CLI step.
Collections
| Museum | Slug | Key needed |
|---|---|---|
| Art Institute of Chicago | artic |
no |
| The Metropolitan Museum of Art | met |
no |
| The Cleveland Museum of Art | cleveland |
no |
| SMK — Statens Museum for Kunst | smk |
no |
| Rijksmuseum | rijks |
no |
| The J. Paul Getty Museum | getty |
no |
| Smithsonian Open Access | smithsonian |
free — SMITHSONIAN_API_KEY |
(National Gallery of Art isn't searchable live — its site is bot-walled — but `references/apis.md` documents its open IIIF image server and CC0 data dumps.)
Install
Via [skills.sh](https://skills.sh) — works for Claude Code, Cursor, Codex, and a dozen other agents:
npx skills add stevysmith/find-me-a-museum-image-skill
Or manually, as a personal Claude Code skill (available in every project):
git clone https://github.com/stevysmith/find-me-a-museum-image-skill.git
cd find-me-a-museum-image-skill
mkdir -p ~/.claude/skills && ln -s "$(pwd)" ~/.claude/skills/find-me-a-museum-image
Or per-project:
mkdir -p .claude/skills && ln -s /path/to/find-me-a-museum-image-skill .claude/skills/find-me-a-museum-image
Us
Related Skills
Find Reference Images
Find reference images for a topic on open, licensed collections (Openverse, Wikimedia Commons, Art Institute o
Book Cover
Generate a cover art-direction brief for a project (text brief only — no image is generated)
Web Animation Engine
Retired. Superseded by the fig plugin in smk-labs/claude-plugins: one self-contained animated SVG file, no Rea
Museum Explorer
看展全链路助手:行前策展卡 → 行中观展引导与展品讲解 → 行后电子手帐 + 展品打卡印章。An end-to-end museum companion — pre-visit cards, in-visit guida
Vox Editorial
A Claude Code skill that turns one researched topic into a finished vertical explainer film: cut-paper artwork
Tb2 Sandwich Recency
Terminal-Bench 2.0 submission: Sandwich+Recency Ensemble agent achieving 99.55% (443/445 trials) with Claude S
Related Agents
Image Generator
Generates and edits images using the OpenAI Image API via the bundled CLI (scripts/image_gen.py). Use for conc
Moodle Courier
Stage 2 of the LectureLoop pipeline. Drives the user's live Chrome via chrome-devtools MCP to find each sessio
File Classifier
Attribution judge for files the rule-based classifier could not decide. Works from the filename alone — extens