vary-it

vary-it is a command for Claude Code from imaginpro/imaginepro-claude-plugin. It costs 0 tokens per session (1,517 once invoked), scanned A, original, MIT.

A command for making alternate versions or refinements of an existing ImaginePro-generated image.

In plain words
What is it for?
Use it with an image message ID for a random variation, a regenerated result, or a requested change such as replacing part of the scene.
Why use it?
It gives you a direct way to explore different results or request a changed interpretation of an image you already generated.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the imaginepro plugin — 5 commands, 1 MCP server shipped together

Good fit Use it with an image message ID for a random variation, a regenerated result, or a requested change such as replacing part of the scene.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/imaginpro/imaginepro-claude-plugin/vary-it
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.

Clone the repo
git clone --depth 1 https://github.com/imaginpro/imaginepro-claude-plugin

Made for: Claude Code.

Or install imaginepro, the plugin that ships this one along with the rest of its 5 commands, 1 MCP server.

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 vary-it

README.md
[![agentmods](https://agentmods.dev/badge/commands/imaginpro/imaginepro-claude-plugin/vary-it/github.svg)](https://agentmods.dev/commands/imaginpro/imaginepro-claude-plugin/vary-it)
Your own site
<a href="https://agentmods.dev/commands/imaginpro/imaginepro-claude-plugin/vary-it"><img src="https://agentmods.dev/badge/commands/imaginpro/imaginepro-claude-plugin/vary-it/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 vary-it

Your own site · 80×15
<a href="https://agentmods.dev/commands/imaginpro/imaginepro-claude-plugin/vary-it"><img src="https://agentmods.dev/badge/commands/imaginpro/imaginepro-claude-plugin/vary-it.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,517 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.00000 $0.01517
Opus 5 $0.00000 $0.00758
Sonnet 5 $0.00000 $0.00303
Haiku 4.5 $0.00000 $0.00152

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

Security

Grade A, and why

vary-it 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 9d 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.

commands/vary-it.md · 256 lines

How it starts

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

Create intelligent variations and refinements of an existing ImaginePro generated image.

This command smartly decides the best approach for creating variations based on your request, using the appropriate MCP tool (variant, reroll, or inpaint).

Usage

# Random variation
/vary-it [messageId]

# Guided variation with description
/vary-it [messageId] [what to change]

How It Works

/vary-it intelligently chooses the right technique:

Random Variation (No Description)

/vary-it abc123

Uses the create-variant tool to generate alternative versions exploring different interpretations while maintaining the core concept.

Reroll (Same Prompt, Different Result)

/vary-it abc123 try a completely different take

Uses the reroll-image tool to regenerate from the same original prompt with different random seed.

Guided Changes (Future: Inpainting)

/vary-it abc123 make the background mountains instead of ocean

Currently suggests using the inpaint-image tool with a mask for targeted regional changes.

Common Use Cases

Exploring Alternatives

# Generate initial image
/imagine-pro modern office workspace, minimalist, blue tones

# Explore variations
/vary-it [messageId]  # Get 2-3 alternative interpretations

Refining Details

# Initial generation
/imagine-pro product hero image for wireless earbuds

# Adjust colors
/vary-it [messageId] make colors warmer and more inviting

# Try different angle
/vary-it [messageId] show from a different perspective

A/B Testing

# Original version
/imagine-pro landing page hero image, SaaS product

# Create test variants
/vary-it [messageId]  # Variant A
/vary-it [messageId]  # Variant B
/vary-it [messageId]  # Variant C

# Test all, upscale winner
/upscale-it [winning-messageId]

Iteration Workflow

# Round 1
/imagine-pro professional team collaboration scene
# Result: msg-001

# Round 2 - Explore variations
/vary-it msg-001
# Result: msg-002 (like this direction!)

# Round 3 - Refine the variant
/vary-it msg-002 add more natural lighting
# Result: msg-003 (perfect!)

# Finalize
/upscale-it msg-003

Read the full file on GitHub · 256 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. 9d ago First seen · 256 lines · 0 tokens per session scan A e43b78579e14

Subscribe to this mod's changes

vary-it is a command published in the GitHub repository imaginpro/imaginepro-claude-plugin (5 stars, last pushed 10mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,517 tokens. 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.