# Send Ai Headshot Generation to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-headshot-generation",
    "name": "Ai Headshot Generation",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/eftalyurtseven/ai-headshot-generation",
    "canonicalUrl": "https://clawhub.ai/eftalyurtseven/ai-headshot-generation",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/ai-headshot-generation",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-headshot-generation",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/SSE-EVENTS.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/ai-headshot-generation"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-headshot-generation",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-headshot-generation",
    "agentUrl": "https://openagent3.xyz/skills/ai-headshot-generation/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-headshot-generation/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-headshot-generation/agent.md"
  }
}
```
## Documentation

### AI Headshot Generation

Generate professional AI headshots from casual photos or text descriptions using each::sense. This skill creates polished, professional portraits suitable for corporate use, social media profiles, resumes, and marketing materials.

### Features

Corporate Headshots: Professional portraits for company websites and directories
LinkedIn Photos: Optimized headshots for professional networking
Executive Portraits: Premium headshots for C-suite and leadership
Team Photos: Consistent style across multiple team members
Background Options: Office, studio, gradient, or custom backgrounds
Outfit Changes: Transform casual attire to professional business wear
Expression Variations: Generate multiple expressions from same source
Multi-Platform: Optimized for various aspect ratios and use cases

### Quick Start

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional corporate headshot from this casual photo. Clean background, professional lighting, business appropriate appearance.",
    "mode": "max",
    "image_urls": ["https://example.com/casual-photo.jpg"]
  }'

### Headshot Formats & Sizes

Use CaseAspect RatioRecommended SizeNotesLinkedIn1:1400x400 to 800x800Square crop, head-and-shouldersCorporate Website3:4600x800Standard portrait orientationResume/CV1:1 or 3:4300x300 or 300x400Clean, minimal backgroundEmail Signature1:1150x150 to 300x300Small but recognizableSpeaker Profile1:1 or 16:9800x800 or 1920x1080Conference/event useTeam Page1:1500x500Consistent across team

### 1. Corporate Headshot from Casual Photo

Transform a casual selfie or personal photo into a polished corporate headshot.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Transform this casual photo into a professional corporate headshot. Use a clean neutral gray background, soft professional studio lighting, and ensure the subject looks polished and approachable. Keep the likeness accurate.",
    "mode": "max",
    "image_urls": ["https://example.com/casual-selfie.jpg"]
  }'

### 2. LinkedIn Profile Headshot

Create an optimized headshot specifically for LinkedIn that conveys professionalism and approachability.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a LinkedIn-optimized professional headshot from this photo. Square 1:1 format, friendly but professional expression, clean blurred office background, warm natural lighting. The subject should appear confident and approachable.",
    "mode": "max",
    "image_urls": ["https://example.com/source-photo.jpg"]
  }'

### 3. Executive Headshot

Premium quality headshot for C-suite executives, board members, and senior leadership.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a premium executive headshot from this photo. Dark sophisticated background with subtle gradient, dramatic professional lighting, formal business attire appearance. The subject should convey authority, confidence, and leadership. Magazine cover quality.",
    "mode": "max",
    "image_urls": ["https://example.com/ceo-casual.jpg"]
  }'

### 4. Team Headshots (Consistent Style)

Generate matching headshots for team members to ensure visual consistency across your organization.

# First team member - establish the style
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional team headshot with these specifications: light gray background, soft diffused lighting from the left, 1:1 square format, head and shoulders framing. Professional but friendly expression. This will be the template style for our entire team.",
    "session_id": "team-headshots-2024",
    "mode": "max",
    "image_urls": ["https://example.com/team-member-1.jpg"]
  }'

# Second team member - maintain consistency
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a headshot for this team member using the exact same style as the previous one - same background, lighting, framing, and overall aesthetic.",
    "session_id": "team-headshots-2024",
    "mode": "max",
    "image_urls": ["https://example.com/team-member-2.jpg"]
  }'

# Third team member
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a headshot for this team member matching our established team style.",
    "session_id": "team-headshots-2024",
    "mode": "max",
    "image_urls": ["https://example.com/team-member-3.jpg"]
  }'

### 5. Headshot with Different Backgrounds

Generate the same headshot with various background options.

# Office background
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional headshot with a blurred modern office background. Glass windows, city view visible but out of focus. Natural daylight feel.",
    "session_id": "background-variations",
    "mode": "max",
    "image_urls": ["https://example.com/source-photo.jpg"]
  }'

# Studio gradient background
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Now create the same headshot but with a classic studio gradient background - deep blue fading to lighter blue. Keep the same professional lighting on the subject.",
    "session_id": "background-variations",
    "mode": "max"
  }'

# Nature/outdoor background
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create another variation with a natural outdoor background - soft green foliage, blurred bokeh effect, golden hour lighting. More relaxed professional vibe.",
    "session_id": "background-variations",
    "mode": "max"
  }'

### 6. Headshot with Different Outfits

Transform the subject's appearance with professional attire options.

# Navy suit
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional headshot from this casual photo. Dress the subject in a classic navy blue business suit with a white dress shirt and subtle tie. Clean gray background, professional studio lighting.",
    "session_id": "outfit-variations",
    "mode": "max",
    "image_urls": ["https://example.com/casual-photo.jpg"]
  }'

# Business casual
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create another version with business casual attire - a blazer over a smart polo shirt or open-collar dress shirt. Same background and lighting as before.",
    "session_id": "outfit-variations",
    "mode": "max"
  }'

# Creative professional
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a version for creative industry - stylish but professional, perhaps a dark turtleneck or modern collarless jacket. Contemporary creative professional look.",
    "session_id": "outfit-variations",
    "mode": "max"
  }'

### 7. Resume/CV Headshot

Clean, professional headshot optimized for job applications and CVs.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a clean, professional headshot suitable for a resume or CV. Simple solid light background (white or very light gray), professional attire, friendly and confident expression. The photo should be conservative and appropriate for any industry. Square format, head and shoulders framing.",
    "mode": "max",
    "image_urls": ["https://example.com/applicant-photo.jpg"]
  }'

### 8. Speaker/Author Headshot

Dynamic headshot for conference speakers, authors, and thought leaders.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a compelling speaker/author headshot. The subject should appear engaging, confident, and dynamic. Use dramatic lighting with a dark background to create visual impact. Slight smile, eyes that connect with the viewer. This should work well on book covers, conference websites, and keynote slides. High contrast, memorable, professional.",
    "mode": "max",
    "image_urls": ["https://example.com/author-source.jpg"]
  }'

### 9. Real Estate Agent Headshot

Approachable, trustworthy headshot for real estate professionals.

curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a real estate agent headshot. The subject should appear trustworthy, friendly, and professional. Warm lighting, genuine smile, approachable expression. Background should be a subtle blurred interior of an upscale home or modern building. Professional but not stiff - someone you would trust to help you buy a home.",
    "mode": "max",
    "image_urls": ["https://example.com/agent-photo.jpg"]
  }'

### 10. Multiple Expression Variations

Generate several expression options from the same source photo.

# Confident/serious
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional headshot with a confident, serious expression. Professional and authoritative, suitable for a law firm or financial services. Neutral gray background, classic professional lighting.",
    "session_id": "expression-variations",
    "mode": "max",
    "image_urls": ["https://example.com/source-photo.jpg"]
  }'

# Friendly/approachable
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Now create a variation with a warm, friendly smile. Approachable and welcoming, suitable for customer-facing roles or consulting. Same background and lighting setup.",
    "session_id": "expression-variations",
    "mode": "max"
  }'

# Thoughtful/engaged
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create another variation with a thoughtful, engaged expression - slight smile, intelligent and curious look. Good for tech industry or academia. Same background and lighting.",
    "session_id": "expression-variations",
    "mode": "max"
  }'

### Photo Input Guidelines

Face Visibility: Ensure the face is clearly visible, well-lit, and not obscured
Resolution: Use source photos of at least 512x512 pixels for best results
Angle: Front-facing or slight angle (3/4 view) works best
Lighting: Avoid harsh shadows or extreme backlighting in source
Expression: Neutral or natural expression in source produces best transformations

### Professional Headshot Standards

Framing: Head and shoulders, with face occupying 60-70% of vertical space
Eye Contact: Subject should appear to look at the viewer
Background: Clean, non-distracting, complements the subject
Lighting: Soft, flattering light that minimizes harsh shadows
Attire: Appropriate for the industry and role

### Industry-Specific Recommendations

IndustryStyleBackgroundAttireFinance/LegalConservative, formalNeutral gray/blueDark suit, traditionalTechModern, approachableClean gradient or officeSmart casual to businessCreativeDynamic, distinctiveBold or artisticContemporary, stylishHealthcareTrustworthy, warmLight, clinical or neutralProfessional, white coat optionalReal EstateFriendly, trustworthyHome interior blurBusiness professionalAcademiaThoughtful, credibleLibrary or neutralBusiness casual to formal

### Mode Selection

Ask your users before generating:

"Do you want fast & cheap, or high quality?"

ModeBest ForSpeedQualitymaxFinal headshots, client deliverables, executive portraitsSlowerHighestecoQuick previews, testing styles, bulk draftsFasterGood

### Multi-Turn Headshot Refinement

Use session_id to iterate and perfect headshots:

# Initial generation
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create a professional headshot from this photo with a blue gradient background",
    "session_id": "headshot-refinement",
    "mode": "max",
    "image_urls": ["https://example.com/source.jpg"]
  }'

# Refine based on feedback
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Make the lighting warmer and the expression slightly more friendly. Keep the same background.",
    "session_id": "headshot-refinement",
    "mode": "max"
  }'

# Final adjustments
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Perfect. Now generate 2 more slight variations of this final result.",
    "session_id": "headshot-refinement",
    "mode": "max"
  }'

### Batch Generation for Teams

Generate consistent headshots for entire teams efficiently:

# Define team style first
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "I need to create headshots for a team of 10 people. Our brand colors are navy blue and white. We want: 1:1 square format, light gray background, soft professional lighting, business casual attire, friendly but professional expressions. First, create a headshot for this team member to establish the style.",
    "session_id": "acme-corp-team",
    "mode": "max",
    "image_urls": ["https://example.com/team/person-1.jpg"]
  }'

# Continue with remaining team members using same session
curl -X POST https://sense.eachlabs.run/chat \\
  -H "Content-Type: application/json" \\
  -H "X-API-Key: $EACHLABS_API_KEY" \\
  -H "Accept: text/event-stream" \\
  -d '{
    "message": "Create headshot for next team member, matching established style",
    "session_id": "acme-corp-team",
    "mode": "eco",
    "image_urls": ["https://example.com/team/person-2.jpg"]
  }'

### Error Handling

ErrorCauseSolutionFailed to create prediction: HTTP 422Insufficient balanceTop up at eachlabs.aiNo face detectedFace not visible in sourceUse a clearer photo with visible facePoor likenessLow quality source imageUse higher resolution source (512x512+)TimeoutComplex generationSet client timeout to minimum 10 minutes

### Related Skills

each-sense - Core API documentation
product-photo-generation - E-commerce product photography
meta-ad-creative-generation - Social media ad creatives
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: eftalyurtseven
- Version: 1.0.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/ai-headshot-generation)
- [Send to Agent page](https://openagent3.xyz/skills/ai-headshot-generation/agent)
- [JSON manifest](https://openagent3.xyz/skills/ai-headshot-generation/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/ai-headshot-generation/agent.md)
- [Download page](https://openagent3.xyz/downloads/ai-headshot-generation)