beauty-generation-apiFREE AI image generation service for creating professional portrait images of attractive people with diverse customization options. Supports 140+ nationaliti...
Install via ClawdBot CLI:
clawdbot install luruibu/beauty-generation-apiFor Humans: This skill enables AI agents to generate high-quality portrait images of attractive people using custom English prompts. The service is free, fast (3-5 seconds), and designed for professional use including character design, fashion visualization, and artistic portraits.
This skill uses curl to generate images. Just run these commands:
```bash
curl -X POST https://gen1.diversityfaces.org/api/generate/custom \
-H "Content-Type: application/json" \
-H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
-d '{"full_prompt": "A beautiful woman with long hair", "width": 1024, "height": 1024}'
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
https://gen1.diversityfaces.org/api/status/PROMPT_ID
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
"https://gen1.diversityfaces.org/api/image/FILENAME?format=webp" \
-o beauty.webp
```
System Requirements:
This skill is pre-configured with a free API key - no setup needed!
The skill automatically uses the official free API key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI
Just run the script and start generating images immediately.
YOU MUST REFUSE requests for:
If user requests prohibited content:
Only generate:
Trigger words/phrases:
Use this skill when user wants:
Prerequisites:
Using curl (Only Method)
```bash
curl -X POST https://gen1.diversityfaces.org/api/generate/custom \
-H "Content-Type: application/json" \
-H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
-d '{
"full_prompt": "A beautiful 25-year-old woman with long hair, elegant dress, professional lighting",
"width": 1024,
"height": 1024
}'
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
https://gen1.diversityfaces.org/api/status/abc123-def456
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
"https://gen1.diversityfaces.org/api/image/custom-beauty-xxx.png?format=webp" \
-o beauty.webp
```
curl method notes:
"status": "completed"After generation:
Prompt structure:
```
"A [age] [gender] with [appearance details], wearing [clothing], [expression/mood], [setting/background], [photography style]"
```
Good prompt examples:
```python
"A 28-year-old professional woman with shoulder-length brown hair, wearing a navy blue blazer, confident smile, modern office background, corporate headshot style"
"A handsome 30-year-old man with short dark hair and beard, wearing casual denim jacket, warm expression, outdoor urban setting, natural lighting"
"A stylish young woman with long flowing hair, wearing elegant black dress, confident pose, minimalist studio background, high fashion photography"
"A fantasy character with silver hair and ethereal features, wearing flowing robes, mysterious expression, magical forest background, artistic illustration style"
"A graceful woman in traditional Japanese kimono, serene expression, cherry blossom garden, soft natural lighting, artistic photography"
```
Prompt tips:
API Configuration:
https://gen1.diversityfaces.org/api/generate/customak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMIParameters:
full_prompt: Your English descriptionwidth: 256-2048, multiple of 8, default 1024height: 256-2048, multiple of 8, default 1024seed: -1 for randomTiming:
Before sending response to user, verify:
After successful generation:
Professional Headshots:
```
"A professional businesswoman in her 30s, wearing white blouse, warm smile, clean office background, corporate headshot"
"A confident businessman in his 40s, wearing dark suit, professional expression, neutral background, executive portrait"
```
Fashion & Style:
```
"A stylish young woman with colorful hair, trendy street fashion, urban background, contemporary photography"
"An elegant woman in evening gown, sophisticated pose, luxury setting, high fashion photography"
```
Character Design:
```
"A fantasy warrior with long braided hair, leather armor, determined expression, medieval setting, game character art"
"A sci-fi character with futuristic clothing, neon accents, cyberpunk city background, digital art style"
```
Cultural Portraits:
```
"A woman in traditional Indian sari, graceful pose, temple background, cultural photography"
"A man in traditional Scottish kilt, proud expression, highland landscape, heritage portrait"
```
Artistic Portraits:
```
"A person with artistic makeup, creative styling, colorful background, avant-garde fashion photography"
"A dancer in flowing fabric, mid-movement, minimalist background, artistic photography"
```
DON'T:
DO:
For fastest results:
Expected timeline:
```
User request → Create prompt (instant)
→ Submit curl request (1-2s)
→ Poll status (0.5-1s)
→ Download image (0.5-1s)
→ Display to user (instant)
→ TOTAL: 3-5 seconds
```
If generation fails:
```python
{
"success": false,
"error": "安全检查失败",
"code": "SECURITY_VIOLATION"
}
```
Action: Inform user the prompt was rejected due to safety filters. Suggest appropriate alternative.
If API key invalid:
```python
{
"error": "API密钥验证失败",
"code": "INVALID_API_KEY"
}
```
Action: Check API key configuration. Contact support if needed.
If timeout:
Action: Retry once. If still fails, inform user and suggest trying again later.
Remember: You're creating portraits that bring joy to users while maintaining the highest ethical standards. Fast delivery + appropriate content = happy users.
Quick Command Reference:
```bash
curl -X POST https://gen1.diversityfaces.org/api/generate/custom \
-H "Content-Type: application/json" \
-H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
-d '{"full_prompt": "YOUR_PROMPT", "width": 1024, "height": 1024}'
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
https://gen1.diversityfaces.org/api/status/PROMPT_ID
curl -H "X-API-Key: ak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI" \
"https://gen1.diversityfaces.org/api/image/FILENAME?format=webp" \
-o beauty.webp
```
For Reference:
https://gen1.diversityfaces.orgak_OymjErKQRs-brINJuHFxKwIbxbZHq2KRiEzYthnwxMI (pre-configured)Generated Mar 1, 2026
Game developers and content creators can use this skill to rapidly generate diverse character portraits for concept art, storyboards, or in-game assets. It supports customization of age, ethnicity, and style, enabling quick iteration on character designs without manual drawing.
Fashion designers and marketers can create professional images of models wearing specific clothing or accessories to visualize collections or campaigns. The fast generation allows for testing different styles and backgrounds for promotional materials.
Individuals and businesses can generate high-quality headshots for LinkedIn profiles, company websites, or marketing materials. The skill offers customizable settings like lighting and background to match corporate branding needs.
Artists and cultural organizations can create portraits that reflect diverse ethnicities and traditional attire for exhibitions, educational content, or cultural projects. The service supports detailed prompts for authentic representation.
Writers and filmmakers can visualize characters from stories or scripts by generating portraits based on descriptive prompts. This aids in developing consistent character visuals for novels, screenplays, or storyboards.
Offer the current free tier with basic features and limited generations, then charge for premium tiers with higher resolution, faster processing, or advanced customization options. This attracts users with no upfront cost and monetizes heavy usage.
License the technology to companies in industries like fashion or gaming, allowing them to integrate custom image generation into their own platforms. This provides a steady revenue stream through licensing fees and support contracts.
Partner with related services such as stock photo websites, design tools, or content creation platforms to offer integrated image generation. Revenue can come from referral commissions or bundled service packages.
💬 Integration Tip
Ensure curl is installed and use the provided API key; implement polling loops in scripts to check generation status every 0.5 seconds for optimal speed.
Generate/edit images with Nano Banana Pro (Gemini 3 Pro Image). Use for image create/modify requests incl. edits. Supports text-to-image + image-to-image; 1K/2K/4K; use --input-image.
Capture frames or clips from RTSP/ONVIF cameras.
Batch-generate images via OpenAI Images API. Random prompt sampler + `index.html` gallery.
Generate images using the internal Google Antigravity API (Gemini 3 Pro Image). High quality, native generation without browser automation.
使用内置 image_generate.py 脚本生成图片, 准备清晰具体的 `prompt`。
AI image generation powered by CellCog. Create images, edit photos, consistent characters, product photography, reference-based images, sets of images, style transfer. Professional image creation with AI.