返回 CodeWhale
SKILL.md
根目录 / crates / tui / assets / skills / image-search / SKILL.md
1 ---
2 name: image-search
3 description: Find images on the web and save them locally. Use when: find an image, image search, stock photo, picture of, download an image, or need a visual.
4 invocation: model+user
5 ---
6
7 # Image Search
8
9 ## When to use
10 Finding a picture of something, gathering reference images, or fetching a
11 usable visual for a document, page, or deck.
12
13 ## Setup
14 None — web research plus local download. Fail loud when the network policy
15 denies the search or fetch.
16
17 ## Workflow
18 1. Search with image-oriented queries (subject + `photo`, `image`, or `stock`).
19 2. Shortlist with source page URLs and stated licenses; prefer openly
20 licensed images when the use is publication.
21 3. Download only the chosen images (`curl -L -o file`) and verify each file
22 opens before reporting its path.
23 4. Report path, dimensions, source, and license for every saved image.
24
25 ## Non-goals
26 - Do not hotlink in place of downloading when a local copy was asked for.
27 - Do not strip watermarks or launder rights-managed images.
28 - Do not download bulk image sets unprompted.
29
29 lines MARKDOWN