pickle-clips

pickle-clips is a command for Claude Code from MrJPTech/macro-pickle. It costs 24 tokens per session (1,004 once invoked), scanned A, original, MIT.

A command for batch-generating product video clips from reference images for a store's products. It creates free Veo scene variants and an optional paid Kling product reveal.

In plain words
What is it for?
Use it to preview clip counts and costs, generate Veo-only or Kling clips, select products or models, set output options, and process product groups.
Why use it?
It turns a selected set of product images into planned video clips while showing the expected paid-job cost and requiring confirmation before paid generation.

Command for Claude Code

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.

agentmods
npx agentmods add commands/mrjptech/macro-pickle/pickle-clips
Clone the repo
git clone --depth 1 https://github.com/MrJPTech/macro-pickle

Made for: Claude Code.

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 pickle-clips

README.md
[![agentmods](https://agentmods.dev/badge/commands/mrjptech/macro-pickle/pickle-clips.svg)](https://agentmods.dev/commands/mrjptech/macro-pickle/pickle-clips)
Your own site
<a href="https://agentmods.dev/commands/mrjptech/macro-pickle/pickle-clips"><img src="https://agentmods.dev/badge/commands/mrjptech/macro-pickle/pickle-clips.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 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,004 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00024 $0.01004
Opus 5 $0.00012 $0.00502
Sonnet 5 $0.00005 $0.00201
Haiku 4.5 $0.00002 $0.00100

Measured 4d ago against content hash 223f86aa5542, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pickle-clips 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 4d 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.

.claude/commands/pickle-clips.md · 60 lines

How it starts

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

/pickle-clips

Batch-generate product clips from a store's gen5 reference sets via pnpm gen-clips (scripts/gen-clips.ts). Per SKU: 2 Veo ASSET-lock scene variants (FREE) + 1 Kling studio→lifestyle reveal (paid). Generic — point it at any <store>/<category>/<sku>/gen5/{studio_01..03,life_01..02}.png layout with a scenes config. Supabase-free.

Usage

  1. Parse $ARGUMENTS--store <media-dir> is required; pass through --skus / --veo-only / --kling-only / --limit / --model / --aspect / --out / --no-audio / --force.
  2. ALWAYS dry-run first (zero API): pnpm gen-clips --store <dir> --dry-run → confirm SKU count, clip count, and Kling cost.
  3. Scenes config — gen-clips loads content/clip-scenes/<basename(store)>.json (per-category Veo pair + Kling reveal + _scale per-SKU size anchors + optional _suffix style override). If absent it warns and uses generic scenes — author one for a new store by copying content/clip-scenes/example-store.json.
  4. Free pass first: --veo-only ($0). Only run the Kling pass after confirming spend.
  5. The spend gate is ENFORCED: a paid Kling run aborts without --yes, and aborts if the estimate exceeds --max-spend (default $25, env MACRO_PICKLE_MAX_SPEND_USD). Only add --yes after the user has confirmed the dry-run cost.
  6. Re-runs are resume-safe: clips whose output already exists are skipped (no double spend); --force regenerates.

SPEND + QUOTA (hard-won — bake into every run)

  • Veo is "free" only on the GOOGLE_API_KEY quota, and the FREE tier is daily-rate-limited (~10 gens/day → 429 RESOURCE_EXHAUSTED when tapped). Image quota is SEPARATE (image gen can still work while Veo is tapped). For real volume: Google Flow (Ultra account) or enable billing on the key's GCP project (Veo 3.1 Fast ≈ $0.10/s 720p · $0.12 1080p · default 8s ≈ $0.80–0.96/clip, billed only on success).
  • Kling = real fal.ai money — 2.6 Pro i2v is $0.14/s with audio ($0.70/5s clip), $0.07/s without (--no-audio); verified fal pricing 2026-07, table in scripts/lib/kling.ts. Check the fal.ai balance before a --kling/full run. Confirm with the user before any live paid spend — then pass --yes.
  • If a Veo daily-quota 429 hits mid-batch, the engine skips the remaining Veo clips automatically (Kling continues); re-run the same command tomorrow to resume.

Read the full file on GitHub · 60 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. 4d ago First seen · 60 lines · 24 tokens per session scan A 223f86aa5542

Subscribe to this mod's changes

pickle-clips is a command published in the GitHub repository MrJPTech/macro-pickle (2 stars, last pushed 1mo ago), licensed MIT. It adds 24 tokens to every session and 1,004 once invoked, about $0.0001 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.