modelscope.cn

work-im-avatar-generate

AI一键生成简约高级的职场IM头像,风格干净商务、无网红浮夸质感。 (API key required).

Installation

$ npx skills add https://modelscope.cn

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from modelscope.cn · top by installs.

npx skills add https://modelscope.cn

Browse all from modelscope.cn

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

More metadata
clawdbot
{"emoji":"🔥","requires":{"bins":["curl"]},"auth":{"type":"api_key","env_var":"WSD_API_KEY","hint":"https:\/\/ai.wsdsocial.com"}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,721 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

工作IM头像

🔑 设置 API 密钥

  1. 获取您的密钥: https://ai.wsdsocial.com/skills
  2. 设置为环境变量: WSDAPIKEY

IM职业头像生成插件

上传个人照片,AI一键生成简约高级的职场IM头像,风格干净商务、无网红浮夸质感。

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": "xxx", "custom_data": {"files": ["xxx"]}}'

请求参数schema说明: { "type": "object", "properties": { "request": { "type": "string", "description": "头像生成要求,建议优先选择平台内置参数,出图效果更统一稳定。支持多维度搭配:\n背景:经典浅灰、无缝纯白\n服装:精英西装、黑色polo、灰色T恤、极简圆领白\n适配各类办公社交场景,快速打造专业、靠谱的职场个人形象。" }, "custom_data": { "type": "object", "description": "需要编辑的图片信息", "properties": { "files": { "type": "array", "description": "需要编辑的图片地址列表,或者图片文件的base64", "items": { "type": "string" } } }, "required": [ "files" ] } }, "required": [ "request" ] }