agentsclimarketplace

Photo restyler

Skill nanoodlecom/noodle-skills/skills/photo-restyler

Restyle an existing photo with a plain-English instruction — an image-edit model repaints the picture in the requested style. Use when the user has an image file and wants it restyled, re-lit, aged, cartoonified, or otherwise transformed while keeping the subject.From its SKILL.md

Install
npx -y skills add nanoodlecom/noodle-skills --skill photo-restyler

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.1 KB, 479 tokens by cl100k_base, as published. Nobody here has run it

Photo restyler

Runs the bundled nanoodle workflow workflows/photo-restyler.noodle-graph.json against the NanoGPT API: an image input (Photo) plus a style instruction (Style) feed an image-edit model that outputs the transformed picture (Restyled). Requires Node.js >= 20 and the nanoodle npm package (npx nanoodle fetches it).

API key

The run needs a NanoGPT API key. Prefer NANOGPT_API_KEY already in the environment. Otherwise pass --env-file <path-to-.env> (this CLI: --env-file overrides ambient env).

Never print the key.

Run

From this skill's directory (or prefix paths if running from elsewhere). @path attaches a local file; replace both values:

npx nanoodle run workflows/photo-restyler.noodle-graph.json \
  --input "Photo=@/path/to/photo.jpg" \
  --input "Style=make it look like a vintage 1970s film photograph — warm faded colors, soft grain, slight vignette" \
  --out ./restyle-out

Add --env-file .env only when the key is not already exported. Add --json for a structured result (paths, costUsd, remainingBalance).

Inspect the interface anytime with:

npx nanoodle inspect workflows/photo-restyler.noodle-graph.json

Inputs

KeyRequiredWhat to pass
Photoyes@<path> to the user's image file (jpg/png/webp)
StyleyesThe restyle instruction in plain English

Outputs

  • Media is saved under --out as Restyled.<ext> — extension follows the image MIME. Use the path the CLI prints on the Restyled: line; do not hard-code .png.
  • With --json, the path is in outputs.Restyled.

Cost

Each run costs about $0.04 in NanoGPT credit (one nano-banana-2-lite edit). Runs spend real credit — tell the user before running repeatedly.

What ships with it: 1 file

955 B alongside SKILL.md

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.