Generate a clean, professional IM / work avatar from a personal photo. Upload a selfie and get a business-grade headshot — minimal, polished, no over-the-top styling — ideal for workplace instant-messaging profiles (WeChat Work, DingTalk, Lark / Feishu), LinkedIn, and unified team avatars. Use when the user wants a professional avatar, work IM avatar, business profile picture, LinkedIn avatar, 职场头像 / 工作头像 / 企业微信头像 / 商务头像. Trigger keywords: avatar, professional avatar, work avatar, IM avatar, ...
Scanned 9/6/2026
Install to Claude Code
npx -y skills add WSD-MJ/profile-photo-generate --skill professional-avatar-generator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Professional Avatar Generator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wsd-mj-professional-avatar-generator)More formats (shields.io, HTML) on the badges page.
---
name: professional-avatar-generator
description: >
Generate a clean, professional IM / work avatar from a personal photo. Upload a
selfie and get a business-grade headshot — minimal, polished, no over-the-top
styling — ideal for workplace instant-messaging profiles (WeChat Work, DingTalk,
Lark / Feishu), LinkedIn, and unified team avatars. Use when the user wants a
professional avatar, work IM avatar, business profile picture, LinkedIn avatar,
职场头像 / 工作头像 / 企业微信头像 / 商务头像. Trigger keywords: avatar, professional avatar,
work avatar, IM avatar, headshot, profile picture, 头像, 职场头像, 工作头像, 商务头像.
Requires an API key from wsdsocial.com.
---
# Professional Work / IM Avatar Generator
Generate clean, professional IM / work avatars with AI. Upload a personal photo and
get a business-grade headshot — minimal, polished, no over-the-top styling — for
workplace messaging profiles, LinkedIn, and unified team avatars.
## Setup
1. Get your API key at https://ai.wsdsocial.com/skills
2. Set as environment variable: `WSD_API_KEY`
## Usage
```bash
curl -X POST "https://ai.wsdsocial.com/api/pub/skills/work-im-avatar-generate/_tool_85" \
-H "Content-Type: application/json" \
-H "key: ${WSD_API_KEY}" \
-d '{
"request": "Classic light gray background, business suit, clean professional look",
"custom_data": {
"files": ["https://example.com/photo.jpg"]
}
}'
```
## Parameters
| Param | Type | Required | Description |
|---------------------|---------------|:--------:|-------------|
| `request` | String | Yes | Avatar generation instructions. Background: classic light gray, seamless pure white. Outfit: executive suit, black polo, gray T-shirt, minimalist crew-neck white. Suitable for office and social scenarios. |
| `custom_data` | Object | No | Image data for the avatar |
| `custom_data.files` | Array<String> | No | List of image URLs or base64-encoded image data |
## Response
Returns the generated avatar image URL in JSON format.
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!