stevysmith

Find Me A Museum Image Skill — Development skill for Claude Code

Development community

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