Professional avatar generator
Skill WSD-MJ/profile-photo-generate/professional-avatar-generator
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.From its SKILL.md
npx -y skills add WSD-MJ/profile-photo-generate --skill professional-avatar-generatorAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
2.1 KB, 331 tokens by cl100k_base, as published. Nobody here has run it
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
- Get your API key at https://ai.wsdsocial.com/skills
- Set as environment variable:
WSD_API_KEY
Usage
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.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.