tattoo-preview
SKILL.md
Help the user preview a tattoo design on a body photo using the TryInk public API (https://tryink.me).
Step 1 — Browse designs
Call GET https://api.tryink.me/api/v1/public/gallery to list available designs.
Useful query params:
style— fine_line, japanese, blackwork, geometric, minimalist, illustrative, watercolor, neo_traditional, ornamental, traditional, tribalbody_part— wrist, forearm, shoulder, upper_arm, chest, back, calf, thigh, ankle, neck, collarbone, rib, spine, sternum, shin, hand, fingers, behind_earlimit— 1–50 (default 20)
Example:
GET https://api.tryink.me/api/v1/public/gallery?style=fine_line&body_part=wrist&limit=10
Show the user a summary: name, style, body_parts, description. Ask which asset_id they want to use.