image-playground

Use when Codex should generate or edit an image on macOS by preferring the macOS 26+ `Image Playground Skill` shortcut and falling back to the macOS 15 `Image gen` shortcut plus Playwright when the newer path is unavailable or fails.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "image-playground" with this command: npx skills add kylewhirl/image-playground-skill/kylewhirl-image-playground-skill-image-playground

Image Playground

Prefer the macOS 26+ Image Playground Skill path first. If that path is unavailable or fails, fall back to the macOS 15 Image gen path in the same skill.

macOS 26+ primary path

Install the Image Playground Skill shortcut if needed: https://www.icloud.com/shortcuts/b1370f8002e3410491331b80383af5c6

Requirements:

  • Apple Intelligence enabled
  • Image Playground available on the Mac
  • ChatGPT extension enabled inside Image Playground
  • ChatGPT extension logged into a ChatGPT account

Run it with:

scripts/run_image_playground_shortcut.sh --prompt "a cozy orange cat in a sunlit window" --style "ChatGPT" --output-path output/cat.png --output-type public.png

Available styles:

  • ChatGPT
  • Oil Painting (ChatGPT)
  • Watercolor (ChatGPT)
  • Vector (ChatGPT)
  • Anime (ChatGPT)
  • Print (ChatGPT)

Expected input structure:

{
  "prompt": "a cozy orange cat in a sunlit window",
  "style": "ChatGPT",
  "image_path": "/absolute/path/to/source.png"
}

Pass image_path only when doing image-to-image generation, and use an absolute path.

The wrapper script writes that JSON to a temporary file, then runs shortcuts run "Image Playground Skill" -i /absolute/path/to/payload.json.

If you get There was a problem running the shortcut., open the ChatGPT app, confirm you are logged in, and run the shortcut manually once.

macOS 15 fallback path

If you are on macOS 15, or if the Image Playground path is unavailable or fails, use the legacy Image gen shortcut flow bundled in this skill.

Install the Image gen shortcut if needed: https://www.icloud.com/shortcuts/53b4fdcffbbc4b0d9482710055b471aa

Requirements:

  • ChatGPT macOS app installed
  • ChatGPT macOS app open and logged in
  • Playwright browser profile already logged into ChatGPT

Run the generation step with:

scripts/run_image_gen_shortcut.sh --prompt "a cozy orange cat in a sunlit window"

Then use the Playwright download guidance in:

  • references/playwright-download.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Skill Creator (Opencode)

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize a...

Registry SourceRecently Updated
Coding

Funnel Builder

Builds complete multi-channel revenue funnels adapted to any business model. Combines proven frameworks from elite operators: Yomi Denzel's viral top-of-funn...

Registry SourceRecently Updated
Coding

macos-wechat-send

Automates sending messages on WeChat Mac by controlling the app via AppleScript and clipboard to reliably deliver text to specified contacts.

Registry SourceRecently Updated
Coding

Rednote CLI

Use when the user needs to publish, search, inspect, log into, or otherwise operate Xiaohongshu (RedNote) from the terminal with the `@skills-store/rednote`...

Registry SourceRecently Updated