Create compliant ID photos from a supplied portrait — background recolor, AI outfit change, standard size cropping, and print-sheet layout. Use when the deliverable must meet a document photo specification (standard sizes, solid-color background, passport/visa/application/headshot compliance). Do not use for styled portrait shoots, film/artistic portraits, or magazine headshots without an ID-photo spec. Do not use for dressing a person in a supplied garment image. Do not use for general backg...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add DeepKolor/deepkolor-agent-skills --skill id-photo-agent --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Id Photo Agent?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/deepkolor-id-photo-agent)More formats (shields.io, HTML) on the badges page.
---
name: id-photo-agent
description: "Create compliant ID photos from a supplied portrait — background recolor, AI outfit change, standard size cropping, and print-sheet layout. Use when the deliverable must meet a document photo specification (standard sizes, solid-color background, passport/visa/application/headshot compliance). Do not use for styled portrait shoots, film/artistic portraits, or magazine headshots without an ID-photo spec. Do not use for dressing a person in a supplied garment image. Do not use for general background replacement, scene swaps, or photo cleanup without document specs."
homepage: https://deepkolor.ai
author: DeepKolor
license: MIT
tags: [image-generation, id-photo, passport, document]
version: lite
---
# ID Photo Agent
> **Lite edition** — routing and core rules for agent discovery. Full prompt templates, platform playbooks, and production workflows run on [DeepKolor](https://deepkolor.ai).
Compliant ID photos — solid background, optional outfit swap, standard crop, print layout.
## When to use
See `description` in frontmatter — the agent loads it at startup for routing.
## Workflow
- Require document spec (size, background color) when available.
- Preserve facial identity from the supplied portrait.
- Background recolor, outfit change, crop, and print sheet are separate steps when combined.
## Defaults
resolution=1K; standard ID ratios per spec
## Tool: `create_image_task`
```ts
{
prompt: string,
scene: "text-to-image" | "image-to-image",
aspectRatio?: string,
imageUrls?: string[],
resolution?: "1K"
}
```
Available when your agent runtime exposes DeepKolor generation tools. Otherwise use this skill as a prompt-engineering guide and adapt tool names to your stack.
## Boundaries
- Document-spec photos only — not styled portraits or general background swaps.
## Output
After generation, reply briefly: what was created, key parameters, and one useful next step. Return a full prompt only when the user explicitly asks.
## Full version
Production-grade references (SOPs, templates, platform rules) ship inside [DeepKolor](https://deepkolor.ai) — not in this public lite package.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!