pickle-ugc

pickle-ugc is a command for Claude Code from MrJPTech/macro-pickle. It costs 40 tokens per session (791 once invoked), scanned A, original, MIT.

A command that turns a product photo and its benefit into prompts for faceless short-form user-generated-content videos, including product images and a vertical 9:16 spot.

In plain words
What is it for?
Use it for formats such as unboxings, demonstrations, problem-and-solution videos, before-and-after clips, listicles, and tutorials, then save finished prompts to the prompt vault.
Why use it?
It gives product marketing a repeatable structure without showing a person's face or needing to keep a person's identity consistent.

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-ugc
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-ugc

README.md
[![agentmods](https://agentmods.dev/badge/commands/mrjptech/macro-pickle/pickle-ugc.svg)](https://agentmods.dev/commands/mrjptech/macro-pickle/pickle-ugc)
Your own site
<a href="https://agentmods.dev/commands/mrjptech/macro-pickle/pickle-ugc"><img src="https://agentmods.dev/badge/commands/mrjptech/macro-pickle/pickle-ugc.svg" alt="Measured on agentmods" height="20"></a>
Per session 40 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 791 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.00040 $0.00791
Opus 5 $0.00020 $0.00396
Sonnet 5 $0.00008 $0.00158
Haiku 4.5 $0.00004 $0.00079

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

Security

Grade A, and why

pickle-ugc 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-ugc.md · 54 lines

How it starts

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

/pickle-ugc

Build faceless short-form UGC that sells a product — the selling layer over the Prompt Engine (scripts/lib/prompts/ugc.ts). Methodology: content/knowledge/PROMPT-COOKBOOK.md §14. Selling craft: the ugc-shortform-prompting skill.

Exported prompts go to the vault

Finalized prompts are saved to your prompt vault as copy-paste Obsidian markdown via exportPromptToVault (the pack script does this for every product). Do not hand-roll a different format. Destination override: MACRO_PICKLE_PROMPT_VAULT.

The one rule: faceless

Product + hands + on-screen captions + music/VO — no face in frame. It's the house format and it removes identity-lock / IP cost. Hook the product in the first 3 seconds.

Usage

  1. Parse $ARGUMENTS. Identify the product, the --format (default faceless-finds; also unboxing, problem-solution, demo, before-after, listicle, tutorial), and whether a real photo is involved.

  2. (Optional) Parse a real supplier photo — OCR foreign text + get an in-use scene:

    pnpm describe --image <photo> --brand "Quiet Desk Co. (premium desk objects)"
    
  3. Build the spot via the MCP build_ugc_spot tool (or buildUgcSpot from scripts/lib/prompts/ugc.ts), passing the product id, name, benefit verb-phrase, scene, and --format. Set save: true to write the notes.

    For a recurring catalog, write a small pack script that holds a PRODUCTS array and loops buildUgcSpot over it — that keeps ids, benefits, and scenes in one place and makes the whole set re-runnable.

  4. Each product yields 3 vault notes: clean hero still, faceless lifestyle still, and a 9:16 spot (hook→demo→CTA + caption track). Report the paths.

  5. Render pixels (optional, paid): add --generate to render the stills via Imagen / Nano Banana into MACRO_PICKLE_EXPORT_DIR. Confirm before any live --generate — it calls a paid Google API. Paste the 9:16 SPOT briefs into Google Flow / Veo; burn captions in post.

Read the full file on GitHub · 54 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 · 54 lines · 40 tokens per session scan A 4d85d3a15fd8

Subscribe to this mod's changes

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