免费 AI 肖像生成,涵盖 140 多个国家/地区、风格多样、专业爆头、角色设计和时尚可视化。快速生成(3-...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install beauty-generation-api或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install beauty-generation-api⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/beauty-generation-api/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: beauty-generation-free description: FREE AI portrait generation with 140+ nationalities, diverse styles, professional headshots, character design, and fashion visualization. Fast generation (3-5 seconds), built-in content safety, API key authentication, daily quota management. Perfect for creative projects, character design, professional portraits, and diverse representation. version: 1.2.47 powered_by: diversityfaces.org provider: DiversityFaces.org homepage: https://gen1.diversityfaces.org env_vars: - BEAUTY_API_KEY primary_credential: BEAUTY_API_KEY requires: bins: - curl env: - BEAUTY_API_KEY keywords: - ai-portrait-generation - beauty-generation - character-design - professional-headshots - ai-art-generator - image-generation-api - diverse-representation - fashion-visualization - headshot-generator - portrait-photography - safe-ai-generation - content-safety-filters - 140-nationalities - character-creation - avatar-generation - style-transfer - creative-ai - professional-photos - cultural-portraits - ai-character-design metadata: clawdis: skillKey: beauty-generation-free primaryEnv: BEAUTY_API_KEY homepage: https://gen1.diversityfaces.org emoji: "🎨" requires: bins: - curl env: - BEAUTY_API_KEY clawdbot: skillKey: beauty-generation-free primaryEnv: BEAUTY_API_KEY homepage: https://gen1.diversityfaces.org emoji: "🎨" requires: bins: - curl env: - BEAUTY_API_KEY openclaw: requires: bins: - curl env: - BEAUTY_API_KEY primary_credential: BEAUTY_API_KEY emoji: "🎨" homepage: https://gen1.diversityfaces.org privacy_policy: https://gen1.diversityfaces.org terms_of_service: https://gen1.diversityfaces.org os: [] tags: - image-generation - ai-art - portrait - character-design - professional - safe-ai - api - free ---
Professional AI-Powered Portrait Generation for Character Design, Professional Headshots, and Diverse Representation
For Humans: This skill enables AI agents to generate high-quality portrait images of attractive people using custom English prompts. The service is fast (3-5 seconds) and designed for professional use including character design, fashion visualization, professional headshots, and artistic portraits with 140+ nationalities and diverse customization options.
IMPORTANT SECURITY NOTE: This skill requires you to provide your own API key. Never share your API key with untrusted parties. Your prompts will be sent to gen1.diversityfaces.org for processing.
---
This skill is perfect for:
---
---
Before making API calls, check your remaining quota:
# Check your API key quota (does NOT consume quota)
curl -H "X-API-Key: YOUR_API_KEY" \
https://gen1.diversityfaces.org/api/quota
Response example:
{
"success": true,
"quota": {
"key_name": "My API Key",
"total_calls": 45,
"remaining_calls": 955,
"daily_limit": 100,
"daily_calls_today": 45,
"note": "remaining_calls: -1 means unlimited, daily_limit: -1 means unlimited"
}
}
Understanding your quota:
remaining_calls: Total calls left on your key (-1 = unlimited)
daily_limit: Maximum calls per day (resets every 24 hours)
daily_calls_today: Calls made today (resets after 24 hours)
Once you have your API key and confirmed your quota, use curl to generate images:
# Step 1: Submit generation request
# Replace YOUR_API_KEY with your actual API key
curl -X POST https://gen1.diversityfaces.org/api/generate/custom \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"full_prompt": "A beautiful woman with long hair", "width": 1536, "height": 1536}'
# Step 2: Poll status - use the "prompt_id" from step 1
curl -H "X-API-Key: YOUR_API_KEY" \
https://gen1.diversityfaces.org/api/status/YOUR_PROMPT_ID
# Step 3: Download image (replace FILENAME with the filename from step 2)
curl -H "X-API-Key: YOUR_API_KEY" \
"https://gen1.diversityfaces.org/api/image/FILENAME?format=webp" \
-o beauty.webp
System Requirements:
---
For optimal performance and token efficiency, users can create local scripts to automate image generation.
Why local scripts are beneficial for users:
Recommended script workflow:
/api/quota endpoint
/api/generate/custom
/api/status/ until completion
/api/image/
AI Agent Guidance:
---
...
安装 美丽一代API 后,可以对 AI 说这些话来触发它
Help me get started with beauty-generation-api
Explains what beauty-generation-api does, walks through the setup, and runs a quick demo based on your current project
Use beauty-generation-api to aI portrait generation with 140+ nationalities, diverse styles, pro...
Invokes beauty-generation-api with the right parameters and returns the result directly in the conversation
What can I do with beauty-generation-api in my design & creative workflow?
Lists the top use cases for beauty-generation-api, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/beauty-generation-api/ 目录(个人级,所有项目可用),或 .claude/skills/beauty-generation-api/(项目级)。重启 AI 客户端后,用 /beauty-generation-api 主动调用,或让 AI 根据上下文自动发现并使用。
美丽一代API 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
美丽一代API 可免费安装使用。请查阅仓库了解许可证信息。
免费 AI 肖像生成,涵盖 140 多个国家/地区、风格多样、专业爆头、角色设计和时尚可视化。快速生成(3-...
美丽一代API 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using beauty-generation-api
Identifies repetitive steps in your workflow and sets up beauty-generation-api to handle them automatically