product-photo-visuals

product-photo-visuals is a skill for Claude Code, Codex from canvora/canvora-mcp. It costs 65 tokens per session (1,047 once invoked), scanned A, original, MIT.

A skill for creating Canvora visuals around the user's own product, team, venue, or event photos. Canvora is a visual-design service that places those real photos into generated designs.

In plain words
What is it for?
It is for making branded visuals that feature uploaded photos, using Canvora's MCP server or web app; the CLI cannot currently send photos.
Why use it?
It prevents the design from using generic stock imagery when the actual product or people need to be shown.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit It is for making branded visuals that feature uploaded photos, using Canvora's MCP server or web app; the CLI cannot currently send photos.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/canvora/canvora-mcp/product-photo-visuals
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add canvora/canvora-mcp --skill product-photo-visuals
Clone the repo
git clone --depth 1 https://github.com/canvora/canvora-mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for product-photo-visuals

README.md
[![agentmods](https://agentmods.dev/badge/skills/canvora/canvora-mcp/product-photo-visuals/github.svg)](https://agentmods.dev/skills/canvora/canvora-mcp/product-photo-visuals)
Your own site
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/product-photo-visuals"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/product-photo-visuals/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for product-photo-visuals

Your own site · 80×15
<a href="https://agentmods.dev/skills/canvora/canvora-mcp/product-photo-visuals"><img src="https://agentmods.dev/badge/skills/canvora/canvora-mcp/product-photo-visuals.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 65 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,047 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00065 $0.01047
Opus 5 $0.00032 $0.00524
Sonnet 5 $0.00013 $0.00209
Haiku 4.5 $0.00006 $0.00105

Measured 12d ago against content hash 206321b0b959, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

product-photo-visuals scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/product-photo-visuals/SKILL.md · 95 lines

How it starts

The opening of the file, as written. The whole thing — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Visuals built around the user's own photos

The difference between a generic AI visual and a usable one is usually whether the actual product is in it. Canvora can compose the user's real photos into a generated design — the layout, typography and brand styling are generated around the photo, not pasted on top of it.

This is an MCP-path capability

Photo embedding runs through the MCP server (https://api.canvora.ai/mcp) or the Canvora web app. The canvora CLI cannot send photos today — if the user is CLI-only, say so and point them at the MCP connector or the dashboard. Don't fake it with --url.

The flow, in MCP tools:

  1. upload_photo({ data, filename }) → returns a CDN URL. Repeat per photo, maximum 5.
  2. chat({ message }) — describe the visual, mentioning that the photos are the subject.
  3. confirm_generation({ conversation_id, formats, embedding_photos: [urls], brand_id, ... }) — the photo URLs go here.
  4. get_generation({ generation_id }) to poll and collect outputs.

Step 4 is a poll loop by design, so the CLI's shell-timeout consideration doesn't apply here — but the same rule does: a generation that hasn't come back yet is still running. Never fire a second confirm_generation for the same job; that starts a second, separate generation. State the cost in the same message as step 3 — 10 credits per single visual, 15 per carousel slide — announcing it rather than asking permission. If you chose the slide count rather than the user, confirm that number first.

Intake

  1. How many photos, and what's in each? Tell the pipeline what it's looking at ("the blue jar, front label visible", "our head chef in the kitchen"). A photo with no description gets used generically.
  2. Which photo is the hero? With multiple photos and multiple slides, say which is the cover.
  3. Format and brand — as normal (instagram_post, ad_square, a carousel… plus the brand kit).
  4. Must the photo be untouched? Say so explicitly in the brief. Otherwise the model may crop, relight or restyle it to fit the composition.

Read the full file on GitHub · 95 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 95 lines · 65 tokens per session scan A 206321b0b959

Subscribe to this mod's changes

product-photo-visuals is a skill published in the GitHub repository canvora/canvora-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 65 tokens to every session and 1,047 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.