Install
$ agentstack add skill-aiai-mastermind-aiai-mastermind-tools-and-skills-generate-me ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Generate Me
Before you use this
If references/identity-profile.md still contains {{PLACEHOLDER}} tokens, or assets/identity-default/ has no photos, this skill is not yet customized. Run SETUP.md first and tell the owner that setup is required. Do not generate a generic person as a substitute.
Required preparation
- Resolve the skill directory from the location of this
SKILL.md. Use that resolved directory for every relative path below. - Read
references/identity-profile.mdbefore writing a prompt or selecting images. - Treat every bundled photo as a reference. Never treat a bundled photo as an edit target unless the owner explicitly asks to alter that exact photo.
Reference selection
Image tools commonly impose a five-image limit. Every edit target and every style reference counts toward that limit, so subtract those images before choosing identity references.
The identity slots are:
- Slot A,
primary-face, for clear facial structure and fine features. - Slot B,
upper-body, for the strongest overall balance of likeness, posture and build. - Slot C,
proportions, for body proportions, stance and scale. - Slot D,
expression-open-smile, for teeth and broad open-smile behavior. - Slot E,
secondary-face, for a second view of stable facial geometry.
The default authority order is B, A, C, D, E. Use the following fallback ladder after accounting for edit targets and style images:
- Four identity slots: B, A, C, D.
- Three identity slots: B, A, C.
- Two identity slots: B, A.
- One identity slot: B.
Keep at least two identity references whenever possible. If a request depends on a specific trait, such as an open smile, substitute the relevant slot for the lowest-priority available slot. Do not exceed the tool's total image limit.
Support-only assets
assets/support-only/ holds photos useful for one narrow purpose, such as eyewear detail or a deliberately exaggerated expression. Use a support-only image solely for its labeled purpose. Never use it to infer or judge facial geometry, head shape, feature spacing or general likeness.
Prompt construction
Start with the owner's requested concept, composition and style. Then append a compact identity block derived from references/identity-profile.md.
The prompt must:
- State that preserving the owner's identity is the highest priority.
- Specify the requested expression, using the profile's matching expression clause.
- Request a natural eye-level portrait perspective unless the owner asks for another viewpoint.
- Prohibit beautifying or genericizing the face.
- Prohibit changing apparent age or body proportions.
- Prohibit plastic-smoothing the skin.
- Prohibit adding or removing hair that the profile does not describe.
Do not overload the prompt with repeated facial adjectives. The photos carry identity. The text should stay compact and mainly prevent known failure modes.
Generation workflow
- Make one generation call per scene.
- Keep the face large enough to read clearly whenever likeness matters.
- Lock facial geometry and identity before applying the requested style.
- Require anatomically natural limbs, joints, hands and finger counts when arms or hands are prominent.
- Inspect the saved local output after generation.
- Run the pre-delivery QA checklist in the identity profile.
- If likeness or anatomy fails, regenerate once. Correct only the failed traits instead of rewriting or intensifying the entire prompt. Do not accept a near match as an exact match.
Generation paths
Both paths are first-class and supported.
Path 1, model router
Run scripts/generate.py. It sends the same prompt to an OpenAI image model and a Google image model concurrently so the owner can compare the results. This path is best when the member has the model-router installed.
Path 2, built-in image tool
Use the host agent's own image generation tool and attach the selected identity photos as referenced image paths. This path is best when the member has no router.
The skill works with either path. Run scripts/doctor.sh to report which paths are available in the current environment.
Authority and invariants
- Original photos outrank generated examples and prose.
- Never feed an AI-generated or AI-retouched image back in as an identity reference. Errors compound across generations.
- Likeness and anatomical plausibility outrank styling.
- Do not claim an exact match when facial features, proportions or other identity anchors visibly drift.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: AiAi-Mastermind
- Source: AiAi-Mastermind/aiai-mastermind-tools-and-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.