muapi-photo-pack-generator

muapi-photo-pack-generator is a skill for Claude Code, Codex from SamurAIGPT/Generative-Media-Skills. It costs 28 tokens per session (833 once invoked), scanned A, original, MIT.

An image-generation skill that uses structured creative briefs to describe a subject, its action, surroundings, composition, lighting, and visible text.

In plain words
What is it for?
It is for generating high-fidelity images with defined subjects, settings, lighting, spatial relationships, and typography.
Why use it?
It helps produce more deliberate image prompts when simple keyword lists do not capture the scene or the relationships between its elements.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for generating high-fidelity images with defined subjects, settings, lighting, spatial relationships, and typography.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/samuraigpt/generative-media-skills/photo-pack-generator
About the project

Generative-Media-Skills is a toolkit that lets AI agents generate, edit, and display images, videos, and audio through the muapi command-line interface. It is for users of Claude Code, Cursor, Gemini CLI, and OpenCode who need multimodal media-generation workflows. The catalogue entries are the skills that expose these media capabilities to coding agents.

SamurAIGPT/Generative-Media-Skills · 4,263 stars · on GitHub · muapi.ai

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 SamurAIGPT/Generative-Media-Skills --skill photo-pack-generator
Clone the repo
git clone --depth 1 https://github.com/SamurAIGPT/Generative-Media-Skills

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 muapi-photo-pack-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/photo-pack-generator/github.svg)](https://agentmods.dev/skills/samuraigpt/generative-media-skills/photo-pack-generator)
Your own site
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/photo-pack-generator"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/photo-pack-generator/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 muapi-photo-pack-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/samuraigpt/generative-media-skills/photo-pack-generator"><img src="https://agentmods.dev/badge/skills/samuraigpt/generative-media-skills/photo-pack-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 833 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00028 $0.00833
Opus 5 $0.00014 $0.00417
Sonnet 5 $0.00006 $0.00167
Haiku 4.5 $0.00003 $0.00083

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

Security

Grade A, and why

muapi-photo-pack-generator 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/generate-pack.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

library/visual/photo-pack-generator/SKILL.md · 206 lines

How it starts

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

📸 Photo Pack Generator Expert Skill (Identity-Lock Edition)

Transform a single reference photo into a collection of themed images while maintaining extremely high facial identity fidelity.

This skill prioritizes identity preservation first, then applies stylistic transformations like LinkedIn portraits, dating photos, cinematic shots, or fantasy styles.

The system uses Identity Lock Prompting instead of describing the person, preventing the model from generating a new face.


Core Principles

1️⃣ Identity Lock (MOST IMPORTANT)

The generated images must always depict the same person from the reference image.

All prompts MUST include identity lock instructions.

Required identity rules:

  • Preserve the exact facial identity from the reference image
  • Do not modify eye shape or spacing
  • Do not modify nose structure
  • Do not modify jawline or chin shape
  • Do not modify cheekbones
  • Do not modify face proportions
  • Identity must remain identical to the reference photo

2️⃣ Vision-First Scene Analysis

The agent MUST analyze the reference image before generation.

However the analysis must NOT describe the person (age, ethnicity, hair etc).

Allowed analysis fields:

  • head orientation
  • facial angle
  • expression
  • lighting direction
  • framing (portrait / half body / full body)

Example:

Head orientation: slight left tilt
Expression: neutral friendly
Lighting: soft frontal light
Framing: head and shoulders portrait


Agent Execution Flow

Step 1 — Grounding Check

Ensure the user has provided a reference image.

Supported inputs:

  • local image
  • URL
  • uploaded file

Step 2 — Vision Analysis

Extract scene attributes only.

DO NOT describe:

  • age
  • ethnicity
  • beard
  • hair
  • body type

Identity must come directly from the image.


Step 3 — Category Selection

If the user does not specify a category suggest:

  • LinkedIn
  • Tinder
  • OldMoney

Step 4 — Prompt Construction

Use the reference image as the identity source.

Read the full file on GitHub · 206 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 206 lines · 28 tokens per session scan A 131f51be51af

Subscribe to this mod's changes

muapi-photo-pack-generator is a skill published in the GitHub repository SamurAIGPT/Generative-Media-Skills (4,263 stars, last pushed 3d ago), licensed MIT. It adds 28 tokens to every session and 833 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-09-03.

Related

Other skills, from other repositories

frontend-design

Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults.

anthropics/claude-plugins-official · 40 tokens

visual-plan

Turn ordinary text plans into rich interactive visual plans with diagrams, file maps, annotated code, open questions, and UI/prototype review when useful.

BuilderIO/skills · 32 tokens

display-glasses-with-jetpack-compose-glimmer

Provides guidelines for developing projected Android XR apps for display glasses using the Jetpack Compose Glimmer UI toolkit. This skill covers foundational Glimmer design principles, workflows for implementing Jetpack Compose Glimmer, and interaction models for the glasses form factor. Use this skill to build an…

android/skills · 91 tokens

baseline-ui

Quickly deslop UI code by fixing spacing, hierarchy, typography, and small layout issues. Use when the interface needs a fast cleanup or polish pass.

ibelick/ui-skills · 34 tokens

accessibility

Audit and improve web accessibility following WCAG 2.2 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

addyosmani/web-quality-skills · 51 tokens

antv-x6-editor

A skill for creating and troubleshooting interactive diagrams with AntV X6, a JavaScript engine for editors made of connected nodes and lines. It supports diagram types such as flowcharts, dependency graphs, entity-relationship diagrams, and organization charts.

antvis/chart-visualization-skills · 253 tokens